Return-Path: X-Original-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-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 8B1C49B22 for ; Mon, 6 Feb 2012 05:50:42 +0000 (UTC) Received: (qmail 16231 invoked by uid 500); 6 Feb 2012 05:50:41 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 15963 invoked by uid 500); 6 Feb 2012 05:50:35 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-issues@hadoop.apache.org Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 15945 invoked by uid 99); 6 Feb 2012 05:50:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Feb 2012 05:50:26 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,NORMAL_HTTP_TO_IP,T_RP_MATCHES_RCVD,WEIRD_PORT X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Feb 2012 05:50:24 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id A6AC41A5FDE for ; Mon, 6 Feb 2012 05:50:04 +0000 (UTC) Date: Mon, 6 Feb 2012 05:50:04 +0000 (UTC) From: "Ahmed Radwan (Commented) (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: <215779970.887.1328507404684.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1514912238.46357.1321669852702.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (MAPREDUCE-3436) jobhistory link may be broken depending on the interface it is listening on MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MAPREDUCE-3436?page=3Dcom.atlas= sian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D= 13201053#comment-13201053 ]=20 Ahmed Radwan commented on MAPREDUCE-3436: ----------------------------------------- @Mahadev, There are two issues discussed here (please see my previous comment for des= cription of the two issues). The current patch addresses issue#1.=20 I am planning also on looking into how to resolve issue#2 which Siddharth h= ighlighted. I was busy so didn't have time to look into it, but planning to= do so in the coming few days. So if there is urgency in pushing the current patch (which seems to be acce= pted by Siddharth and Bruno), I can create another ticket to follow issue#2= . If there is no urgency then I'll investigate issue#2 in the coming days a= nd update the current patch. Thanks! =20 > jobhistory link may be broken depending on the interface it is listening = on > -------------------------------------------------------------------------= -- > > Key: MAPREDUCE-3436 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-3436 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: mrv2, webapps > Affects Versions: 0.23.0, 0.23.1 > Reporter: Bruno Mah=C3=A9 > Assignee: Ahmed Radwan > Labels: bigtop > Attachments: MAPREDUCE-3436.patch, MAPREDUCE-3436_rev2.patch > > > On the following page : http://:8088/cluster/apps > There are links to the history for each application. None of them can be = reached since they all point to the ip 0.0.0.0. For instance: > http://0.0.0.0:8088/proxy/application_1321658790349_0002/jobhistory/job/j= ob_1321658790349_2_2 > Am I missing something? > [root@bigtop-fedora-15 ~]# jps > 9968 ResourceManager > 1495 NameNode > 1645 DataNode > 12935 Jps > 11140 -- process information unavailable > 5309 JobHistoryServer > 10237 NodeManager > [root@bigtop-fedora-15 ~]# netstat -tlpn | grep 8088 > tcp 0 0 :::8088 :::* = LISTEN 9968/java =20 > For reference, here is my configuration: > root@bigtop-fedora-15 ~]# cat /etc/yarn/conf/yarn-site.xml=20 > > > > > yarn.nodemanager.aux-services > mapreduce.shuffle > > > yarn.nodemanager.aux-services.mapreduce.shuffle.class > org.apache.hadoop.mapred.ShuffleHandler > > > mapreduce.admin.user.env > CLASSPATH=3D/etc/hadoop/conf/*:/usr/lib/hadoop/*:/usr/lib/ha= doop/lib/* > > > [root@bigtop-fedora-15 ~]# cat /etc/hadoop/conf/hdfs-site.xml=20 > > > > dfs.replication > 1 > > > dfs.permissions > false > > > > dfs.name.dir > /var/lib/hadoop/cache/hadoop/dfs/name > > > [root@bigtop-fedora-15 ~]# cat /etc/hadoop/conf/core-site.xml=20 > > > > fs.default.name > hdfs://localhost:8020 > > > hadoop.tmp.dir > /var/lib/hadoop/cache/${user.name} > > > > hadoop.proxyuser.oozie.hosts > * > > > hadoop.proxyuser.oozie.groups > * > > -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs: https://issues.apache.org/jira/secure/ContactAdministrators!default.jsp= a For more information on JIRA, see: http://www.atlassian.com/software/jira