[jira] [Commented] (YARN-695) masterContainer and status are in ApplicationReportProto but not in ApplicationReport

2013-05-21 Thread Hudson (JIRA)

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

Hudson commented on YARN-695:
-

Integrated in Hadoop-Mapreduce-trunk #1432 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1432/])
YARN-695. Remove masterContainer and status unused fields from 
ApplicationReportProto and fix bugs in ApplicationReportPBImpl. Contributed by 
Zhijie Shen. (Revision 1484612)

 Result = FAILURE
vinodkv : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1484612
Files : 
* /hadoop/common/trunk/hadoop-yarn-project/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/src/main/java/org/apache/hadoop/yarn/api/records/impl/pb/ApplicationReportPBImpl.java
* 
/hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/src/main/proto/yarn_protos.proto
* 
/hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/test/java/org/apache/hadoop/yarn/api/TestApplicationAttemptId.java
* 
/hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/test/java/org/apache/hadoop/yarn/api/TestApplicationId.java
* 
/hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/test/java/org/apache/hadoop/yarn/api/TestApplicatonReport.java
* 
/hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/test/java/org/apache/hadoop/yarn/api/TestContainerId.java
* 
/hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/test/java/org/apache/hadoop/yarn/api/TestNodeId.java


 masterContainer and status are in ApplicationReportProto but not in 
 ApplicationReport
 -

 Key: YARN-695
 URL: https://issues.apache.org/jira/browse/YARN-695
 Project: Hadoop YARN
  Issue Type: Sub-task
Reporter: Zhijie Shen
Assignee: Zhijie Shen
 Fix For: 2.0.5-beta

 Attachments: YARN-695.1.patch, YARN-695.2.patch, YARN-695.2.patch


 If masterContainer and status are no longer part of ApplicationReport, they 
 should be removed from proto as well.

--
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-695) masterContainer and status are in ApplicationReportProto but not in ApplicationReport

2013-05-20 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on YARN-695:


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

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

{color:green}+1 tests included{color}.  The patch appears to include 5 new 
or modified test files.

{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:red}-1 core tests{color}.  The patch failed these unit tests in 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common:

  org.apache.hadoop.yarn.util.TestFSDownload

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

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

This message is automatically generated.

 masterContainer and status are in ApplicationReportProto but not in 
 ApplicationReport
 -

 Key: YARN-695
 URL: https://issues.apache.org/jira/browse/YARN-695
 Project: Hadoop YARN
  Issue Type: Sub-task
Reporter: Zhijie Shen
Assignee: Zhijie Shen
 Attachments: YARN-695.1.patch, YARN-695.2.patch


 If masterContainer and status are no longer part of ApplicationReport, they 
 should be removed from proto as well.

--
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-695) masterContainer and status are in ApplicationReportProto but not in ApplicationReport

2013-05-20 Thread Zhijie Shen (JIRA)

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

Zhijie Shen commented on YARN-695:
--

The test failure seems to be irrelevant to changes in the patch. Tested it 
locally and got passed. 

 masterContainer and status are in ApplicationReportProto but not in 
 ApplicationReport
 -

 Key: YARN-695
 URL: https://issues.apache.org/jira/browse/YARN-695
 Project: Hadoop YARN
  Issue Type: Sub-task
Reporter: Zhijie Shen
Assignee: Zhijie Shen
 Attachments: YARN-695.1.patch, YARN-695.2.patch


 If masterContainer and status are no longer part of ApplicationReport, they 
 should be removed from proto as well.

--
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-695) masterContainer and status are in ApplicationReportProto but not in ApplicationReport

2013-05-20 Thread Vinod Kumar Vavilapalli (JIRA)

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

Vinod Kumar Vavilapalli commented on YARN-695:
--

There is a clear race condition in TestFSDownload, can you please file a ticket?

Also, can you just reattach the same patch and kick Jenkins, to try your luck 
again?

 masterContainer and status are in ApplicationReportProto but not in 
 ApplicationReport
 -

 Key: YARN-695
 URL: https://issues.apache.org/jira/browse/YARN-695
 Project: Hadoop YARN
  Issue Type: Sub-task
Reporter: Zhijie Shen
Assignee: Zhijie Shen
 Attachments: YARN-695.1.patch, YARN-695.2.patch


 If masterContainer and status are no longer part of ApplicationReport, they 
 should be removed from proto as well.

--
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-695) masterContainer and status are in ApplicationReportProto but not in ApplicationReport

2013-05-20 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on YARN-695:


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

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

{color:green}+1 tests included{color}.  The patch appears to include 5 new 
or modified test files.

{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 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common.

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

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

This message is automatically generated.

 masterContainer and status are in ApplicationReportProto but not in 
 ApplicationReport
 -

 Key: YARN-695
 URL: https://issues.apache.org/jira/browse/YARN-695
 Project: Hadoop YARN
  Issue Type: Sub-task
Reporter: Zhijie Shen
Assignee: Zhijie Shen
 Attachments: YARN-695.1.patch, YARN-695.2.patch, YARN-695.2.patch


 If masterContainer and status are no longer part of ApplicationReport, they 
 should be removed from proto as well.

--
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-695) masterContainer and status are in ApplicationReportProto but not in ApplicationReport

2013-05-20 Thread Vinod Kumar Vavilapalli (JIRA)

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

Vinod Kumar Vavilapalli commented on YARN-695:
--

+1, this looks good. Checking it in.

 masterContainer and status are in ApplicationReportProto but not in 
 ApplicationReport
 -

 Key: YARN-695
 URL: https://issues.apache.org/jira/browse/YARN-695
 Project: Hadoop YARN
  Issue Type: Sub-task
Reporter: Zhijie Shen
Assignee: Zhijie Shen
 Attachments: YARN-695.1.patch, YARN-695.2.patch, YARN-695.2.patch


 If masterContainer and status are no longer part of ApplicationReport, they 
 should be removed from proto as well.

--
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-695) masterContainer and status are in ApplicationReportProto but not in ApplicationReport

2013-05-20 Thread Hudson (JIRA)

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

Hudson commented on YARN-695:
-

Integrated in Hadoop-trunk-Commit #3770 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/3770/])
YARN-695. Remove masterContainer and status unused fields from 
ApplicationReportProto and fix bugs in ApplicationReportPBImpl. Contributed by 
Zhijie Shen. (Revision 1484612)

 Result = SUCCESS
vinodkv : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1484612
Files : 
* /hadoop/common/trunk/hadoop-yarn-project/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/src/main/java/org/apache/hadoop/yarn/api/records/impl/pb/ApplicationReportPBImpl.java
* 
/hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/src/main/proto/yarn_protos.proto
* 
/hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/test/java/org/apache/hadoop/yarn/api/TestApplicationAttemptId.java
* 
/hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/test/java/org/apache/hadoop/yarn/api/TestApplicationId.java
* 
/hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/test/java/org/apache/hadoop/yarn/api/TestApplicatonReport.java
* 
/hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/test/java/org/apache/hadoop/yarn/api/TestContainerId.java
* 
/hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/test/java/org/apache/hadoop/yarn/api/TestNodeId.java


 masterContainer and status are in ApplicationReportProto but not in 
 ApplicationReport
 -

 Key: YARN-695
 URL: https://issues.apache.org/jira/browse/YARN-695
 Project: Hadoop YARN
  Issue Type: Sub-task
Reporter: Zhijie Shen
Assignee: Zhijie Shen
 Fix For: 2.0.5-beta

 Attachments: YARN-695.1.patch, YARN-695.2.patch, YARN-695.2.patch


 If masterContainer and status are no longer part of ApplicationReport, they 
 should be removed from proto as well.

--
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-695) masterContainer and status are in ApplicationReportProto but not in ApplicationReport

2013-05-17 Thread Zhijie Shen (JIRA)

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

Zhijie Shen commented on YARN-695:
--

Status has been used in ApplicationReportPBImpl, but the code looks buggy. The 
following two setters both check applicationId and clear status.

{code}
  @Override
  public void setApplicationId(ApplicationId applicationId) {
maybeInitBuilder();
if (applicationId == null)
  builder.clearStatus();
this.applicationId = applicationId;
  }

  @Override
  public void setCurrentApplicationAttemptId(ApplicationAttemptId 
applicationAttemptId) {
maybeInitBuilder();
if (applicationId == null)
  builder.clearStatus();
this.currentApplicationAttemptId = applicationAttemptId;
  }
{code}

 masterContainer and status are in ApplicationReportProto but not in 
 ApplicationReport
 -

 Key: YARN-695
 URL: https://issues.apache.org/jira/browse/YARN-695
 Project: Hadoop YARN
  Issue Type: Sub-task
Reporter: Zhijie Shen
Assignee: Zhijie Shen

 If masterContainer and status are no longer part of ApplicationReport, they 
 should be removed from proto as well.

--
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-695) masterContainer and status are in ApplicationReportProto but not in ApplicationReport

2013-05-17 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on YARN-695:


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

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

{color:green}+1 tests included{color}.  The patch appears to include 3 new 
or modified test files.

{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 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common.

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

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

This message is automatically generated.

 masterContainer and status are in ApplicationReportProto but not in 
 ApplicationReport
 -

 Key: YARN-695
 URL: https://issues.apache.org/jira/browse/YARN-695
 Project: Hadoop YARN
  Issue Type: Sub-task
Reporter: Zhijie Shen
Assignee: Zhijie Shen
 Attachments: YARN-695.1.patch


 If masterContainer and status are no longer part of ApplicationReport, they 
 should be removed from proto as well.

--
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