Return-Path: X-Original-To: apmail-hadoop-yarn-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-yarn-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D72BD1931A for ; Sat, 9 Apr 2016 00:22:25 +0000 (UTC) Received: (qmail 87723 invoked by uid 500); 9 Apr 2016 00:22:25 -0000 Delivered-To: apmail-hadoop-yarn-issues-archive@hadoop.apache.org Received: (qmail 87667 invoked by uid 500); 9 Apr 2016 00:22:25 -0000 Mailing-List: contact yarn-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: yarn-issues@hadoop.apache.org Delivered-To: mailing list yarn-issues@hadoop.apache.org Received: (qmail 87645 invoked by uid 99); 9 Apr 2016 00:22:25 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Apr 2016 00:22:25 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 8032E2C1F5D for ; Sat, 9 Apr 2016 00:22:25 +0000 (UTC) Date: Sat, 9 Apr 2016 00:22:25 +0000 (UTC) From: "Wangda Tan (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (YARN-4515) [YARN-3368] Support hosting web UI framework inside YARN RM 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/YARN-4515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wangda Tan updated YARN-4515: ----------------------------- Attachment: preliminary-YARN-4515-host_rm_web_ui_v2.patch Spent some time on this today, trying to host webapps inside RM (using HttpServer2). After apply the patch: - Run mvn -DskipTests install -Pyarn-ui to compile ui-related code. - Copy hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/target/hadoop-yarn-ui-3.0.0-SNAPSHOT/* to $HADOOP_HOME/share/hadoop/yarn/webapps/rm/ - Start RM, the HTTP port is localhost:8888. Go to localhost:8888, page can be rendered (cluster metrics), however, I cannot go to other pages such as apps/queues, 404 error is reported. I think there maybe some relative path configs need to be updated. [~sunilg], could you take a look at this issue if you have bandwidth recently? Thanks! > [YARN-3368] Support hosting web UI framework inside YARN RM > ----------------------------------------------------------- > > Key: YARN-4515 > URL: https://issues.apache.org/jira/browse/YARN-4515 > Project: Hadoop YARN > Issue Type: Sub-task > Reporter: Wangda Tan > Assignee: Sunil G > Attachments: preliminary-YARN-4515-host_rm_web_ui_v2.patch > > > Currently it can be only launched outside of YARN, we should make it runnable inside YARN for easier testing and we should have a configuration to enable/disable it. -- This message was sent by Atlassian JIRA (v6.3.4#6332)