[jira] [Commented] (YARN-764) blank Used Resources on Capacity Scheduler page

2013-06-06 Thread Thomas Graves (JIRA)

[ 
https://issues.apache.org/jira/browse/YARN-764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13677340#comment-13677340
 ] 

Thomas Graves commented on YARN-764:


+1, Thanks Nemon, I'll commit this shortly.

 blank Used Resources on Capacity Scheduler page 
 

 Key: YARN-764
 URL: https://issues.apache.org/jira/browse/YARN-764
 Project: Hadoop YARN
  Issue Type: Bug
  Components: resourcemanager
Affects Versions: 2.0.4-alpha
Reporter: nemon lou
Assignee: nemon lou
 Attachments: YARN-764.patch, YARN-764.patch


 Even when there are jobs running,used resources is empty on Capacity 
 Scheduler page for leaf queue.(I use google-chrome on windows 7.)
 After changing resource.java's toString method by replacing  with 
 {},this bug gets fixed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (YARN-764) blank Used Resources on Capacity Scheduler page

2013-06-06 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/YARN-764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13677349#comment-13677349
 ] 

Hudson commented on YARN-764:
-

Integrated in Hadoop-trunk-Commit #3872 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/3872/])
YARN-764. blank Used Resources on Capacity Scheduler page (Nemon Lou via 
tgraves) (Revision 1490387)

 Result = SUCCESS
tgraves : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1490387
Files : 
* /hadoop/common/trunk/hadoop-yarn-project/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/CapacitySchedulerPage.java


 blank Used Resources on Capacity Scheduler page 
 

 Key: YARN-764
 URL: https://issues.apache.org/jira/browse/YARN-764
 Project: Hadoop YARN
  Issue Type: Bug
  Components: resourcemanager
Affects Versions: 2.0.4-alpha
Reporter: nemon lou
Assignee: nemon lou
 Fix For: 3.0.0, 2.1.0-beta, 2.3.0

 Attachments: YARN-764.patch, YARN-764.patch


 Even when there are jobs running,used resources is empty on Capacity 
 Scheduler page for leaf queue.(I use google-chrome on windows 7.)
 After changing resource.java's toString method by replacing  with 
 {},this bug gets fixed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (YARN-764) blank Used Resources on Capacity Scheduler page

2013-06-05 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/YARN-764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13675874#comment-13675874
 ] 

Hadoop QA commented on YARN-764:


{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12586305/YARN-764.patch
  against trunk revision .

{color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

{color:red}-1 tests included{color}.  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.

{color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

{color:green}+1 javadoc{color}.  The javadoc tool did not generate any 
warning messages.

{color:green}+1 eclipse:eclipse{color}.  The patch built with 
eclipse:eclipse.

{color:green}+1 findbugs{color}.  The patch does not introduce any new 
Findbugs (version 1.3.9) warnings.

{color:green}+1 release audit{color}.  The applied patch does not increase 
the total number of release audit warnings.

{color:green}+1 core tests{color}.  The patch passed unit tests in 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api.

{color:green}+1 contrib tests{color}.  The patch passed contrib unit tests.

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

This message is automatically generated.

 blank Used Resources on Capacity Scheduler page 
 

 Key: YARN-764
 URL: https://issues.apache.org/jira/browse/YARN-764
 Project: Hadoop YARN
  Issue Type: Bug
  Components: resourcemanager
Affects Versions: 2.0.4-alpha
Reporter: nemon lou
Assignee: nemon lou
 Attachments: YARN-764.patch


 Even when there are jobs running,used resources is empty on Capacity 
 Scheduler page for leaf queue.(I use google-chrome on windows 7.)
 After changing resource.java's toString method by replacing  with 
 {},this bug gets fixed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (YARN-764) blank Used Resources on Capacity Scheduler page

2013-06-05 Thread Thomas Graves (JIRA)

[ 
https://issues.apache.org/jira/browse/YARN-764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13675917#comment-13675917
 ] 

Thomas Graves commented on YARN-764:


Nemon, thanks for looking at this.  I guess its because it uses the raw  
character instead of lt. 

Another option, which I would prefer, is just to escape the string using 
StringEscapeUtils.escapeHtml() in CapacitySchedulerPage.java.  That way if 
someone adds something else to the string in the future or it accidentally gets 
changed back it will still work.

 blank Used Resources on Capacity Scheduler page 
 

 Key: YARN-764
 URL: https://issues.apache.org/jira/browse/YARN-764
 Project: Hadoop YARN
  Issue Type: Bug
  Components: resourcemanager
Affects Versions: 2.0.4-alpha
Reporter: nemon lou
Assignee: nemon lou
 Attachments: YARN-764.patch


 Even when there are jobs running,used resources is empty on Capacity 
 Scheduler page for leaf queue.(I use google-chrome on windows 7.)
 After changing resource.java's toString method by replacing  with 
 {},this bug gets fixed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (YARN-764) blank Used Resources on Capacity Scheduler page

2013-06-05 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/YARN-764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13676602#comment-13676602
 ] 

Hadoop QA commented on YARN-764:


{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12586436/YARN-764.patch
  against trunk revision .

{color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

{color:red}-1 tests included{color}.  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.

{color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

{color:green}+1 javadoc{color}.  The javadoc tool did not generate any 
warning messages.

{color:green}+1 eclipse:eclipse{color}.  The patch built with 
eclipse:eclipse.

{color:green}+1 findbugs{color}.  The patch does not introduce any new 
Findbugs (version 1.3.9) warnings.

{color:green}+1 release audit{color}.  The applied patch does not increase 
the total number of release audit warnings.

{color:green}+1 core tests{color}.  The patch passed unit tests in 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager.

{color:green}+1 contrib tests{color}.  The patch passed contrib unit tests.

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

This message is automatically generated.

 blank Used Resources on Capacity Scheduler page 
 

 Key: YARN-764
 URL: https://issues.apache.org/jira/browse/YARN-764
 Project: Hadoop YARN
  Issue Type: Bug
  Components: resourcemanager
Affects Versions: 2.0.4-alpha
Reporter: nemon lou
Assignee: nemon lou
 Attachments: YARN-764.patch, YARN-764.patch


 Even when there are jobs running,used resources is empty on Capacity 
 Scheduler page for leaf queue.(I use google-chrome on windows 7.)
 After changing resource.java's toString method by replacing  with 
 {},this bug gets fixed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira