You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Ahmed Radwan (Created) (JIRA)" <ji...@apache.org> on 2012/02/07 03:56:59 UTC

[jira] [Created] (MAPREDUCE-3828) Broken urls: AM tracking url and jobhistory url in a single node setup.

Broken urls: AM tracking url and jobhistory url in a single node setup.
-----------------------------------------------------------------------

                 Key: MAPREDUCE-3828
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3828
             Project: Hadoop Map/Reduce
          Issue Type: Bug
            Reporter: Ahmed Radwan
            Assignee: Ahmed Radwan
            Priority: Minor


If the user doesn't explicitly set the yarn.resourcemanager.address conf property, in a single node setup, and tries to connect to the web UI from a remote machine, then all links (AM tracking url and jobhistory url) in the Web UI are broken (pointing to IP address 0.0.0.0).


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAPREDUCE-3828) Broken urls: AM tracking url and jobhistory url in a single node setup.

Posted by "Siddharth Seth (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-3828?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Siddharth Seth updated MAPREDUCE-3828:
--------------------------------------

    Status: Patch Available  (was: Open)
    
> Broken urls: AM tracking url and jobhistory url in a single node setup.
> -----------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3828
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3828
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Ahmed Radwan
>            Assignee: Siddharth Seth
>         Attachments: MR3828.txt, MR3828.txt
>
>
> If the user doesn't explicitly set the yarn.resourcemanager.address conf property, in a single node setup, and tries to connect to the web UI from a remote machine, then all links (AM tracking url and jobhistory url) in the Web UI are broken (pointing to IP address 0.0.0.0).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3828) Broken urls: AM tracking url and jobhistory url in a single node setup.

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13203598#comment-13203598 ] 

Hudson commented on MAPREDUCE-3828:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk #983 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk/983/])
    MAPREDUCE-3828. Ensure that urls in single-node mode are correct. Contributed by Siddharth Seth.

acmurthy : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1241791
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/conf/YarnConfiguration.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-common/src/test/java/org/apache/hadoop/yarn/conf/TestYarnConfiguration.java

                
> Broken urls: AM tracking url and jobhistory url in a single node setup.
> -----------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3828
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3828
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Ahmed Radwan
>            Assignee: Siddharth Seth
>             Fix For: 0.23.1
>
>         Attachments: MR3828.txt, MR3828.txt
>
>
> If the user doesn't explicitly set the yarn.resourcemanager.address conf property, in a single node setup, and tries to connect to the web UI from a remote machine, then all links (AM tracking url and jobhistory url) in the Web UI are broken (pointing to IP address 0.0.0.0).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3828) Broken urls: AM tracking url and jobhistory url in a single node setup.

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13203573#comment-13203573 ] 

Hudson commented on MAPREDUCE-3828:
-----------------------------------

Integrated in Hadoop-Mapreduce-0.23-Build #185 (See [https://builds.apache.org/job/Hadoop-Mapreduce-0.23-Build/185/])
    Merge -c 1241791 from trunk to branch-0.23 to fix MAPREDUCE-3828. Ensure that urls in single-node mode are correct. Contributed by Siddharth Seth.

acmurthy : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1241793
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/conf/YarnConfiguration.java
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-common/src/test/java/org/apache/hadoop/yarn/conf/TestYarnConfiguration.java

                
> Broken urls: AM tracking url and jobhistory url in a single node setup.
> -----------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3828
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3828
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Ahmed Radwan
>            Assignee: Siddharth Seth
>             Fix For: 0.23.1
>
>         Attachments: MR3828.txt, MR3828.txt
>
>
> If the user doesn't explicitly set the yarn.resourcemanager.address conf property, in a single node setup, and tries to connect to the web UI from a remote machine, then all links (AM tracking url and jobhistory url) in the Web UI are broken (pointing to IP address 0.0.0.0).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3828) Broken urls: AM tracking url and jobhistory url in a single node setup.

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13203338#comment-13203338 ] 

Hudson commented on MAPREDUCE-3828:
-----------------------------------

Integrated in Hadoop-Common-trunk-Commit #1694 (See [https://builds.apache.org/job/Hadoop-Common-trunk-Commit/1694/])
    MAPREDUCE-3828. Ensure that urls in single-node mode are correct. Contributed by Siddharth Seth.

acmurthy : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1241791
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/conf/YarnConfiguration.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-common/src/test/java/org/apache/hadoop/yarn/conf/TestYarnConfiguration.java

                
> Broken urls: AM tracking url and jobhistory url in a single node setup.
> -----------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3828
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3828
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Ahmed Radwan
>            Assignee: Siddharth Seth
>             Fix For: 0.23.1
>
>         Attachments: MR3828.txt, MR3828.txt
>
>
> If the user doesn't explicitly set the yarn.resourcemanager.address conf property, in a single node setup, and tries to connect to the web UI from a remote machine, then all links (AM tracking url and jobhistory url) in the Web UI are broken (pointing to IP address 0.0.0.0).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3828) Broken urls: AM tracking url and jobhistory url in a single node setup.

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13203337#comment-13203337 ] 

Hudson commented on MAPREDUCE-3828:
-----------------------------------

Integrated in Hadoop-Common-0.23-Commit #521 (See [https://builds.apache.org/job/Hadoop-Common-0.23-Commit/521/])
    Merge -c 1241791 from trunk to branch-0.23 to fix MAPREDUCE-3828. Ensure that urls in single-node mode are correct. Contributed by Siddharth Seth.

acmurthy : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1241793
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/conf/YarnConfiguration.java
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-common/src/test/java/org/apache/hadoop/yarn/conf/TestYarnConfiguration.java

                
> Broken urls: AM tracking url and jobhistory url in a single node setup.
> -----------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3828
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3828
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Ahmed Radwan
>            Assignee: Siddharth Seth
>             Fix For: 0.23.1
>
>         Attachments: MR3828.txt, MR3828.txt
>
>
> If the user doesn't explicitly set the yarn.resourcemanager.address conf property, in a single node setup, and tries to connect to the web UI from a remote machine, then all links (AM tracking url and jobhistory url) in the Web UI are broken (pointing to IP address 0.0.0.0).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3828) Broken urls: AM tracking url and jobhistory url in a single node setup.

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13203339#comment-13203339 ] 

Hudson commented on MAPREDUCE-3828:
-----------------------------------

Integrated in Hadoop-Hdfs-0.23-Commit #510 (See [https://builds.apache.org/job/Hadoop-Hdfs-0.23-Commit/510/])
    Merge -c 1241791 from trunk to branch-0.23 to fix MAPREDUCE-3828. Ensure that urls in single-node mode are correct. Contributed by Siddharth Seth.

acmurthy : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1241793
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/conf/YarnConfiguration.java
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-common/src/test/java/org/apache/hadoop/yarn/conf/TestYarnConfiguration.java

                
> Broken urls: AM tracking url and jobhistory url in a single node setup.
> -----------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3828
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3828
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Ahmed Radwan
>            Assignee: Siddharth Seth
>             Fix For: 0.23.1
>
>         Attachments: MR3828.txt, MR3828.txt
>
>
> If the user doesn't explicitly set the yarn.resourcemanager.address conf property, in a single node setup, and tries to connect to the web UI from a remote machine, then all links (AM tracking url and jobhistory url) in the Web UI are broken (pointing to IP address 0.0.0.0).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAPREDUCE-3828) Broken urls: AM tracking url and jobhistory url in a single node setup.

Posted by "Arun C Murthy (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-3828?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arun C Murthy updated MAPREDUCE-3828:
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 0.23.1
           Status: Resolved  (was: Patch Available)

I just committed this. Thanks Sid!
                
> Broken urls: AM tracking url and jobhistory url in a single node setup.
> -----------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3828
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3828
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Ahmed Radwan
>            Assignee: Siddharth Seth
>             Fix For: 0.23.1
>
>         Attachments: MR3828.txt, MR3828.txt
>
>
> If the user doesn't explicitly set the yarn.resourcemanager.address conf property, in a single node setup, and tries to connect to the web UI from a remote machine, then all links (AM tracking url and jobhistory url) in the Web UI are broken (pointing to IP address 0.0.0.0).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3828) Broken urls: AM tracking url and jobhistory url in a single node setup.

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13203350#comment-13203350 ] 

Hudson commented on MAPREDUCE-3828:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk-Commit #1705 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/1705/])
    MAPREDUCE-3828. Ensure that urls in single-node mode are correct. Contributed by Siddharth Seth.

acmurthy : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1241791
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/conf/YarnConfiguration.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-common/src/test/java/org/apache/hadoop/yarn/conf/TestYarnConfiguration.java

                
> Broken urls: AM tracking url and jobhistory url in a single node setup.
> -----------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3828
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3828
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Ahmed Radwan
>            Assignee: Siddharth Seth
>             Fix For: 0.23.1
>
>         Attachments: MR3828.txt, MR3828.txt
>
>
> If the user doesn't explicitly set the yarn.resourcemanager.address conf property, in a single node setup, and tries to connect to the web UI from a remote machine, then all links (AM tracking url and jobhistory url) in the Web UI are broken (pointing to IP address 0.0.0.0).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAPREDUCE-3828) Broken urls: AM tracking url and jobhistory url in a single node setup.

Posted by "Siddharth Seth (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-3828?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Siddharth Seth updated MAPREDUCE-3828:
--------------------------------------

    Status: Open  (was: Patch Available)
    
> Broken urls: AM tracking url and jobhistory url in a single node setup.
> -----------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3828
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3828
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>            Reporter: Ahmed Radwan
>            Assignee: Ahmed Radwan
>            Priority: Minor
>         Attachments: MR3828.txt
>
>
> If the user doesn't explicitly set the yarn.resourcemanager.address conf property, in a single node setup, and tries to connect to the web UI from a remote machine, then all links (AM tracking url and jobhistory url) in the Web UI are broken (pointing to IP address 0.0.0.0).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3828) Broken urls: AM tracking url and jobhistory url in a single node setup.

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13203351#comment-13203351 ] 

Hudson commented on MAPREDUCE-3828:
-----------------------------------

Integrated in Hadoop-Mapreduce-0.23-Commit #525 (See [https://builds.apache.org/job/Hadoop-Mapreduce-0.23-Commit/525/])
    Merge -c 1241791 from trunk to branch-0.23 to fix MAPREDUCE-3828. Ensure that urls in single-node mode are correct. Contributed by Siddharth Seth.

acmurthy : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1241793
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/conf/YarnConfiguration.java
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-common/src/test/java/org/apache/hadoop/yarn/conf/TestYarnConfiguration.java

                
> Broken urls: AM tracking url and jobhistory url in a single node setup.
> -----------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3828
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3828
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Ahmed Radwan
>            Assignee: Siddharth Seth
>             Fix For: 0.23.1
>
>         Attachments: MR3828.txt, MR3828.txt
>
>
> If the user doesn't explicitly set the yarn.resourcemanager.address conf property, in a single node setup, and tries to connect to the web UI from a remote machine, then all links (AM tracking url and jobhistory url) in the Web UI are broken (pointing to IP address 0.0.0.0).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAPREDUCE-3828) Broken urls: AM tracking url and jobhistory url in a single node setup.

Posted by "Siddharth Seth (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-3828?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Siddharth Seth updated MAPREDUCE-3828:
--------------------------------------

    Attachment: MR3828.txt

Tested on a single node cluster. The tracking URL is correct - and not  0.0.0.0
                
> Broken urls: AM tracking url and jobhistory url in a single node setup.
> -----------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3828
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3828
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>            Reporter: Ahmed Radwan
>            Assignee: Ahmed Radwan
>            Priority: Minor
>         Attachments: MR3828.txt
>
>
> If the user doesn't explicitly set the yarn.resourcemanager.address conf property, in a single node setup, and tries to connect to the web UI from a remote machine, then all links (AM tracking url and jobhistory url) in the Web UI are broken (pointing to IP address 0.0.0.0).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3828) Broken urls: AM tracking url and jobhistory url in a single node setup.

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13203549#comment-13203549 ] 

Hudson commented on MAPREDUCE-3828:
-----------------------------------

Integrated in Hadoop-Hdfs-0.23-Build #163 (See [https://builds.apache.org/job/Hadoop-Hdfs-0.23-Build/163/])
    Merge -c 1241791 from trunk to branch-0.23 to fix MAPREDUCE-3828. Ensure that urls in single-node mode are correct. Contributed by Siddharth Seth.

acmurthy : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1241793
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/conf/YarnConfiguration.java
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-common/src/test/java/org/apache/hadoop/yarn/conf/TestYarnConfiguration.java

                
> Broken urls: AM tracking url and jobhistory url in a single node setup.
> -----------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3828
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3828
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Ahmed Radwan
>            Assignee: Siddharth Seth
>             Fix For: 0.23.1
>
>         Attachments: MR3828.txt, MR3828.txt
>
>
> If the user doesn't explicitly set the yarn.resourcemanager.address conf property, in a single node setup, and tries to connect to the web UI from a remote machine, then all links (AM tracking url and jobhistory url) in the Web UI are broken (pointing to IP address 0.0.0.0).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3828) Broken urls: AM tracking url and jobhistory url in a single node setup.

Posted by "Hadoop QA (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13203238#comment-13203238 ] 

Hadoop QA commented on MAPREDUCE-3828:
--------------------------------------

+1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12513739/MR3828.txt
  against trunk revision .

    +1 @author.  The patch does not contain any @author tags.

    +1 tests included.  The patch appears to include 3 new or modified tests.

    +1 javadoc.  The javadoc tool did not generate any warning messages.

    +1 javac.  The applied patch does not increase the total number of javac compiler warnings.

    +1 eclipse:eclipse.  The patch built with eclipse:eclipse.

    +1 findbugs.  The patch does not introduce any new Findbugs (version 1.3.9) warnings.

    +1 release audit.  The applied patch does not increase the total number of release audit warnings.

    +1 core tests.  The patch passed unit tests in .

    +1 contrib tests.  The patch passed contrib unit tests.

Test results: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/1822//testReport/
Console output: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/1822//console

This message is automatically generated.
                
> Broken urls: AM tracking url and jobhistory url in a single node setup.
> -----------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3828
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3828
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Ahmed Radwan
>            Assignee: Siddharth Seth
>         Attachments: MR3828.txt, MR3828.txt
>
>
> If the user doesn't explicitly set the yarn.resourcemanager.address conf property, in a single node setup, and tries to connect to the web UI from a remote machine, then all links (AM tracking url and jobhistory url) in the Web UI are broken (pointing to IP address 0.0.0.0).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAPREDUCE-3828) Broken urls: AM tracking url and jobhistory url in a single node setup.

Posted by "Siddharth Seth (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-3828?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Siddharth Seth updated MAPREDUCE-3828:
--------------------------------------

    Status: Patch Available  (was: Open)
    
> Broken urls: AM tracking url and jobhistory url in a single node setup.
> -----------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3828
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3828
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>            Reporter: Ahmed Radwan
>            Assignee: Ahmed Radwan
>            Priority: Minor
>         Attachments: MR3828.txt
>
>
> If the user doesn't explicitly set the yarn.resourcemanager.address conf property, in a single node setup, and tries to connect to the web UI from a remote machine, then all links (AM tracking url and jobhistory url) in the Web UI are broken (pointing to IP address 0.0.0.0).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3828) Broken urls: AM tracking url and jobhistory url in a single node setup.

Posted by "Hadoop QA (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13203065#comment-13203065 ] 

Hadoop QA commented on MAPREDUCE-3828:
--------------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12513731/MR3828.txt
  against trunk revision .

    +1 @author.  The patch does not contain any @author tags.

    -1 tests included.  The patch doesn't appear to include any new or modified tests.
                        Please justify why no new tests are needed for this patch.
                        Also please list what manual steps were performed to verify this patch.

    +1 javadoc.  The javadoc tool did not generate any warning messages.

    +1 javac.  The applied patch does not increase the total number of javac compiler warnings.

    +1 eclipse:eclipse.  The patch built with eclipse:eclipse.

    +1 findbugs.  The patch does not introduce any new Findbugs (version 1.3.9) warnings.

    +1 release audit.  The applied patch does not increase the total number of release audit warnings.

    -1 core tests.  The patch failed these unit tests:
                  org.apache.hadoop.yarn.conf.TestYarnConfiguration

    +1 contrib tests.  The patch passed contrib unit tests.

Test results: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/1820//testReport/
Console output: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/1820//console

This message is automatically generated.
                
> Broken urls: AM tracking url and jobhistory url in a single node setup.
> -----------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3828
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3828
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>            Reporter: Ahmed Radwan
>            Assignee: Ahmed Radwan
>            Priority: Minor
>         Attachments: MR3828.txt
>
>
> If the user doesn't explicitly set the yarn.resourcemanager.address conf property, in a single node setup, and tries to connect to the web UI from a remote machine, then all links (AM tracking url and jobhistory url) in the Web UI are broken (pointing to IP address 0.0.0.0).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAPREDUCE-3828) Broken urls: AM tracking url and jobhistory url in a single node setup.

Posted by "Siddharth Seth (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-3828?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Siddharth Seth updated MAPREDUCE-3828:
--------------------------------------

          Component/s: mrv2
             Priority: Major  (was: Minor)
    Affects Version/s: 0.23.0
             Assignee: Siddharth Seth  (was: Ahmed Radwan)

Ahmed, I'll provide a patch for this one, if that's ok. Thanks.
Bumping up the priority - since this is a problem for default installs on single node clusters.
                
> Broken urls: AM tracking url and jobhistory url in a single node setup.
> -----------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3828
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3828
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Ahmed Radwan
>            Assignee: Siddharth Seth
>         Attachments: MR3828.txt, MR3828.txt
>
>
> If the user doesn't explicitly set the yarn.resourcemanager.address conf property, in a single node setup, and tries to connect to the web UI from a remote machine, then all links (AM tracking url and jobhistory url) in the Web UI are broken (pointing to IP address 0.0.0.0).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3828) Broken urls: AM tracking url and jobhistory url in a single node setup.

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13203528#comment-13203528 ] 

Hudson commented on MAPREDUCE-3828:
-----------------------------------

Integrated in Hadoop-Hdfs-trunk #950 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk/950/])
    MAPREDUCE-3828. Ensure that urls in single-node mode are correct. Contributed by Siddharth Seth.

acmurthy : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1241791
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/conf/YarnConfiguration.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-common/src/test/java/org/apache/hadoop/yarn/conf/TestYarnConfiguration.java

                
> Broken urls: AM tracking url and jobhistory url in a single node setup.
> -----------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3828
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3828
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Ahmed Radwan
>            Assignee: Siddharth Seth
>             Fix For: 0.23.1
>
>         Attachments: MR3828.txt, MR3828.txt
>
>
> If the user doesn't explicitly set the yarn.resourcemanager.address conf property, in a single node setup, and tries to connect to the web UI from a remote machine, then all links (AM tracking url and jobhistory url) in the Web UI are broken (pointing to IP address 0.0.0.0).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAPREDUCE-3828) Broken urls: AM tracking url and jobhistory url in a single node setup.

Posted by "Siddharth Seth (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-3828?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Siddharth Seth updated MAPREDUCE-3828:
--------------------------------------

    Attachment: MR3828.txt

Fixed unit tests.
                
> Broken urls: AM tracking url and jobhistory url in a single node setup.
> -----------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3828
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3828
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>            Reporter: Ahmed Radwan
>            Assignee: Ahmed Radwan
>            Priority: Minor
>         Attachments: MR3828.txt, MR3828.txt
>
>
> If the user doesn't explicitly set the yarn.resourcemanager.address conf property, in a single node setup, and tries to connect to the web UI from a remote machine, then all links (AM tracking url and jobhistory url) in the Web UI are broken (pointing to IP address 0.0.0.0).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3828) Broken urls: AM tracking url and jobhistory url in a single node setup.

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13203336#comment-13203336 ] 

Hudson commented on MAPREDUCE-3828:
-----------------------------------

Integrated in Hadoop-Hdfs-trunk-Commit #1769 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/1769/])
    MAPREDUCE-3828. Ensure that urls in single-node mode are correct. Contributed by Siddharth Seth.

acmurthy : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1241791
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/conf/YarnConfiguration.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-common/src/test/java/org/apache/hadoop/yarn/conf/TestYarnConfiguration.java

                
> Broken urls: AM tracking url and jobhistory url in a single node setup.
> -----------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3828
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3828
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Ahmed Radwan
>            Assignee: Siddharth Seth
>             Fix For: 0.23.1
>
>         Attachments: MR3828.txt, MR3828.txt
>
>
> If the user doesn't explicitly set the yarn.resourcemanager.address conf property, in a single node setup, and tries to connect to the web UI from a remote machine, then all links (AM tracking url and jobhistory url) in the Web UI are broken (pointing to IP address 0.0.0.0).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira