[jira] [Commented] (MAPREDUCE-5761) Add a log message like encrypted shuffle is ON in nodemanager logs

2014-02-25 Thread Hudson (JIRA)

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

Hudson commented on MAPREDUCE-5761:
---

SUCCESS: Integrated in Hadoop-Yarn-trunk #492 (See 
[https://builds.apache.org/job/Hadoop-Yarn-trunk/492/])
MAPREDUCE-5761. Added a simple log message to denote when encrypted shuffle is 
on in the shuffle-handler. Contributed by Jian He. (vinodkv: 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1571514)
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-shuffle/src/main/java/org/apache/hadoop/mapred/ShuffleHandler.java


 Add a log message like encrypted shuffle is ON in nodemanager logs
 

 Key: MAPREDUCE-5761
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5761
 Project: Hadoop Map/Reduce
  Issue Type: Improvement
Reporter: Yesha Vora
Assignee: Jian He
Priority: Trivial
 Fix For: 2.4.0

 Attachments: MAPREDUCE-5761.1.patch, YARN-1739.1.patch


 Currently no log message gets printed for encrypted shuffle which can 
 determine if encrypted shuffle is On or Off.
 Need to add message at Info level such as encrypted shuffle is ON



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (MAPREDUCE-5761) Add a log message like encrypted shuffle is ON in nodemanager logs

2014-02-25 Thread Hudson (JIRA)

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

Hudson commented on MAPREDUCE-5761:
---

SUCCESS: Integrated in Hadoop-Hdfs-trunk #1684 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/1684/])
MAPREDUCE-5761. Added a simple log message to denote when encrypted shuffle is 
on in the shuffle-handler. Contributed by Jian He. (vinodkv: 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1571514)
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-shuffle/src/main/java/org/apache/hadoop/mapred/ShuffleHandler.java


 Add a log message like encrypted shuffle is ON in nodemanager logs
 

 Key: MAPREDUCE-5761
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5761
 Project: Hadoop Map/Reduce
  Issue Type: Improvement
Reporter: Yesha Vora
Assignee: Jian He
Priority: Trivial
 Fix For: 2.4.0

 Attachments: MAPREDUCE-5761.1.patch, YARN-1739.1.patch


 Currently no log message gets printed for encrypted shuffle which can 
 determine if encrypted shuffle is On or Off.
 Need to add message at Info level such as encrypted shuffle is ON



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (MAPREDUCE-5761) Add a log message like encrypted shuffle is ON in nodemanager logs

2014-02-25 Thread Hudson (JIRA)

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

Hudson commented on MAPREDUCE-5761:
---

SUCCESS: Integrated in Hadoop-Mapreduce-trunk #1709 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1709/])
MAPREDUCE-5761. Added a simple log message to denote when encrypted shuffle is 
on in the shuffle-handler. Contributed by Jian He. (vinodkv: 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1571514)
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-shuffle/src/main/java/org/apache/hadoop/mapred/ShuffleHandler.java


 Add a log message like encrypted shuffle is ON in nodemanager logs
 

 Key: MAPREDUCE-5761
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5761
 Project: Hadoop Map/Reduce
  Issue Type: Improvement
Reporter: Yesha Vora
Assignee: Jian He
Priority: Trivial
 Fix For: 2.4.0

 Attachments: MAPREDUCE-5761.1.patch, YARN-1739.1.patch


 Currently no log message gets printed for encrypted shuffle which can 
 determine if encrypted shuffle is On or Off.
 Need to add message at Info level such as encrypted shuffle is ON



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (MAPREDUCE-5761) Add a log message like encrypted shuffle is ON in nodemanager logs

2014-02-24 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on MAPREDUCE-5761:
--

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  
http://issues.apache.org/jira/secure/attachment/12630818/MAPREDUCE-5761.1.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}.  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/4368//testReport/
Console output: 
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/4368//console

This message is automatically generated.

 Add a log message like encrypted shuffle is ON in nodemanager logs
 

 Key: MAPREDUCE-5761
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5761
 Project: Hadoop Map/Reduce
  Issue Type: Improvement
Reporter: Yesha Vora
Assignee: Jian He
 Attachments: MAPREDUCE-5761.1.patch, YARN-1739.1.patch


 Currently no log message gets printed for encrypted shuffle which can 
 determine if encrypted shuffle is On or Off.
 Need to add message at Info level such as encrypted shuffle is ON



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (MAPREDUCE-5761) Add a log message like encrypted shuffle is ON in nodemanager logs

2014-02-24 Thread Hudson (JIRA)

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

Hudson commented on MAPREDUCE-5761:
---

SUCCESS: Integrated in Hadoop-trunk-Commit #5217 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/5217/])
MAPREDUCE-5761. Added a simple log message to denote when encrypted shuffle is 
on in the shuffle-handler. Contributed by Jian He. (vinodkv: 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1571514)
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-shuffle/src/main/java/org/apache/hadoop/mapred/ShuffleHandler.java


 Add a log message like encrypted shuffle is ON in nodemanager logs
 

 Key: MAPREDUCE-5761
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5761
 Project: Hadoop Map/Reduce
  Issue Type: Improvement
Reporter: Yesha Vora
Assignee: Jian He
Priority: Trivial
 Fix For: 2.4.0

 Attachments: MAPREDUCE-5761.1.patch, YARN-1739.1.patch


 Currently no log message gets printed for encrypted shuffle which can 
 determine if encrypted shuffle is On or Off.
 Need to add message at Info level such as encrypted shuffle is ON



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (MAPREDUCE-5761) Add a log message like encrypted shuffle is ON in nodemanager logs

2014-02-20 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on MAPREDUCE-5761:
--

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12630181/YARN-1739.1.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}.  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/4363//testReport/
Console output: 
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/4363//console

This message is automatically generated.

 Add a log message like encrypted shuffle is ON in nodemanager logs
 

 Key: MAPREDUCE-5761
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5761
 Project: Hadoop Map/Reduce
  Issue Type: Improvement
Reporter: Yesha Vora
Assignee: Jian He
 Attachments: YARN-1739.1.patch


 Currently no log message gets printed for encrypted shuffle which can 
 determine if encrypted shuffle is On or Off.
 Need to add message at Info level such as encrypted shuffle is ON



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)