[jira] [Commented] (MAPREDUCE-4902) Fix typo receievd should be received in log output

2012-12-27 Thread Hudson (JIRA)

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

Hudson commented on MAPREDUCE-4902:
---

Integrated in Hadoop-Hdfs-0.23-Build #476 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-0.23-Build/476/])
svn merge -c 1426018 FIXES: MAPREDUCE-4902. Fix typo receievd should be 
received in log output. Contributed by Albert Chu (Revision 1426021)

 Result = UNSTABLE
jlowe : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1426021
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
* 
/hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/task/reduce/Fetcher.java


 Fix typo receievd should be received in log output
 --

 Key: MAPREDUCE-4902
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4902
 Project: Hadoop Map/Reduce
  Issue Type: Bug
Affects Versions: 3.0.0
Reporter: Albert Chu
Assignee: Albert Chu
Priority: Trivial
 Fix For: 2.0.3-alpha, 0.23.6

 Attachments: MAPREDUCE-4902.patch


 Noticed a typo in the log output, receievd should be received 
 org.apache.hadoop.mapreduce.task.reduce.Fetcher: for 
 url=8080/mapOutput?job=job_1356131733318_0002reduce=0map=attempt_1356131733318_0002_m_01_0,attempt_1356131733318_0002_m_03_0,attempt_1356131733318_0002_m_00_0
  sent hash and receievd reply

--
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] (MAPREDUCE-4902) Fix typo receievd should be received in log output

2012-12-27 Thread Hudson (JIRA)

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

Hudson commented on MAPREDUCE-4902:
---

Integrated in Hadoop-Hdfs-trunk #1267 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/1267/])
MAPREDUCE-4902. Fix typo receievd should be received in log output. 
Contributed by Albert Chu (Revision 1426018)

 Result = FAILURE
jlowe : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1426018
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/task/reduce/Fetcher.java


 Fix typo receievd should be received in log output
 --

 Key: MAPREDUCE-4902
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4902
 Project: Hadoop Map/Reduce
  Issue Type: Bug
Affects Versions: 3.0.0
Reporter: Albert Chu
Assignee: Albert Chu
Priority: Trivial
 Fix For: 2.0.3-alpha, 0.23.6

 Attachments: MAPREDUCE-4902.patch


 Noticed a typo in the log output, receievd should be received 
 org.apache.hadoop.mapreduce.task.reduce.Fetcher: for 
 url=8080/mapOutput?job=job_1356131733318_0002reduce=0map=attempt_1356131733318_0002_m_01_0,attempt_1356131733318_0002_m_03_0,attempt_1356131733318_0002_m_00_0
  sent hash and receievd reply

--
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] (MAPREDUCE-4902) Fix typo receievd should be received in log output

2012-12-27 Thread Hudson (JIRA)

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

Hudson commented on MAPREDUCE-4902:
---

Integrated in Hadoop-Mapreduce-trunk #1297 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1297/])
MAPREDUCE-4902. Fix typo receievd should be received in log output. 
Contributed by Albert Chu (Revision 1426018)

 Result = SUCCESS
jlowe : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1426018
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/task/reduce/Fetcher.java


 Fix typo receievd should be received in log output
 --

 Key: MAPREDUCE-4902
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4902
 Project: Hadoop Map/Reduce
  Issue Type: Bug
Affects Versions: 3.0.0
Reporter: Albert Chu
Assignee: Albert Chu
Priority: Trivial
 Fix For: 2.0.3-alpha, 0.23.6

 Attachments: MAPREDUCE-4902.patch


 Noticed a typo in the log output, receievd should be received 
 org.apache.hadoop.mapreduce.task.reduce.Fetcher: for 
 url=8080/mapOutput?job=job_1356131733318_0002reduce=0map=attempt_1356131733318_0002_m_01_0,attempt_1356131733318_0002_m_03_0,attempt_1356131733318_0002_m_00_0
  sent hash and receievd reply

--
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] (MAPREDUCE-4902) Fix typo receievd should be received in log output

2012-12-26 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on MAPREDUCE-4902:
--

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12562391/MAPREDUCE-4902.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-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core.

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

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

This message is automatically generated.

 Fix typo receievd should be received in log output
 --

 Key: MAPREDUCE-4902
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4902
 Project: Hadoop Map/Reduce
  Issue Type: Bug
Affects Versions: 3.0.0
Reporter: Albert Chu
Priority: Trivial
 Fix For: 3.0.0

 Attachments: MAPREDUCE-4902.patch


 Noticed a typo in the log output, receievd should be received 
 org.apache.hadoop.mapreduce.task.reduce.Fetcher: for 
 url=8080/mapOutput?job=job_1356131733318_0002reduce=0map=attempt_1356131733318_0002_m_01_0,attempt_1356131733318_0002_m_03_0,attempt_1356131733318_0002_m_00_0
  sent hash and receievd reply

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