[jira] [Commented] (MAPREDUCE-2844) [MR-279] Incorrect node ID info

2011-09-09 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-2844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13101170#comment-13101170
 ] 

Hudson commented on MAPREDUCE-2844:
---

Integrated in Hadoop-Hdfs-trunk #788 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/788/])
MAPREDUCE-2844. Fixed display of nodes in UI.
MAPREDUCE-2844. Fixed display of nodes in UI. Contributed by Ravi Teja Ch N V.

acmurthy : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1166856
Files : 
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/NodesPage.java

acmurthy : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1166855
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt


 [MR-279] Incorrect node ID info 
 

 Key: MAPREDUCE-2844
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2844
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: mrv2
Affects Versions: 0.23.0
Reporter: Ramya Sunil
Assignee: Ravi Teja Ch N V
Priority: Trivial
 Fix For: 0.23.0

 Attachments: MAPREDUCE-2844.patch


 The node ID info for the nodemanager entires on the RM UI incorrectly 
 displays the value of $yarn.server.nodemanager.address instead of the ID.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (MAPREDUCE-2844) [MR-279] Incorrect node ID info

2011-09-08 Thread Ravi Teja Ch N V (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-2844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13100167#comment-13100167
 ] 

Ravi Teja Ch N V commented on MAPREDUCE-2844:
-

Earlier, before the major refactoring, the nodeID was provided by the 
resourcetracker  at ResourceManager by a nodecounter,which was 0,1 and 
incremented so on as nodes got added. Presently, it is replaced by host:port 
pair. I think its fine displaying the host:pair as nodeID.

 [MR-279] Incorrect node ID info 
 

 Key: MAPREDUCE-2844
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2844
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: mrv2
Affects Versions: 0.23.0
Reporter: Ramya Sunil
 Fix For: 0.23.0


 The node ID info for the nodemanager entires on the RM UI incorrectly 
 displays the value of $yarn.server.nodemanager.address instead of the ID.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (MAPREDUCE-2844) [MR-279] Incorrect node ID info

2011-09-08 Thread Vinod Kumar Vavilapalli (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-2844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13100198#comment-13100198
 ] 

Vinod Kumar Vavilapalli commented on MAPREDUCE-2844:


Yes, NodeIDs weren't useful, we couldn't point to the corresponding NM easily.

We should just rename the header to be NMAddress or some such.

 [MR-279] Incorrect node ID info 
 

 Key: MAPREDUCE-2844
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2844
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: mrv2
Affects Versions: 0.23.0
Reporter: Ramya Sunil
 Fix For: 0.23.0


 The node ID info for the nodemanager entires on the RM UI incorrectly 
 displays the value of $yarn.server.nodemanager.address instead of the ID.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (MAPREDUCE-2844) [MR-279] Incorrect node ID info

2011-09-08 Thread Ravi Teja Ch N V (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-2844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13100244#comment-13100244
 ] 

Ravi Teja Ch N V commented on MAPREDUCE-2844:
-

Ya Vinod , That's fair enough. May be we can rename it to Node Address, as 
terminology in that page refers to a Node rather than NM.

 [MR-279] Incorrect node ID info 
 

 Key: MAPREDUCE-2844
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2844
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: mrv2
Affects Versions: 0.23.0
Reporter: Ramya Sunil
 Fix For: 0.23.0


 The node ID info for the nodemanager entires on the RM UI incorrectly 
 displays the value of $yarn.server.nodemanager.address instead of the ID.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (MAPREDUCE-2844) [MR-279] Incorrect node ID info

2011-09-08 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-2844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13100400#comment-13100400
 ] 

Hadoop QA commented on MAPREDUCE-2844:
--

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12493602/MAPREDUCE-2844.patch
  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 findbugs.  The patch appears to introduce 14 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.server.nodemanager.TestNMAuditLogger

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

Test results: 
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/644//testReport/
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/644//artifact/trunk/patchprocess/newPatchFindbugsWarningshadoop-mapreduce-client-hs.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/644//artifact/trunk/patchprocess/newPatchFindbugsWarningshadoop-mapreduce-client-shuffle.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/644//artifact/trunk/patchprocess/newPatchFindbugsWarningshadoop-mapreduce-client-common.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/644//artifact/trunk/patchprocess/newPatchFindbugsWarningshadoop-mapreduce-client-app.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/644//artifact/trunk/patchprocess/newPatchFindbugsWarningshadoop-mapreduce-client-jobclient.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/644//artifact/trunk/patchprocess/newPatchFindbugsWarningshadoop-mapreduce-client-core.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/644//artifact/trunk/patchprocess/newPatchFindbugsWarningshadoop-yarn-server-common.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/644//artifact/trunk/patchprocess/newPatchFindbugsWarningshadoop-yarn-server-resourcemanager.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/644//artifact/trunk/patchprocess/newPatchFindbugsWarningshadoop-yarn-server-nodemanager.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/644//artifact/trunk/patchprocess/newPatchFindbugsWarningshadoop-yarn-common.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/644//artifact/trunk/patchprocess/newPatchFindbugsWarningshadoop-yarn-api.html
Console output: 
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/644//console

