From common-issues-return-8741-apmail-hadoop-common-issues-archive=hadoop.apache.org@hadoop.apache.org Thu Jun 03 11:25:40 2010 Return-Path: Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: (qmail 90861 invoked from network); 3 Jun 2010 11:25:39 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 3 Jun 2010 11:25:39 -0000 Received: (qmail 16920 invoked by uid 500); 3 Jun 2010 11:25:39 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 16522 invoked by uid 500); 3 Jun 2010 11:25:37 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 16508 invoked by uid 99); 3 Jun 2010 11:25:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Jun 2010 11:25:36 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Jun 2010 11:25:34 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o53BPCfP022739 for ; Thu, 3 Jun 2010 11:25:13 GMT Message-ID: <15481106.156461275564312947.JavaMail.jira@thor> Date: Thu, 3 Jun 2010 07:25:12 -0400 (EDT) From: "Hudson (JIRA)" To: common-issues@hadoop.apache.org Subject: [jira] Commented: (HADOOP-6461) webapps aren't located correctly post-split In-Reply-To: <428473464.1261365498148.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-6461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12875061#action_12875061 ] Hudson commented on HADOOP-6461: -------------------------------- Integrated in Hadoop-Common-trunk #355 (See [http://hudson.zones.apache.org/hudson/job/Hadoop-Common-trunk/355/]) HADOOP-6461. Webapps aren't located correctly post-split. Contributed by Todd Lipcon and Steve Loughran. > webapps aren't located correctly post-split > ------------------------------------------- > > Key: HADOOP-6461 > URL: https://issues.apache.org/jira/browse/HADOOP-6461 > Project: Hadoop Common > Issue Type: Bug > Components: util > Affects Versions: 0.21.0, 0.22.0 > Reporter: Todd Lipcon > Assignee: Steve Loughran > Priority: Blocker > Fix For: 0.21.0 > > Attachments: HADOOP-6461.patch, HADOOP-6461.patch, HADOOP-6461.patch, HADOOP-6461.patch, hadoop-6461.patch, hadoop-6461.patch, hadoop-6461.patch, HADOOP-6461.txt, hadoop-6461.txt, hadoop-6461.txt > > > Post-split, when one builds common it creates an empty build/webapps dir. If you then try to launch the NN for example using HADOOP_HDFS_HOME=/path/to/hdfs hdfs namenode, HttpServer.getWebAppsPath locates the empty common webapps dir, and the NN web UI fails to load. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.