[jira] [Commented] (MAPREDUCE-5787) Modify ShuffleHandler to support Keep-Alive

2014-03-22 Thread Hudson (JIRA)

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

Hudson commented on MAPREDUCE-5787:
---

SUCCESS: Integrated in Hadoop-Yarn-trunk #517 (See 
[https://builds.apache.org/job/Hadoop-Yarn-trunk/517/])
MAPREDUCE-5787. Added the ability to keep alive shuffle connections in the 
MapReduce shuffle-handler. Contributed by Rajesh Balamohan. (vinodkv: 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1580062)
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/mapred-default.xml
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-shuffle/src/main/java/org/apache/hadoop/mapred/ShuffleHandler.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-shuffle/src/test/java/org/apache/hadoop/mapred/TestShuffleHandler.java


 Modify ShuffleHandler to support Keep-Alive
 ---

 Key: MAPREDUCE-5787
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5787
 Project: Hadoop Map/Reduce
  Issue Type: Sub-task
  Components: nodemanager
Affects Versions: 2.4.0
Reporter: Rajesh Balamohan
Assignee: Rajesh Balamohan
Priority: Critical
 Fix For: 2.4.0

 Attachments: MAPREDUCE-5787-2.4.0-v2.patch, 
 MAPREDUCE-5787-2.4.0-v3.patch, MAPREDUCE-5787-2.4.0-v4.patch, 
 MAPREDUCE-5787-2.4.0-v5-v6-diff.patch, MAPREDUCE-5787-2.4.0-v5.patch, 
 MAPREDUCE-5787-2.4.0-v6.patch, MAPREDUCE-5787-2.4.0-v7.patch, 
 MAPREDUCE-5787-2.4.0-v8.patch, MAPREDUCE-5787-2.4.0.patch






--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (MAPREDUCE-5787) Modify ShuffleHandler to support Keep-Alive

2014-03-22 Thread Hudson (JIRA)

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

Hudson commented on MAPREDUCE-5787:
---

SUCCESS: Integrated in Hadoop-Hdfs-trunk #1709 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/1709/])
MAPREDUCE-5787. Added the ability to keep alive shuffle connections in the 
MapReduce shuffle-handler. Contributed by Rajesh Balamohan. (vinodkv: 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1580062)
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/mapred-default.xml
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-shuffle/src/main/java/org/apache/hadoop/mapred/ShuffleHandler.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-shuffle/src/test/java/org/apache/hadoop/mapred/TestShuffleHandler.java


 Modify ShuffleHandler to support Keep-Alive
 ---

 Key: MAPREDUCE-5787
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5787
 Project: Hadoop Map/Reduce
  Issue Type: Sub-task
  Components: nodemanager
Affects Versions: 2.4.0
Reporter: Rajesh Balamohan
Assignee: Rajesh Balamohan
Priority: Critical
 Fix For: 2.4.0

 Attachments: MAPREDUCE-5787-2.4.0-v2.patch, 
 MAPREDUCE-5787-2.4.0-v3.patch, MAPREDUCE-5787-2.4.0-v4.patch, 
 MAPREDUCE-5787-2.4.0-v5-v6-diff.patch, MAPREDUCE-5787-2.4.0-v5.patch, 
 MAPREDUCE-5787-2.4.0-v6.patch, MAPREDUCE-5787-2.4.0-v7.patch, 
 MAPREDUCE-5787-2.4.0-v8.patch, MAPREDUCE-5787-2.4.0.patch






--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (MAPREDUCE-5787) Modify ShuffleHandler to support Keep-Alive

2014-03-22 Thread Hudson (JIRA)

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

Hudson commented on MAPREDUCE-5787:
---

SUCCESS: Integrated in Hadoop-Mapreduce-trunk #1734 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1734/])
MAPREDUCE-5787. Added the ability to keep alive shuffle connections in the 
MapReduce shuffle-handler. Contributed by Rajesh Balamohan. (vinodkv: 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1580062)
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/mapred-default.xml
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-shuffle/src/main/java/org/apache/hadoop/mapred/ShuffleHandler.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-shuffle/src/test/java/org/apache/hadoop/mapred/TestShuffleHandler.java


 Modify ShuffleHandler to support Keep-Alive
 ---

 Key: MAPREDUCE-5787
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5787
 Project: Hadoop Map/Reduce
  Issue Type: Sub-task
  Components: nodemanager
Affects Versions: 2.4.0
Reporter: Rajesh Balamohan
Assignee: Rajesh Balamohan
Priority: Critical
 Fix For: 2.4.0

 Attachments: MAPREDUCE-5787-2.4.0-v2.patch, 
 MAPREDUCE-5787-2.4.0-v3.patch, MAPREDUCE-5787-2.4.0-v4.patch, 
 MAPREDUCE-5787-2.4.0-v5-v6-diff.patch, MAPREDUCE-5787-2.4.0-v5.patch, 
 MAPREDUCE-5787-2.4.0-v6.patch, MAPREDUCE-5787-2.4.0-v7.patch, 
 MAPREDUCE-5787-2.4.0-v8.patch, MAPREDUCE-5787-2.4.0.patch






--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (MAPREDUCE-5787) Modify ShuffleHandler to support Keep-Alive

2014-03-21 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on MAPREDUCE-5787:
--

{color:green}+1 overall{color}.  Here are the results of testing the latest 
attachment 
  
http://issues.apache.org/jira/secure/attachment/12636088/MAPREDUCE-5787-2.4.0-v8.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 1 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}.  There were no new javadoc 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-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-shuffle.

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

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

This message is automatically generated.

 Modify ShuffleHandler to support Keep-Alive
 ---

 Key: MAPREDUCE-5787
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5787
 Project: Hadoop Map/Reduce
  Issue Type: Sub-task
  Components: nodemanager
Affects Versions: 2.4.0
Reporter: Rajesh Balamohan
Assignee: Rajesh Balamohan
Priority: Critical
 Attachments: MAPREDUCE-5787-2.4.0-v2.patch, 
 MAPREDUCE-5787-2.4.0-v3.patch, MAPREDUCE-5787-2.4.0-v4.patch, 
 MAPREDUCE-5787-2.4.0-v5-v6-diff.patch, MAPREDUCE-5787-2.4.0-v5.patch, 
 MAPREDUCE-5787-2.4.0-v6.patch, MAPREDUCE-5787-2.4.0-v7.patch, 
 MAPREDUCE-5787-2.4.0-v8.patch, MAPREDUCE-5787-2.4.0.patch






--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (MAPREDUCE-5787) Modify ShuffleHandler to support Keep-Alive

2014-03-21 Thread Hudson (JIRA)

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

Hudson commented on MAPREDUCE-5787:
---

SUCCESS: Integrated in Hadoop-trunk-Commit #5374 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/5374/])
MAPREDUCE-5787. Added the ability to keep alive shuffle connections in the 
MapReduce shuffle-handler. Contributed by Rajesh Balamohan. (vinodkv: 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1580062)
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/mapred-default.xml
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-shuffle/src/main/java/org/apache/hadoop/mapred/ShuffleHandler.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-shuffle/src/test/java/org/apache/hadoop/mapred/TestShuffleHandler.java


 Modify ShuffleHandler to support Keep-Alive
 ---

 Key: MAPREDUCE-5787
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5787
 Project: Hadoop Map/Reduce
  Issue Type: Sub-task
  Components: nodemanager
Affects Versions: 2.4.0
Reporter: Rajesh Balamohan
Assignee: Rajesh Balamohan
Priority: Critical
 Fix For: 2.4.0

 Attachments: MAPREDUCE-5787-2.4.0-v2.patch, 
 MAPREDUCE-5787-2.4.0-v3.patch, MAPREDUCE-5787-2.4.0-v4.patch, 
 MAPREDUCE-5787-2.4.0-v5-v6-diff.patch, MAPREDUCE-5787-2.4.0-v5.patch, 
 MAPREDUCE-5787-2.4.0-v6.patch, MAPREDUCE-5787-2.4.0-v7.patch, 
 MAPREDUCE-5787-2.4.0-v8.patch, MAPREDUCE-5787-2.4.0.patch






--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (MAPREDUCE-5787) Modify ShuffleHandler to support Keep-Alive

2014-03-20 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on MAPREDUCE-5787:
--

{color:green}+1 overall{color}.  Here are the results of testing the latest 
attachment 
  
http://issues.apache.org/jira/secure/attachment/12635858/MAPREDUCE-5787-2.4.0-v6.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 1 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}.  There were no new javadoc 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-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-shuffle.

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

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

This message is automatically generated.

 Modify ShuffleHandler to support Keep-Alive
 ---

 Key: MAPREDUCE-5787
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5787
 Project: Hadoop Map/Reduce
  Issue Type: Sub-task
  Components: nodemanager
Affects Versions: 2.4.0
Reporter: Rajesh Balamohan
Assignee: Rajesh Balamohan
Priority: Critical
  Labels: ShuffleKeepalive
 Attachments: MAPREDUCE-5787-2.4.0-v2.patch, 
 MAPREDUCE-5787-2.4.0-v3.patch, MAPREDUCE-5787-2.4.0-v4.patch, 
 MAPREDUCE-5787-2.4.0-v5-v6-diff.patch, MAPREDUCE-5787-2.4.0-v5.patch, 
 MAPREDUCE-5787-2.4.0-v6.patch, MAPREDUCE-5787-2.4.0.patch






--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (MAPREDUCE-5787) Modify ShuffleHandler to support Keep-Alive

2014-03-20 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on MAPREDUCE-5787:
--

{color:green}+1 overall{color}.  Here are the results of testing the latest 
attachment 
  
http://issues.apache.org/jira/secure/attachment/12635955/MAPREDUCE-5787-2.4.0-v7.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 1 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}.  There were no new javadoc 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-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-shuffle.

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

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

This message is automatically generated.

 Modify ShuffleHandler to support Keep-Alive
 ---

 Key: MAPREDUCE-5787
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5787
 Project: Hadoop Map/Reduce
  Issue Type: Sub-task
  Components: nodemanager
Affects Versions: 2.4.0
Reporter: Rajesh Balamohan
Assignee: Rajesh Balamohan
Priority: Critical
  Labels: ShuffleKeepalive
 Attachments: MAPREDUCE-5787-2.4.0-v2.patch, 
 MAPREDUCE-5787-2.4.0-v3.patch, MAPREDUCE-5787-2.4.0-v4.patch, 
 MAPREDUCE-5787-2.4.0-v5-v6-diff.patch, MAPREDUCE-5787-2.4.0-v5.patch, 
 MAPREDUCE-5787-2.4.0-v6.patch, MAPREDUCE-5787-2.4.0-v7.patch, 
 MAPREDUCE-5787-2.4.0.patch






--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (MAPREDUCE-5787) Modify ShuffleHandler to support Keep-Alive

2014-03-19 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on MAPREDUCE-5787:
--

{color:green}+1 overall{color}.  Here are the results of testing the latest 
attachment 
  
http://issues.apache.org/jira/secure/attachment/12635694/MAPREDUCE-5787-2.4.0-v5.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 1 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}.  There were no new javadoc 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-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-shuffle.

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

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

This message is automatically generated.

 Modify ShuffleHandler to support Keep-Alive
 ---

 Key: MAPREDUCE-5787
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5787
 Project: Hadoop Map/Reduce
  Issue Type: Sub-task
  Components: nodemanager
Affects Versions: 2.4.0
Reporter: Rajesh Balamohan
Assignee: Rajesh Balamohan
Priority: Critical
  Labels: ShuffleKeepalive
 Attachments: MAPREDUCE-5787-2.4.0-v2.patch, 
 MAPREDUCE-5787-2.4.0-v3.patch, MAPREDUCE-5787-2.4.0-v4.patch, 
 MAPREDUCE-5787-2.4.0-v5.patch, MAPREDUCE-5787-2.4.0.patch






--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (MAPREDUCE-5787) Modify ShuffleHandler to support Keep-Alive

2014-03-18 Thread Rajesh Balamohan (JIRA)

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

Rajesh Balamohan commented on MAPREDUCE-5787:
-


Is setting CONTENT_LENGTH important? Even so, for doing it, we are reading the 
index-record two times - once here and once while sending the output. This will 
have performance impact.

Yes, CONTENT_LENGTH is needed in the client side for keep alive.  A placeholder 
is needed to avoid computing the index-record 2 times.  I will refactor and 
post the patch asap.

 Modify ShuffleHandler to support Keep-Alive
 ---

 Key: MAPREDUCE-5787
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5787
 Project: Hadoop Map/Reduce
  Issue Type: Sub-task
  Components: nodemanager
Affects Versions: 2.4.0
Reporter: Rajesh Balamohan
Assignee: Rajesh Balamohan
Priority: Critical
  Labels: ShuffleKeepalive
 Attachments: MAPREDUCE-5787-2.4.0-v2.patch, 
 MAPREDUCE-5787-2.4.0-v3.patch, MAPREDUCE-5787-2.4.0-v4.patch, 
 MAPREDUCE-5787-2.4.0.patch






--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (MAPREDUCE-5787) Modify ShuffleHandler to support Keep-Alive

2014-03-16 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on MAPREDUCE-5787:
--

{color:green}+1 overall{color}.  Here are the results of testing the latest 
attachment 
  
http://issues.apache.org/jira/secure/attachment/12634984/MAPREDUCE-5787-2.4.0-v3.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 1 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}.  There were no new javadoc 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-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-shuffle.

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

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

This message is automatically generated.

 Modify ShuffleHandler to support Keep-Alive
 ---

 Key: MAPREDUCE-5787
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5787
 Project: Hadoop Map/Reduce
  Issue Type: Sub-task
Reporter: Rajesh Balamohan
Assignee: Rajesh Balamohan
 Attachments: MAPREDUCE-5787-2.4.0-v2.patch, 
 MAPREDUCE-5787-2.4.0-v3.patch, MAPREDUCE-5787-2.4.0.patch






--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (MAPREDUCE-5787) Modify ShuffleHandler to support Keep-Alive

2014-03-16 Thread Rajesh Balamohan (JIRA)

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

Rajesh Balamohan commented on MAPREDUCE-5787:
-

Review Request:  
https://reviews.apache.org/r/19264/diff/1/?file=521462#file521462line585

 Modify ShuffleHandler to support Keep-Alive
 ---

 Key: MAPREDUCE-5787
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5787
 Project: Hadoop Map/Reduce
  Issue Type: Sub-task
Reporter: Rajesh Balamohan
Assignee: Rajesh Balamohan
 Attachments: MAPREDUCE-5787-2.4.0-v2.patch, 
 MAPREDUCE-5787-2.4.0-v3.patch, MAPREDUCE-5787-2.4.0.patch






--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (MAPREDUCE-5787) Modify ShuffleHandler to support Keep-Alive

2014-03-16 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on MAPREDUCE-5787:
--

{color:green}+1 overall{color}.  Here are the results of testing the latest 
attachment 
  
http://issues.apache.org/jira/secure/attachment/12635029/MAPREDUCE-5787-2.4.0-v3.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 1 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}.  There were no new javadoc 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-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-shuffle.

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

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

This message is automatically generated.

 Modify ShuffleHandler to support Keep-Alive
 ---

 Key: MAPREDUCE-5787
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5787
 Project: Hadoop Map/Reduce
  Issue Type: Sub-task
  Components: nodemanager
Affects Versions: 2.4.0
Reporter: Rajesh Balamohan
Assignee: Rajesh Balamohan
Priority: Critical
  Labels: ShuffleKeepalive
 Fix For: 2.4.0

 Attachments: MAPREDUCE-5787-2.4.0-v2.patch, 
 MAPREDUCE-5787-2.4.0-v3.patch, MAPREDUCE-5787-2.4.0-v4.patch, 
 MAPREDUCE-5787-2.4.0.patch






--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (MAPREDUCE-5787) Modify ShuffleHandler to support Keep-Alive

2014-03-16 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on MAPREDUCE-5787:
--

{color:green}+1 overall{color}.  Here are the results of testing the latest 
attachment 
  
http://issues.apache.org/jira/secure/attachment/12635033/MAPREDUCE-5787-2.4.0-v4.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 1 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}.  There were no new javadoc 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-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-shuffle.

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

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

This message is automatically generated.

 Modify ShuffleHandler to support Keep-Alive
 ---

 Key: MAPREDUCE-5787
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5787
 Project: Hadoop Map/Reduce
  Issue Type: Sub-task
  Components: nodemanager
Affects Versions: 2.4.0
Reporter: Rajesh Balamohan
Assignee: Rajesh Balamohan
Priority: Critical
  Labels: ShuffleKeepalive
 Fix For: 2.4.0

 Attachments: MAPREDUCE-5787-2.4.0-v2.patch, 
 MAPREDUCE-5787-2.4.0-v3.patch, MAPREDUCE-5787-2.4.0-v4.patch, 
 MAPREDUCE-5787-2.4.0.patch






--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (MAPREDUCE-5787) Modify ShuffleHandler to support Keep-Alive

2014-03-13 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on MAPREDUCE-5787:
--

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  
http://issues.apache.org/jira/secure/attachment/12634411/MAPREDUCE-5787-2.4.0-v2.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 1 new 
or modified test files.

  {color:red}-1 javac{color}.  The applied patch generated 1532 javac 
compiler warnings (more than the trunk's current 1531 warnings).

{color:green}+1 javadoc{color}.  There were no new javadoc 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-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-shuffle:

  org.apache.hadoop.mapred.TestShuffleHandler

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

Test results: 
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/4418//testReport/
Javac warnings: 
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/4418//artifact/trunk/patchprocess/diffJavacWarnings.txt
Console output: 
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/4418//console

This message is automatically generated.

 Modify ShuffleHandler to support Keep-Alive
 ---

 Key: MAPREDUCE-5787
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5787
 Project: Hadoop Map/Reduce
  Issue Type: Sub-task
Reporter: Rajesh Balamohan
Assignee: Rajesh Balamohan
 Attachments: MAPREDUCE-5787-2.4.0-v2.patch, MAPREDUCE-5787-2.4.0.patch






--
This message was sent by Atlassian JIRA
(v6.2#6252)