This message is automatically generated.

 [MR-279] Incorrect node ID info 
 

 Key: MAPREDUCE-2844
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2844
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: mrv2
Affects Versions: 0.23.0
Reporter: Ramya Sunil
 Fix For: 0.23.0

 Attachments: MAPREDUCE-2844.patch


 The node ID info for the nodemanager entires on the RM UI incorrectly 
 displays the value of $yarn.server.nodemanager.address instead of the ID.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (MAPREDUCE-2844) [MR-279] Incorrect node ID info

2011-09-08 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-2844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13100576#comment-13100576
 ] 

Hudson commented on MAPREDUCE-2844:
---

Integrated in Hadoop-Common-trunk-Commit #851 (See 
[https://builds.apache.org/job/Hadoop-Common-trunk-Commit/851/])
MAPREDUCE-2844. Fixed display of nodes in UI.
MAPREDUCE-2844. Fixed display of nodes in UI. Contributed by Ravi Teja Ch N V.

acmurthy : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1166856
Files : 
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/NodesPage.java

acmurthy : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1166855
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt


 [MR-279] Incorrect node ID info 
 

 Key: MAPREDUCE-2844
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2844
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: mrv2
Affects Versions: 0.23.0
Reporter: Ramya Sunil
Assignee: Ravi Teja Ch N V
Priority: Trivial
 Fix For: 0.23.0

 Attachments: MAPREDUCE-2844.patch


 The node ID info for the nodemanager entires on the RM UI incorrectly 
 displays the value of $yarn.server.nodemanager.address instead of the ID.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (MAPREDUCE-2844) [MR-279] Incorrect node ID info

2011-09-08 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-2844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13100578#comment-13100578
 ] 

Hudson commented on MAPREDUCE-2844:
---

Integrated in Hadoop-Mapreduce-trunk-Commit #862 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/862/])
MAPREDUCE-2844. Fixed display of nodes in UI.
MAPREDUCE-2844. Fixed display of nodes in UI. Contributed by Ravi Teja Ch N V.

acmurthy : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1166856
Files : 
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/NodesPage.java

acmurthy : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1166855
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt


 [MR-279] Incorrect node ID info 
 

 Key: MAPREDUCE-2844
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2844
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: mrv2
Affects Versions: 0.23.0
Reporter: Ramya Sunil
Assignee: Ravi Teja Ch N V
Priority: Trivial
 Fix For: 0.23.0

 Attachments: MAPREDUCE-2844.patch


 The node ID info for the nodemanager entires on the RM UI incorrectly 
 displays the value of $yarn.server.nodemanager.address instead of the ID.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (MAPREDUCE-2844) [MR-279] Incorrect node ID info

2011-09-08 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-2844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13100581#comment-13100581
 ] 

Hudson commented on MAPREDUCE-2844:
---

Integrated in Hadoop-Hdfs-trunk-Commit #928 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/928/])
MAPREDUCE-2844. Fixed display of nodes in UI.
MAPREDUCE-2844. Fixed display of nodes in UI. Contributed by Ravi Teja Ch N V.

acmurthy : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1166856
Files : 
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/NodesPage.java

acmurthy : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1166855
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt


 [MR-279] Incorrect node ID info 
 

 Key: MAPREDUCE-2844
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2844
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: mrv2
Affects Versions: 0.23.0
Reporter: Ramya Sunil
Assignee: Ravi Teja Ch N V
Priority: Trivial
 Fix For: 0.23.0

 Attachments: MAPREDUCE-2844.patch


 The node ID info for the nodemanager entires on the RM UI incorrectly 
 displays the value of $yarn.server.nodemanager.address instead of the ID.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (MAPREDUCE-2844) [MR-279] Incorrect node ID info

2011-09-08 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-2844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13100651#comment-13100651
 ] 

Hudson commented on MAPREDUCE-2844:
---

Integrated in Hadoop-Mapreduce-trunk #811 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/811/])
MAPREDUCE-2844. Fixed display of nodes in UI.
MAPREDUCE-2844. Fixed display of nodes in UI. Contributed by Ravi Teja Ch N V.

acmurthy : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1166856
Files : 
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/NodesPage.java

acmurthy : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1166855
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt


 [MR-279] Incorrect node ID info 
 

 Key: MAPREDUCE-2844
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2844
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: mrv2
Affects Versions: 0.23.0
Reporter: Ramya Sunil
Assignee: Ravi Teja Ch N V
Priority: Trivial
 Fix For: 0.23.0

 Attachments: MAPREDUCE-2844.patch


 The node ID info for the nodemanager entires on the RM UI incorrectly 
 displays the value of $yarn.server.nodemanager.address instead of the ID.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira