[jira] [Commented] (MAPREDUCE-6231) Grep example job is not working on a fully-distributed cluster

2015-01-29 Thread Hudson (JIRA)

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

Hudson commented on MAPREDUCE-6231:
---

FAILURE: Integrated in Hadoop-trunk-Commit #6958 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/6958/])
MAPREDUCE-6231. Grep example job is not working on a fully-distributed cluster. 
(aajisaka) (aajisaka: rev fe2188a0420f501ccfcba92e91d4b564ba86103e)
* hadoop-mapreduce-project/CHANGES.txt
* 
hadoop-mapreduce-project/hadoop-mapreduce-examples/src/main/java/org/apache/hadoop/examples/Grep.java


 Grep example job is not working on a fully-distributed cluster
 --

 Key: MAPREDUCE-6231
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6231
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: examples
Affects Versions: 2.6.0
Reporter: Akira AJISAKA
Assignee: Akira AJISAKA
  Labels: newbie
 Fix For: 2.7.0

 Attachments: MAPREDUCE-6231-001.patch, MAPREDUCE-6231-002.patch


 Grep.java is missing Job.setJarByClass, so grep example job is not working on 
 a fully-distributed cluster.
 This issue was originally reported at user ML.
 http://mail-archives.apache.org/mod_mbox/hadoop-user/201501.mbox/%3C54C8E6AE.1010507%40sql-ag.de%3E



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (MAPREDUCE-4413) MR lib dir contains jdiff (which is gpl)

2015-01-29 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on MAPREDUCE-4413:
--

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12598167/MAPREDUCE-4413.patch
  against trunk revision 03a5e04.

{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 2.0.3) 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-assemblies.

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

This message is automatically generated.

 MR lib dir contains jdiff (which is gpl)
 

 Key: MAPREDUCE-4413
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4413
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: build
Affects Versions: 2.0.0-alpha
Reporter: Eli Collins
Assignee: Nemon Lou
Priority: Critical
 Attachments: MAPREDUCE-4413.patch, MAPREDUCE-4413.patch


 A tarball built from trunk contains the following:
 ./share/hadoop/mapreduce/lib/jdiff-1.0.9.jar
 jdiff is gplv2, we need to exclude it from the build artifact.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (MAPREDUCE-6231) Grep example job is not working on a fully-distributed cluster

2015-01-29 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on MAPREDUCE-6231:
--

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  
http://issues.apache.org/jira/secure/attachment/12695209/MAPREDUCE-6231-002.patch
  against trunk revision 03a5e04.

{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 2.0.3) 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-examples.

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

This message is automatically generated.

 Grep example job is not working on a fully-distributed cluster
 --

 Key: MAPREDUCE-6231
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6231
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: examples
Affects Versions: 2.6.0
Reporter: Akira AJISAKA
Assignee: Akira AJISAKA
  Labels: newbie
 Attachments: MAPREDUCE-6231-001.patch, MAPREDUCE-6231-002.patch


 Grep.java is missing Job.setJarByClass, so grep example job is not working on 
 a fully-distributed cluster.
 This issue was originally reported at user ML.
 http://mail-archives.apache.org/mod_mbox/hadoop-user/201501.mbox/%3C54C8E6AE.1010507%40sql-ag.de%3E



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (MAPREDUCE-6232) Task state is running when all task attempts fail

2015-01-29 Thread Yang Hao (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-6232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yang Hao updated MAPREDUCE-6232:

Attachment: MAPREDUCE-6232.patch

 Task state is running when all task attempts fail
 -

 Key: MAPREDUCE-6232
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6232
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: task
Affects Versions: 2.6.0
Reporter: Yang Hao
Assignee: Yang Hao
 Attachments: MAPREDUCE-6232.patch, result.png


 When task attempts fails, the task's state is still  running. A clever way is 
 to check the task attempts's state, if none of the attempts is running, then 
 the task state should not be running



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (MAPREDUCE-6232) Task state is running when all task attempts fail

2015-01-29 Thread Yang Hao (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-6232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yang Hao updated MAPREDUCE-6232:

Attachment: (was: NewStateTransitionDiagramOfTaskImpl.gv)

 Task state is running when all task attempts fail
 -

 Key: MAPREDUCE-6232
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6232
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: task
Affects Versions: 2.6.0
Reporter: Yang Hao
Assignee: Yang Hao
 Attachments: MAPREDUCE-6232.patch, result.png


 When task attempts fails, the task's state is still  running. A clever way is 
 to check the task attempts's state, if none of the attempts is running, then 
 the task state should not be running



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (MAPREDUCE-6231) Grep example job is not working on a fully-distributed cluster

2015-01-29 Thread Harsh J (JIRA)

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

Harsh J commented on MAPREDUCE-6231:


Thanks for the change, +1, please commit!

 Grep example job is not working on a fully-distributed cluster
 --

 Key: MAPREDUCE-6231
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6231
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: examples
Affects Versions: 2.6.0
Reporter: Akira AJISAKA
Assignee: Akira AJISAKA
  Labels: newbie
 Attachments: MAPREDUCE-6231-001.patch, MAPREDUCE-6231-002.patch


 Grep.java is missing Job.setJarByClass, so grep example job is not working on 
 a fully-distributed cluster.
 This issue was originally reported at user ML.
 http://mail-archives.apache.org/mod_mbox/hadoop-user/201501.mbox/%3C54C8E6AE.1010507%40sql-ag.de%3E



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (MAPREDUCE-6232) Task state is running when all task attempts fail

2015-01-29 Thread Yang Hao (JIRA)
Yang Hao created MAPREDUCE-6232:
---

 Summary: Task state is running when all task attempts fail
 Key: MAPREDUCE-6232
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6232
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: task
Affects Versions: 2.6.0
Reporter: Yang Hao


When task attempts fails, the task's state is still  running. A clever way is 
to check the task attempts's state, if none of the attempts is running, then 
the task state should not be running



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (MAPREDUCE-6232) Task state is running when all task attempts fail

2015-01-29 Thread Yang Hao (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-6232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yang Hao updated MAPREDUCE-6232:

Attachment: NewStateTransitionDiagramOfTaskImpl.gv
result.png

 Task state is running when all task attempts fail
 -

 Key: MAPREDUCE-6232
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6232
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: task
Affects Versions: 2.6.0
Reporter: Yang Hao
Assignee: Yang Hao
 Attachments: NewStateTransitionDiagramOfTaskImpl.gv, result.png


 When task attempts fails, the task's state is still  running. A clever way is 
 to check the task attempts's state, if none of the attempts is running, then 
 the task state should not be running



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (MAPREDUCE-6232) Task state is running when all task attempts fail

2015-01-29 Thread Yang Hao (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-6232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yang Hao reassigned MAPREDUCE-6232:
---

Assignee: Yang Hao

 Task state is running when all task attempts fail
 -

 Key: MAPREDUCE-6232
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6232
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: task
Affects Versions: 2.6.0
Reporter: Yang Hao
Assignee: Yang Hao
 Attachments: NewStateTransitionDiagramOfTaskImpl.gv, result.png


 When task attempts fails, the task's state is still  running. A clever way is 
 to check the task attempts's state, if none of the attempts is running, then 
 the task state should not be running



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (MAPREDUCE-6232) Task state is running when all task attempts fail

2015-01-29 Thread Yang Hao (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-6232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yang Hao updated MAPREDUCE-6232:

Attachment: TaskImpl.normal.png
TaskImpl.new.png

 Task state is running when all task attempts fail
 -

 Key: MAPREDUCE-6232
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6232
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: task
Affects Versions: 2.6.0
Reporter: Yang Hao
Assignee: Yang Hao
 Attachments: MAPREDUCE-6232.patch, TaskImpl.new.png, 
 TaskImpl.normal.png, result.png


 When task attempts fails, the task's state is still  running. A clever way is 
 to check the task attempts's state, if none of the attempts is running, then 
 the task state should not be running



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (MAPREDUCE-6232) Task state is running when all task attempts fail

2015-01-29 Thread Yang Hao (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-6232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yang Hao updated MAPREDUCE-6232:

Attachment: (was: result.png)

 Task state is running when all task attempts fail
 -

 Key: MAPREDUCE-6232
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6232
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: task
Affects Versions: 2.6.0
Reporter: Yang Hao
Assignee: Yang Hao
 Attachments: MAPREDUCE-6232.patch, TaskImpl.new.png, 
 TaskImpl.normal.png


 When task attempts fails, the task's state is still  running. A clever way is 
 to check the task attempts's state, if none of the attempts is running, then 
 the task state should not be running



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (MAPREDUCE-6230) MR AM does not survive RM restart if RM activated a new AMRM secret key

2015-01-29 Thread Hudson (JIRA)

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

Hudson commented on MAPREDUCE-6230:
---

FAILURE: Integrated in Hadoop-Yarn-trunk-Java8 #88 (See 
[https://builds.apache.org/job/Hadoop-Yarn-trunk-Java8/88/])
MAPREDUCE-6230. Fixed RMContainerAllocator to update the new AMRMToken service 
name properly. Contributed by Jason Lowe (jianhe: rev 
cff05bff1fe24628677d41a0d537f2c383b44faf)
* 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/test/java/org/apache/hadoop/mapreduce/v2/app/rm/TestRMContainerAllocator.java
* hadoop-mapreduce-project/CHANGES.txt
* 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/rm/RMContainerAllocator.java


 MR AM does not survive RM restart if RM activated a new AMRM secret key
 ---

 Key: MAPREDUCE-6230
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6230
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: mr-am
Reporter: Jason Lowe
Assignee: Jason Lowe
Priority: Blocker
 Fix For: 2.7.0

 Attachments: MAPREDUCE-6230.001.patch


 A MapReduce AM will fail to reconnect to an RM that performed restart in the 
 following scenario:
 # MapReduce job launched with AMRM token generated from AMRM secret X
 # RM rolls new AMRM secret Y and activates the new key
 # RM performs a work-preserving restart
 # MapReduce job AM now unable to connect to RM with Invalid AMRMToken 
 exception



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (MAPREDUCE-6230) MR AM does not survive RM restart if RM activated a new AMRM secret key

2015-01-29 Thread Hudson (JIRA)

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

Hudson commented on MAPREDUCE-6230:
---

FAILURE: Integrated in Hadoop-Yarn-trunk #822 (See 
[https://builds.apache.org/job/Hadoop-Yarn-trunk/822/])
MAPREDUCE-6230. Fixed RMContainerAllocator to update the new AMRMToken service 
name properly. Contributed by Jason Lowe (jianhe: rev 
cff05bff1fe24628677d41a0d537f2c383b44faf)
* 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/test/java/org/apache/hadoop/mapreduce/v2/app/rm/TestRMContainerAllocator.java
* 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/rm/RMContainerAllocator.java
* hadoop-mapreduce-project/CHANGES.txt


 MR AM does not survive RM restart if RM activated a new AMRM secret key
 ---

 Key: MAPREDUCE-6230
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6230
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: mr-am
Reporter: Jason Lowe
Assignee: Jason Lowe
Priority: Blocker
 Fix For: 2.7.0

 Attachments: MAPREDUCE-6230.001.patch


 A MapReduce AM will fail to reconnect to an RM that performed restart in the 
 following scenario:
 # MapReduce job launched with AMRM token generated from AMRM secret X
 # RM rolls new AMRM secret Y and activates the new key
 # RM performs a work-preserving restart
 # MapReduce job AM now unable to connect to RM with Invalid AMRMToken 
 exception



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (MAPREDUCE-6232) Task state is running when all task attempts fail

2015-01-29 Thread Yang Hao (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-6232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yang Hao updated MAPREDUCE-6232:

Attachment: result.pdf

 Task state is running when all task attempts fail
 -

 Key: MAPREDUCE-6232
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6232
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: task
Affects Versions: 2.6.0
Reporter: Yang Hao
Assignee: Yang Hao
 Attachments: MAPREDUCE-6232.patch, TaskImpl.new.png, 
 TaskImpl.normal.png, result.pdf


 When task attempts fails, the task's state is still  running. A clever way is 
 to check the task attempts's state, if none of the attempts is running, then 
 the task state should not be running



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (MAPREDUCE-6230) MR AM does not survive RM restart if RM activated a new AMRM secret key

2015-01-29 Thread Hudson (JIRA)

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

Hudson commented on MAPREDUCE-6230:
---

FAILURE: Integrated in Hadoop-Mapreduce-trunk #2039 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/2039/])
MAPREDUCE-6230. Fixed RMContainerAllocator to update the new AMRMToken service 
name properly. Contributed by Jason Lowe (jianhe: rev 
cff05bff1fe24628677d41a0d537f2c383b44faf)
* hadoop-mapreduce-project/CHANGES.txt
* 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/test/java/org/apache/hadoop/mapreduce/v2/app/rm/TestRMContainerAllocator.java
* 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/rm/RMContainerAllocator.java


 MR AM does not survive RM restart if RM activated a new AMRM secret key
 ---

 Key: MAPREDUCE-6230
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6230
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: mr-am
Reporter: Jason Lowe
Assignee: Jason Lowe
Priority: Blocker
 Fix For: 2.7.0

 Attachments: MAPREDUCE-6230.001.patch


 A MapReduce AM will fail to reconnect to an RM that performed restart in the 
 following scenario:
 # MapReduce job launched with AMRM token generated from AMRM secret X
 # RM rolls new AMRM secret Y and activates the new key
 # RM performs a work-preserving restart
 # MapReduce job AM now unable to connect to RM with Invalid AMRMToken 
 exception



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (MAPREDUCE-6232) Task state is running when all task attempts fail

2015-01-29 Thread Lian Duan (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-6232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lian Duan reassigned MAPREDUCE-6232:


Assignee: Lian Duan  (was: Yang Hao)

 Task state is running when all task attempts fail
 -

 Key: MAPREDUCE-6232
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6232
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: task
Affects Versions: 2.6.0
Reporter: Yang Hao
Assignee: Lian Duan
 Attachments: MAPREDUCE-6232.patch, TaskImpl.new.png, 
 TaskImpl.normal.png, result.pdf


 When task attempts fails, the task's state is still  running. A clever way is 
 to check the task attempts's state, if none of the attempts is running, then 
 the task state should not be running



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (MAPREDUCE-6232) Task state is running when all task attempts fail

2015-01-29 Thread Lian Duan (JIRA)

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

Lian Duan commented on MAPREDUCE-6232:
--

I’d like to try to fix the issue.

 Task state is running when all task attempts fail
 -

 Key: MAPREDUCE-6232
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6232
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: task
Affects Versions: 2.6.0
Reporter: Yang Hao
Assignee: Lian Duan
 Attachments: MAPREDUCE-6232.patch, TaskImpl.new.png, 
 TaskImpl.normal.png, result.pdf


 When task attempts fails, the task's state is still  running. A clever way is 
 to check the task attempts's state, if none of the attempts is running, then 
 the task state should not be running



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (MAPREDUCE-6230) MR AM does not survive RM restart if RM activated a new AMRM secret key

2015-01-29 Thread Hudson (JIRA)

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

Hudson commented on MAPREDUCE-6230:
---

FAILURE: Integrated in Hadoop-Mapreduce-trunk-Java8 #89 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Java8/89/])
MAPREDUCE-6230. Fixed RMContainerAllocator to update the new AMRMToken service 
name properly. Contributed by Jason Lowe (jianhe: rev 
cff05bff1fe24628677d41a0d537f2c383b44faf)
* hadoop-mapreduce-project/CHANGES.txt
* 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/test/java/org/apache/hadoop/mapreduce/v2/app/rm/TestRMContainerAllocator.java
* 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/rm/RMContainerAllocator.java


 MR AM does not survive RM restart if RM activated a new AMRM secret key
 ---

 Key: MAPREDUCE-6230
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6230
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: mr-am
Reporter: Jason Lowe
Assignee: Jason Lowe
Priority: Blocker
 Fix For: 2.7.0

 Attachments: MAPREDUCE-6230.001.patch


 A MapReduce AM will fail to reconnect to an RM that performed restart in the 
 following scenario:
 # MapReduce job launched with AMRM token generated from AMRM secret X
 # RM rolls new AMRM secret Y and activates the new key
 # RM performs a work-preserving restart
 # MapReduce job AM now unable to connect to RM with Invalid AMRMToken 
 exception



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (MAPREDUCE-6230) MR AM does not survive RM restart if RM activated a new AMRM secret key

2015-01-29 Thread Hudson (JIRA)

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

Hudson commented on MAPREDUCE-6230:
---

FAILURE: Integrated in Hadoop-Hdfs-trunk-Java8 #85 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk-Java8/85/])
MAPREDUCE-6230. Fixed RMContainerAllocator to update the new AMRMToken service 
name properly. Contributed by Jason Lowe (jianhe: rev 
cff05bff1fe24628677d41a0d537f2c383b44faf)
* hadoop-mapreduce-project/CHANGES.txt
* 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/test/java/org/apache/hadoop/mapreduce/v2/app/rm/TestRMContainerAllocator.java
* 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/rm/RMContainerAllocator.java


 MR AM does not survive RM restart if RM activated a new AMRM secret key
 ---

 Key: MAPREDUCE-6230
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6230
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: mr-am
Reporter: Jason Lowe
Assignee: Jason Lowe
Priority: Blocker
 Fix For: 2.7.0

 Attachments: MAPREDUCE-6230.001.patch


 A MapReduce AM will fail to reconnect to an RM that performed restart in the 
 following scenario:
 # MapReduce job launched with AMRM token generated from AMRM secret X
 # RM rolls new AMRM secret Y and activates the new key
 # RM performs a work-preserving restart
 # MapReduce job AM now unable to connect to RM with Invalid AMRMToken 
 exception



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (MAPREDUCE-6230) MR AM does not survive RM restart if RM activated a new AMRM secret key

2015-01-29 Thread Hudson (JIRA)

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

Hudson commented on MAPREDUCE-6230:
---

SUCCESS: Integrated in Hadoop-Hdfs-trunk #2020 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/2020/])
MAPREDUCE-6230. Fixed RMContainerAllocator to update the new AMRMToken service 
name properly. Contributed by Jason Lowe (jianhe: rev 
cff05bff1fe24628677d41a0d537f2c383b44faf)
* hadoop-mapreduce-project/CHANGES.txt
* 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/rm/RMContainerAllocator.java
* 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/test/java/org/apache/hadoop/mapreduce/v2/app/rm/TestRMContainerAllocator.java


 MR AM does not survive RM restart if RM activated a new AMRM secret key
 ---

 Key: MAPREDUCE-6230
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6230
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: mr-am
Reporter: Jason Lowe
Assignee: Jason Lowe
Priority: Blocker
 Fix For: 2.7.0

 Attachments: MAPREDUCE-6230.001.patch


 A MapReduce AM will fail to reconnect to an RM that performed restart in the 
 following scenario:
 # MapReduce job launched with AMRM token generated from AMRM secret X
 # RM rolls new AMRM secret Y and activates the new key
 # RM performs a work-preserving restart
 # MapReduce job AM now unable to connect to RM with Invalid AMRMToken 
 exception



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (MAPREDUCE-6232) Task state is running when all task attempts fail

2015-01-29 Thread Lian Duan (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-6232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lian Duan updated MAPREDUCE-6232:
-
Assignee: Yang Hao  (was: Lian Duan)

 Task state is running when all task attempts fail
 -

 Key: MAPREDUCE-6232
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6232
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: task
Affects Versions: 2.6.0
Reporter: Yang Hao
Assignee: Yang Hao
 Attachments: MAPREDUCE-6232.patch, TaskImpl.new.png, 
 TaskImpl.normal.png, result.pdf


 When task attempts fails, the task's state is still  running. A clever way is 
 to check the task attempts's state, if none of the attempts is running, then 
 the task state should not be running



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (MAPREDUCE-6231) Grep example job is not working on a fully-distributed cluster

2015-01-29 Thread Akira AJISAKA (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-6231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Akira AJISAKA updated MAPREDUCE-6231:
-
   Resolution: Fixed
Fix Version/s: 2.7.0
 Hadoop Flags: Reviewed
   Status: Resolved  (was: Patch Available)

Committed this to trunk and branch-2. Thanks [~qwertymaniac] for the review!

 Grep example job is not working on a fully-distributed cluster
 --

 Key: MAPREDUCE-6231
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6231
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: examples
Affects Versions: 2.6.0
Reporter: Akira AJISAKA
Assignee: Akira AJISAKA
  Labels: newbie
 Fix For: 2.7.0

 Attachments: MAPREDUCE-6231-001.patch, MAPREDUCE-6231-002.patch


 Grep.java is missing Job.setJarByClass, so grep example job is not working on 
 a fully-distributed cluster.
 This issue was originally reported at user ML.
 http://mail-archives.apache.org/mod_mbox/hadoop-user/201501.mbox/%3C54C8E6AE.1010507%40sql-ag.de%3E



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (MAPREDUCE-5988) Fix dead links to the javadocs in mapreduce project

2015-01-29 Thread Allen Wittenauer (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-5988?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Allen Wittenauer updated MAPREDUCE-5988:

Status: Patch Available  (was: Open)

 Fix dead links to the javadocs in mapreduce project
 ---

 Key: MAPREDUCE-5988
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5988
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: documentation
Affects Versions: 2.4.1
Reporter: Akira AJISAKA
Assignee: Akira AJISAKA
Priority: Minor
 Attachments: MAPREDUCE-5988.2.patch, MAPREDUCE-5988.patch


 In http://hadoop.apache.org/docs/r2.4.1/api/allclasses-frame.html, some 
 classes are listed, but not documented.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (MAPREDUCE-6150) Update document of Rumen

2015-01-29 Thread Allen Wittenauer (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-6150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Allen Wittenauer updated MAPREDUCE-6150:

   Resolution: Fixed
Fix Version/s: 2.7.0
   Status: Resolved  (was: Patch Available)

+1 committed to trunk and branch-2.

Thanks!

 Update document of Rumen
 

 Key: MAPREDUCE-6150
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6150
 Project: Hadoop Map/Reduce
  Issue Type: Improvement
  Components: documentation
Reporter: Masatake Iwasaki
Assignee: Masatake Iwasaki
Priority: Minor
 Fix For: 2.7.0

 Attachments: HADOOP-11147.1.patch






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (MAPREDUCE-5988) Fix dead links to the javadocs in mapreduce project

2015-01-29 Thread Allen Wittenauer (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-5988?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Allen Wittenauer updated MAPREDUCE-5988:

Status: Open  (was: Patch Available)

 Fix dead links to the javadocs in mapreduce project
 ---

 Key: MAPREDUCE-5988
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5988
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: documentation
Affects Versions: 2.4.1
Reporter: Akira AJISAKA
Assignee: Akira AJISAKA
Priority: Minor
 Attachments: MAPREDUCE-5988.2.patch, MAPREDUCE-5988.patch


 In http://hadoop.apache.org/docs/r2.4.1/api/allclasses-frame.html, some 
 classes are listed, but not documented.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (MAPREDUCE-6233) org.apache.hadoop.mapreduce.TestLargeSort.testLargeSort failed in trunk

2015-01-29 Thread Yongjun Zhang (JIRA)
Yongjun Zhang created MAPREDUCE-6233:


 Summary: org.apache.hadoop.mapreduce.TestLargeSort.testLargeSort 
failed in trunk
 Key: MAPREDUCE-6233
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6233
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: test
Reporter: Yongjun Zhang


 https://builds.apache.org/job/Hadoop-Mapreduce-trunk/2039/

{code}
Stack Trace:
java.lang.AssertionError: Large sort failed for 128 expected:0 but was:1
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:743)
at org.junit.Assert.assertEquals(Assert.java:118)
at org.junit.Assert.assertEquals(Assert.java:555)
at 
org.apache.hadoop.mapreduce.TestLargeSort.testLargeSort(TestLargeSort.java:61)
{code}




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (MAPREDUCE-3227) Conflicting information in the YARN-Docs

2015-01-29 Thread Allen Wittenauer (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-3227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Allen Wittenauer updated MAPREDUCE-3227:

Status: Open  (was: Patch Available)

 Conflicting information in the YARN-Docs
 

 Key: MAPREDUCE-3227
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3227
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: documentation
Affects Versions: 0.23.0
Reporter: Bhallamudi Venkata Siva Kamesh
 Attachments: MAPREDUCE-3227.patch


 For building the yarn binaries, information in the *README* file in the 
 *hadoop-yarn* is
 {noformat}create runnable binaries after install: mvn assembly:assembly 
 -Pnative (combined: mvn clean install assembly:assembly -Pnative){noformat}
 But while executing the above cmd, getting the following error
 {noformat}[ERROR] Failed to execute goal 
 org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-3:assembly 
 (default-cli) on project hadoop-yarn: Error reading assemblies: No assembly 
 descriptors found.{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (MAPREDUCE-6151) Update document of GridMix

2015-01-29 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on MAPREDUCE-6151:
--

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12679130/HADOOP-11146.1.patch
  against trunk revision 3f982c5.

{color:red}-1 patch{color}.  The patch command could not apply the patch.

Console output: 
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/5132//console

This message is automatically generated.

 Update document of GridMix
 --

 Key: MAPREDUCE-6151
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6151
 Project: Hadoop Map/Reduce
  Issue Type: Improvement
  Components: documentation
Reporter: Masatake Iwasaki
Assignee: Masatake Iwasaki
Priority: Minor
 Attachments: HADOOP-11146.1.patch






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (MAPREDUCE-6150) Update document of Rumen

2015-01-29 Thread Hudson (JIRA)

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

Hudson commented on MAPREDUCE-6150:
---

FAILURE: Integrated in Hadoop-trunk-Commit #6965 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/6965/])
MAPREDUCE-6150. Update document of Rumen (Masatake Iwasaki via aw) (aw: rev 
3f982c5c266f2ccf532fa425cc28c0b5c5a2a7e1)
* hadoop-tools/hadoop-rumen/src/site/markdown/Rumen.md.vm
* hadoop-project/src/site/site.xml
* hadoop-mapreduce-project/CHANGES.txt


 Update document of Rumen
 

 Key: MAPREDUCE-6150
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6150
 Project: Hadoop Map/Reduce
  Issue Type: Improvement
  Components: documentation
Reporter: Masatake Iwasaki
Assignee: Masatake Iwasaki
Priority: Minor
 Fix For: 2.7.0

 Attachments: HADOOP-11147.1.patch






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (MAPREDUCE-6151) Update document of GridMix

2015-01-29 Thread Allen Wittenauer (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-6151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Allen Wittenauer updated MAPREDUCE-6151:

Status: Patch Available  (was: Open)

 Update document of GridMix
 --

 Key: MAPREDUCE-6151
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6151
 Project: Hadoop Map/Reduce
  Issue Type: Improvement
  Components: documentation
Reporter: Masatake Iwasaki
Assignee: Masatake Iwasaki
Priority: Minor
 Attachments: HADOOP-11146.1.patch






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (MAPREDUCE-6151) Update document of GridMix

2015-01-29 Thread Allen Wittenauer (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-6151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Allen Wittenauer updated MAPREDUCE-6151:

Status: Open  (was: Patch Available)

 Update document of GridMix
 --

 Key: MAPREDUCE-6151
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6151
 Project: Hadoop Map/Reduce
  Issue Type: Improvement
  Components: documentation
Reporter: Masatake Iwasaki
Assignee: Masatake Iwasaki
Priority: Minor
 Attachments: HADOOP-11146.1.patch






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (MAPREDUCE-6151) Update document of GridMix

2015-01-29 Thread Masatake Iwasaki (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-6151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Masatake Iwasaki updated MAPREDUCE-6151:

Attachment: MAPREDUCE-6151.002.patch

rebased.

 Update document of GridMix
 --

 Key: MAPREDUCE-6151
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6151
 Project: Hadoop Map/Reduce
  Issue Type: Improvement
  Components: documentation
Reporter: Masatake Iwasaki
Assignee: Masatake Iwasaki
Priority: Minor
 Attachments: HADOOP-11146.1.patch, MAPREDUCE-6151.002.patch






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (MAPREDUCE-6151) Update document of GridMix

2015-01-29 Thread Masatake Iwasaki (JIRA)

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

Masatake Iwasaki commented on MAPREDUCE-6151:
-

release audit warnings is irrelevant to this patch.

 Update document of GridMix
 --

 Key: MAPREDUCE-6151
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6151
 Project: Hadoop Map/Reduce
  Issue Type: Improvement
  Components: documentation
Reporter: Masatake Iwasaki
Assignee: Masatake Iwasaki
Priority: Minor
 Attachments: HADOOP-11146.1.patch, MAPREDUCE-6151.002.patch






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (MAPREDUCE-6151) Update document of GridMix

2015-01-29 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on MAPREDUCE-6151:
--

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

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

{color:green}+0 tests included{color}.  The patch appears to be a 
documentation patch that doesn't require tests.

{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 2.0.3) warnings.

{color:red}-1 release audit{color}.  The applied patch generated 1 
release audit warnings.

{color:red}-1 core tests{color}.  The patch failed these unit tests in 
hadoop-tools/hadoop-gridmix:

  org.apache.hadoop.mapred.gridmix.TestHighRamJob

Test results: 
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/5134//testReport/
Release audit warnings: 
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/5134//artifact/patchprocess/patchReleaseAuditProblems.txt
Console output: 
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/5134//console

This message is automatically generated.

 Update document of GridMix
 --

 Key: MAPREDUCE-6151
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6151
 Project: Hadoop Map/Reduce
  Issue Type: Improvement
  Components: documentation
Reporter: Masatake Iwasaki
Assignee: Masatake Iwasaki
Priority: Minor
 Attachments: HADOOP-11146.1.patch, MAPREDUCE-6151.002.patch






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (MAPREDUCE-6232) Task state is running when all task attempts fail

2015-01-29 Thread Yang Hao (JIRA)

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

Yang Hao commented on MAPREDUCE-6232:
-

I have done an experiment in pseudo-distributed env, it will work. 

I think you can have look at the patch to check whether it's Okay

 Task state is running when all task attempts fail
 -

 Key: MAPREDUCE-6232
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6232
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: task
Affects Versions: 2.6.0
Reporter: Yang Hao
Assignee: Yang Hao
 Attachments: MAPREDUCE-6232.patch, TaskImpl.new.png, 
 TaskImpl.normal.png, result.pdf


 When task attempts fails, the task's state is still  running. A clever way is 
 to check the task attempts's state, if none of the attempts is running, then 
 the task state should not be running



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (MAPREDUCE-5988) Fix dead links to the javadocs in mapreduce project

2015-01-29 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on MAPREDUCE-5988:
--

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  
http://issues.apache.org/jira/secure/attachment/12657101/MAPREDUCE-5988.2.patch
  against trunk revision 3f982c5.

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

{color:green}+0 tests included{color}.  The patch appears to be a 
documentation patch that doesn't require tests.

{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:red}-1 findbugs{color}.  The patch appears to introduce 13 new 
Findbugs (version 2.0.3) warnings.

{color:red}-1 release audit{color}.  The applied patch generated 1 
release audit warnings.

{color:green}+1 core tests{color}.  The patch passed unit tests in 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-common 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs.

Test results: 
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/5133//testReport/
Release audit warnings: 
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/5133//artifact/patchprocess/patchReleaseAuditProblems.txt
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/5133//artifact/patchprocess/newPatchFindbugsWarningshadoop-mapreduce-client-core.html
Console output: 
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/5133//console

This message is automatically generated.

 Fix dead links to the javadocs in mapreduce project
 ---

 Key: MAPREDUCE-5988
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5988
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: documentation
Affects Versions: 2.4.1
Reporter: Akira AJISAKA
Assignee: Akira AJISAKA
Priority: Minor
 Attachments: MAPREDUCE-5988.2.patch, MAPREDUCE-5988.patch


 In http://hadoop.apache.org/docs/r2.4.1/api/allclasses-frame.html, some 
 classes are listed, but not documented.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (MAPREDUCE-6234) TestHighRamJob fails

2015-01-29 Thread Masatake Iwasaki (JIRA)
Masatake Iwasaki created MAPREDUCE-6234:
---

 Summary: TestHighRamJob fails
 Key: MAPREDUCE-6234
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6234
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: contrib/gridmix
Reporter: Masatake Iwasaki
Assignee: Masatake Iwasaki


{code}
---
 T E S T S
---
Running org.apache.hadoop.mapred.gridmix.TestHighRamJob
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.162 sec  
FAILURE! - in org.apache.hadoop.mapred.gridmix.TestHighRamJob
testHighRamFeatureEmulation(org.apache.hadoop.mapred.gridmix.TestHighRamJob)  
Time elapsed: 1.102 sec   FAILURE!
java.lang.AssertionError: expected:1024 but was:-1
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:743)
at org.junit.Assert.assertEquals(Assert.java:118)
at org.junit.Assert.assertEquals(Assert.java:555)
at org.junit.Assert.assertEquals(Assert.java:542)
at 
org.apache.hadoop.mapred.gridmix.TestHighRamJob.testHighRamConfig(TestHighRamJob.java:98)
at 
org.apache.hadoop.mapred.gridmix.TestHighRamJob.testHighRamFeatureEmulation(TestHighRamJob.java:117)
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (MAPREDUCE-6151) Update document of GridMix

2015-01-29 Thread Masatake Iwasaki (JIRA)

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

Masatake Iwasaki commented on MAPREDUCE-6151:
-

The test failure is also irrelevant because the patch only fixes docs. I filed 
MAPREDUCE-6234.

 Update document of GridMix
 --

 Key: MAPREDUCE-6151
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6151
 Project: Hadoop Map/Reduce
  Issue Type: Improvement
  Components: documentation
Reporter: Masatake Iwasaki
Assignee: Masatake Iwasaki
Priority: Minor
 Attachments: HADOOP-11146.1.patch, MAPREDUCE-6151.002.patch






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)