Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8C043E9D8 for ; Thu, 7 Feb 2013 04:15:17 +0000 (UTC) Received: (qmail 96879 invoked by uid 500); 7 Feb 2013 04:15:16 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 96568 invoked by uid 500); 7 Feb 2013 04:15:16 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 96538 invoked by uid 99); 7 Feb 2013 04:15:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Feb 2013 04:15:15 +0000 Date: Thu, 7 Feb 2013 04:15:15 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-7757) Add web UI to REST server and Thrift server MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-7757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13573170#comment-13573170 ] Hudson commented on HBASE-7757: ------------------------------- Integrated in HBase-TRUNK-on-Hadoop-2.0.0 #395 (See [https://builds.apache.org/job/HBase-TRUNK-on-Hadoop-2.0.0/395/]) HBASE-7757 Add web UI to REST server and Thrift server (Revision 1443069) Result = FAILURE jxiang : Files : * /hbase/trunk/hbase-server/pom.xml * /hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/rest/RESTServer.java * /hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/thrift/ThriftServer.java * /hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/thrift2/ThriftServer.java * /hbase/trunk/hbase-server/src/main/resources/hbase-webapps/rest * /hbase/trunk/hbase-server/src/main/resources/hbase-webapps/rest/index.html * /hbase/trunk/hbase-server/src/main/resources/hbase-webapps/rest/rest.jsp * /hbase/trunk/hbase-server/src/main/resources/hbase-webapps/thrift * /hbase/trunk/hbase-server/src/main/resources/hbase-webapps/thrift/index.html * /hbase/trunk/hbase-server/src/main/resources/hbase-webapps/thrift/thrift.jsp > Add web UI to REST server and Thrift server > ------------------------------------------- > > Key: HBASE-7757 > URL: https://issues.apache.org/jira/browse/HBASE-7757 > Project: HBase > Issue Type: Improvement > Components: REST, Thrift, UI > Reporter: Jimmy Xiang > Assignee: Jimmy Xiang > Priority: Minor > Fix For: 0.96.0, 0.94.5 > > Attachments: 0.94_7757_v1.patch, rest-0.94.png, rest-0.96.png, thrift-0.94.png, thrift-0.96.png, trunk-7757_v1.patch > > > Add Hadoop HttpServer (web UI) to REST server and Thrift server. The Hadoop HttpServer supports metrics/jmx/conf/logLevel/stacks, which is useful to monitor REST/Thrift server. > For REST server, use a separate listener/context to avoid path mapping conflicts. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira