[jira] [Commented] (MAPREDUCE-6403) Fix typo in the usage of NNBench

2015-06-21 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-6403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14595430#comment-14595430
 ] 

Hudson commented on MAPREDUCE-6403:
---

FAILURE: Integrated in Hadoop-trunk-Commit #8044 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/8044/])
MAPREDUCE-6403. Fix typo in the usage of NNBench. Contributed by Jagadesh Kiran 
N. (aajisaka: rev 445b13240cb632ee8bc718f0576f783a7350af2e)
* 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/hdfs/NNBench.java
* hadoop-mapreduce-project/CHANGES.txt


> Fix typo in the usage of NNBench
> 
>
> Key: MAPREDUCE-6403
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-6403
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: documentation
>Reporter: Akira AJISAKA
>Assignee: Jagadesh Kiran N
>Priority: Trivial
>  Labels: newbie
> Fix For: 2.8.0
>
> Attachments: MAPREDUCE-6403-00.patch
>
>
> Fix typo 'becnhmarks'.
> {code:title=NNBench.java}
>   "\t-baseDir"This is not mandatory>\n" +
> {code}



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


[jira] [Updated] (MAPREDUCE-6403) Fix typo in the usage of NNBench

2015-06-21 Thread Akira AJISAKA (JIRA)

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

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

I've committed this patch to trunk and branch-2. Thanks [~jagadesh.kiran] for 
the contribution.

> Fix typo in the usage of NNBench
> 
>
> Key: MAPREDUCE-6403
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-6403
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: documentation
>Reporter: Akira AJISAKA
>Assignee: Jagadesh Kiran N
>Priority: Trivial
>  Labels: newbie
> Fix For: 2.8.0
>
> Attachments: MAPREDUCE-6403-00.patch
>
>
> Fix typo 'becnhmarks'.
> {code:title=NNBench.java}
>   "\t-baseDir"This is not mandatory>\n" +
> {code}



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


[jira] [Commented] (MAPREDUCE-6403) Fix typo in the usage of NNBench

2015-06-21 Thread Akira AJISAKA (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-6403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14595418#comment-14595418
 ] 

Akira AJISAKA commented on MAPREDUCE-6403:
--

+1, committing this.

> Fix typo in the usage of NNBench
> 
>
> Key: MAPREDUCE-6403
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-6403
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: documentation
>Reporter: Akira AJISAKA
>Assignee: Jagadesh Kiran N
>Priority: Trivial
>  Labels: newbie
> Attachments: MAPREDUCE-6403-00.patch
>
>
> Fix typo 'becnhmarks'.
> {code:title=NNBench.java}
>   "\t-baseDir"This is not mandatory>\n" +
> {code}



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


[jira] [Commented] (MAPREDUCE-6406) Update FileOutputCommitter.FILEOUTPUTCOMMITTER_ALGORITHM_VERSION_DEFAULT to match mapred-default.xml

2015-06-21 Thread Devaraj K (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-6406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14595370#comment-14595370
 ] 

Devaraj K commented on MAPREDUCE-6406:
--

Thanks [~rchiang] for the patch. 

There is a description mismatch with the default value in mapred-default.xml 
for the same configuration, can you correct the same as part of this patch?

{code:xml}

  mapreduce.fileoutputcommitter.algorithm.version
  2
  The file output committer algorithm version
  valid algorithm version number: 1 or 2
  default to 1, which is the original algorithm
{code}


> Update FileOutputCommitter.FILEOUTPUTCOMMITTER_ALGORITHM_VERSION_DEFAULT to 
> match mapred-default.xml
> 
>
> Key: MAPREDUCE-6406
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-6406
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: mrv2
>Affects Versions: 2.7.0
>Reporter: Ray Chiang
>Assignee: Ray Chiang
>Priority: Minor
>  Labels: newbie, supportability
> Attachments: MAPREDUCE-6406.001.patch
>
>
> MAPREDUCE-6336 updated the default version for the property 
> mapreduce.fileoutputcommitter.algorithm.version to 2.  Should the 
> FileOutputCommitter class default be updated to match?



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


[jira] [Updated] (MAPREDUCE-6408) Queue name and user name should be printed on the job page

2015-06-21 Thread Devaraj K (JIRA)

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

Devaraj K updated MAPREDUCE-6408:
-
Status: Open  (was: Patch Available)

Thanks [~l201514] for your patch.

There is a checkstyle inducing by this patch and also there are tests failing 
due to the patch, cancelling patch to address these.

> Queue name and user name should be printed on the job page
> --
>
> Key: MAPREDUCE-6408
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-6408
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>Reporter: Siqi Li
>Assignee: Siqi Li
> Attachments: MAPREDUCE-6408.v1.patch
>
>
> Sometimes, users just give us a job link, and from there we don't which user 
> submits this job and which queue was used. Currently we have go through the 
> confs to find that out.



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


[jira] [Commented] (MAPREDUCE-6305) AM/Task log page should be able to link back to the job

2015-06-21 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-6305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14595088#comment-14595088
 ] 

Hudson commented on MAPREDUCE-6305:
---

FAILURE: Integrated in Hadoop-Mapreduce-trunk #2181 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/2181/])
MAPREDUCE-6305. AM/Task log page should be able to link back to the job. (Siqi 
Li via gera) (gera: rev 055cd5a9a11bd3e544a8a67c6c44b53efcb3a9ed)
* 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/HsSingleCounterPage.java
* 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/HsView.java
* 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/HsCountersPage.java
* 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/HsController.java
* hadoop-mapreduce-project/CHANGES.txt
* 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/HsLogsPage.java


> AM/Task log page should be able to link back to the job
> ---
>
> Key: MAPREDUCE-6305
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-6305
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>Reporter: Siqi Li
>Assignee: Siqi Li
>  Labels: BB2015-05-TBR
> Fix For: 2.8.0
>
> Attachments: MAPREDUCE-6305.v1.patch, MAPREDUCE-6305.v2.patch, 
> MAPREDUCE-6305.v3.patch, MAPREDUCE-6305.v4.patch
>
>




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


[jira] [Commented] (MAPREDUCE-6409) NM restarts could lead to app failures

2015-06-21 Thread Karthik Kambatla (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-6409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14595079#comment-14595079
 ] 

Karthik Kambatla commented on MAPREDUCE-6409:
-

How about we remove NMNotYetReadyException in trunk and branch-2 to minimize 
any risk, and do MR-only changes for 2.7.1? Filed YARN-3839 to handle that.

[~rkanter] - thanks for picking this up. The patch looks mostly good to me. One 
nit: what do you think of suffixing the event-type {{FAILED_BY_YARN}} instead 
of {{FAILED_DUE_TO_YARN}}? 

Also, what do you think of catching {{YarnException}} instead of 
{{NMNotYetReadyException}}? If there is an exception that shouldn't be caught, 
it shouldn't be a YarnException? We can fix this as part of YARN-3839. /cc 
[~vinodkv], [~jlowe], [~jianhe] 

> NM restarts could lead to app failures
> --
>
> Key: MAPREDUCE-6409
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-6409
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>Affects Versions: 2.7.0
>Reporter: Karthik Kambatla
>Assignee: Robert Kanter
>Priority: Critical
> Attachments: MAPREDUCE-6409.001.patch
>
>
> Consider the following scenario:
> 1. RM assigns a container on node N to an app A.
> 2. Node N is restarted
> 3. A tries to launch container on node N.
> 3 could lead to an NMNotYetReadyException depending on whether NM N has 
> registered with the RM. In MR, this is considered a task attempt failure. A 
> few of these could lead to a task/job failure.



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


[jira] [Commented] (MAPREDUCE-6305) AM/Task log page should be able to link back to the job

2015-06-21 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-6305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14595077#comment-14595077
 ] 

Hudson commented on MAPREDUCE-6305:
---

FAILURE: Integrated in Hadoop-Mapreduce-trunk-Java8 #233 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Java8/233/])
MAPREDUCE-6305. AM/Task log page should be able to link back to the job. (Siqi 
Li via gera) (gera: rev 055cd5a9a11bd3e544a8a67c6c44b53efcb3a9ed)
* 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/HsSingleCounterPage.java
* 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/HsCountersPage.java
* 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/HsController.java
* 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/HsLogsPage.java
* 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/HsView.java
* hadoop-mapreduce-project/CHANGES.txt


> AM/Task log page should be able to link back to the job
> ---
>
> Key: MAPREDUCE-6305
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-6305
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>Reporter: Siqi Li
>Assignee: Siqi Li
>  Labels: BB2015-05-TBR
> Fix For: 2.8.0
>
> Attachments: MAPREDUCE-6305.v1.patch, MAPREDUCE-6305.v2.patch, 
> MAPREDUCE-6305.v3.patch, MAPREDUCE-6305.v4.patch
>
>




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


[jira] [Updated] (MAPREDUCE-6409) NM restarts could lead to app failures

2015-06-21 Thread Karthik Kambatla (JIRA)

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

Karthik Kambatla updated MAPREDUCE-6409:

Target Version/s: 2.7.1  (was: 2.8.0)

> NM restarts could lead to app failures
> --
>
> Key: MAPREDUCE-6409
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-6409
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>Affects Versions: 2.7.0
>Reporter: Karthik Kambatla
>Assignee: Robert Kanter
>Priority: Critical
> Attachments: MAPREDUCE-6409.001.patch
>
>
> Consider the following scenario:
> 1. RM assigns a container on node N to an app A.
> 2. Node N is restarted
> 3. A tries to launch container on node N.
> 3 could lead to an NMNotYetReadyException depending on whether NM N has 
> registered with the RM. In MR, this is considered a task attempt failure. A 
> few of these could lead to a task/job failure.



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


[jira] [Commented] (MAPREDUCE-6305) AM/Task log page should be able to link back to the job

2015-06-21 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-6305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14595063#comment-14595063
 ] 

Hudson commented on MAPREDUCE-6305:
---

FAILURE: Integrated in Hadoop-Hdfs-trunk-Java8 #224 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk-Java8/224/])
MAPREDUCE-6305. AM/Task log page should be able to link back to the job. (Siqi 
Li via gera) (gera: rev 055cd5a9a11bd3e544a8a67c6c44b53efcb3a9ed)
* 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/HsCountersPage.java
* hadoop-mapreduce-project/CHANGES.txt
* 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/HsSingleCounterPage.java
* 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/HsLogsPage.java
* 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/HsView.java
* 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/HsController.java


> AM/Task log page should be able to link back to the job
> ---
>
> Key: MAPREDUCE-6305
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-6305
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>Reporter: Siqi Li
>Assignee: Siqi Li
>  Labels: BB2015-05-TBR
> Fix For: 2.8.0
>
> Attachments: MAPREDUCE-6305.v1.patch, MAPREDUCE-6305.v2.patch, 
> MAPREDUCE-6305.v3.patch, MAPREDUCE-6305.v4.patch
>
>




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


[jira] [Commented] (MAPREDUCE-6316) Task Attempt List entries should link to the task overview

2015-06-21 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-6316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14595064#comment-14595064
 ] 

Hudson commented on MAPREDUCE-6316:
---

FAILURE: Integrated in Hadoop-Hdfs-trunk-Java8 #224 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk-Java8/224/])
MAPREDUCE-6316. Task Attempt List entries should link to the task overview. 
(Siqi Li via gera) (gera: rev 63d40d528654707b3f56619a4eb20e21cdeadc7e)
* 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/test/java/org/apache/hadoop/mapreduce/v2/hs/webapp/TestBlocks.java
* 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/TaskPage.java
* 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/HsTaskPage.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/webapp/AttemptsPage.java
* 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/webapps/static/yarn.dt.plugins.js
* 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/HsAttemptsPage.java
* 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/test/java/org/apache/hadoop/mapreduce/v2/app/webapp/TestBlocks.java


> Task Attempt List entries should link to the task overview
> --
>
> Key: MAPREDUCE-6316
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-6316
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>Reporter: Siqi Li
>Assignee: Siqi Li
>  Labels: BB2015-05-TBR
> Fix For: 2.8.0
>
> Attachments: AM attempt page.png, AM task page.png, All Attempts 
> page.png, MAPREDUCE-6316.v1.patch, MAPREDUCE-6316.v2.patch, 
> MAPREDUCE-6316.v3.patch, MAPREDUCE-6316.v4.patch, MAPREDUCE-6316.v5.patch, 
> MAPREDUCE-6316.v6.patch, MAPREDUCE-6316.v7.patch, Task Overview page.png
>
>
> Typical workflow is to click on the list of failed attempts. Then you want to 
> look at the counters, or the list of attempts of just one task in general. If 
> each entry task attempt id linked the task id portion of it back to the task, 
> we would not have to go through the list of tasks to search for the task.



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


[jira] [Commented] (MAPREDUCE-6305) AM/Task log page should be able to link back to the job

2015-06-21 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-6305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14595056#comment-14595056
 ] 

Hudson commented on MAPREDUCE-6305:
---

FAILURE: Integrated in Hadoop-Hdfs-trunk #2163 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/2163/])
MAPREDUCE-6305. AM/Task log page should be able to link back to the job. (Siqi 
Li via gera) (gera: rev 055cd5a9a11bd3e544a8a67c6c44b53efcb3a9ed)
* 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/HsLogsPage.java
* 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/HsController.java
* 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/HsView.java
* 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/HsCountersPage.java
* 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/HsSingleCounterPage.java
* hadoop-mapreduce-project/CHANGES.txt


> AM/Task log page should be able to link back to the job
> ---
>
> Key: MAPREDUCE-6305
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-6305
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>Reporter: Siqi Li
>Assignee: Siqi Li
>  Labels: BB2015-05-TBR
> Fix For: 2.8.0
>
> Attachments: MAPREDUCE-6305.v1.patch, MAPREDUCE-6305.v2.patch, 
> MAPREDUCE-6305.v3.patch, MAPREDUCE-6305.v4.patch
>
>




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


[jira] [Commented] (MAPREDUCE-6316) Task Attempt List entries should link to the task overview

2015-06-21 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-6316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14595057#comment-14595057
 ] 

Hudson commented on MAPREDUCE-6316:
---

FAILURE: Integrated in Hadoop-Hdfs-trunk #2163 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/2163/])
MAPREDUCE-6316. Task Attempt List entries should link to the task overview. 
(Siqi Li via gera) (gera: rev 63d40d528654707b3f56619a4eb20e21cdeadc7e)
* 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/HsTaskPage.java
* 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/test/java/org/apache/hadoop/mapreduce/v2/app/webapp/TestBlocks.java
* 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/test/java/org/apache/hadoop/mapreduce/v2/hs/webapp/TestBlocks.java
* 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/HsAttemptsPage.java
* 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/AttemptsPage.java
* 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/webapps/static/yarn.dt.plugins.js
* hadoop-mapreduce-project/CHANGES.txt
* 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/TaskPage.java


> Task Attempt List entries should link to the task overview
> --
>
> Key: MAPREDUCE-6316
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-6316
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>Reporter: Siqi Li
>Assignee: Siqi Li
>  Labels: BB2015-05-TBR
> Fix For: 2.8.0
>
> Attachments: AM attempt page.png, AM task page.png, All Attempts 
> page.png, MAPREDUCE-6316.v1.patch, MAPREDUCE-6316.v2.patch, 
> MAPREDUCE-6316.v3.patch, MAPREDUCE-6316.v4.patch, MAPREDUCE-6316.v5.patch, 
> MAPREDUCE-6316.v6.patch, MAPREDUCE-6316.v7.patch, Task Overview page.png
>
>
> Typical workflow is to click on the list of failed attempts. Then you want to 
> look at the counters, or the list of attempts of just one task in general. If 
> each entry task attempt id linked the task id portion of it back to the task, 
> we would not have to go through the list of tasks to search for the task.



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


[jira] [Commented] (MAPREDUCE-6403) Fix typo in the usage of NNBench

2015-06-21 Thread Jagadesh Kiran N (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-6403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14595043#comment-14595043
 ] 

Jagadesh Kiran N commented on MAPREDUCE-6403:
-

HI the test cases failing at
 " org.apache.hadoop.mapred.TestMiniMRClientCluster.testJob"
 " 
org.apache.hadoop.mapred.TestReduceFetchFromPartialMem.testReduceFromPartialMem"
 " 
org.apache.hadoop.mapred.TestReduceFetchFromPartialMem.testReduceFromPartialMem"
 is not releated any of the changes done in the Patch.

> Fix typo in the usage of NNBench
> 
>
> Key: MAPREDUCE-6403
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-6403
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: documentation
>Reporter: Akira AJISAKA
>Assignee: Jagadesh Kiran N
>Priority: Trivial
>  Labels: newbie
> Attachments: MAPREDUCE-6403-00.patch
>
>
> Fix typo 'becnhmarks'.
> {code:title=NNBench.java}
>   "\t-baseDir"This is not mandatory>\n" +
> {code}



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


[jira] [Commented] (MAPREDUCE-6305) AM/Task log page should be able to link back to the job

2015-06-21 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-6305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14595031#comment-14595031
 ] 

Hudson commented on MAPREDUCE-6305:
---

FAILURE: Integrated in Hadoop-Yarn-trunk #965 (See 
[https://builds.apache.org/job/Hadoop-Yarn-trunk/965/])
MAPREDUCE-6305. AM/Task log page should be able to link back to the job. (Siqi 
Li via gera) (gera: rev 055cd5a9a11bd3e544a8a67c6c44b53efcb3a9ed)
* 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/HsController.java
* 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/HsView.java
* hadoop-mapreduce-project/CHANGES.txt
* 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/HsLogsPage.java
* 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/HsSingleCounterPage.java
* 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/HsCountersPage.java


> AM/Task log page should be able to link back to the job
> ---
>
> Key: MAPREDUCE-6305
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-6305
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>Reporter: Siqi Li
>Assignee: Siqi Li
>  Labels: BB2015-05-TBR
> Fix For: 2.8.0
>
> Attachments: MAPREDUCE-6305.v1.patch, MAPREDUCE-6305.v2.patch, 
> MAPREDUCE-6305.v3.patch, MAPREDUCE-6305.v4.patch
>
>




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


[jira] [Commented] (MAPREDUCE-6316) Task Attempt List entries should link to the task overview

2015-06-21 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-6316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14595032#comment-14595032
 ] 

Hudson commented on MAPREDUCE-6316:
---

FAILURE: Integrated in Hadoop-Yarn-trunk #965 (See 
[https://builds.apache.org/job/Hadoop-Yarn-trunk/965/])
MAPREDUCE-6316. Task Attempt List entries should link to the task overview. 
(Siqi Li via gera) (gera: rev 63d40d528654707b3f56619a4eb20e21cdeadc7e)
* 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/test/java/org/apache/hadoop/mapreduce/v2/hs/webapp/TestBlocks.java
* 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/webapps/static/yarn.dt.plugins.js
* 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/HsAttemptsPage.java
* hadoop-mapreduce-project/CHANGES.txt
* 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/test/java/org/apache/hadoop/mapreduce/v2/app/webapp/TestBlocks.java
* 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/HsTaskPage.java
* 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/AttemptsPage.java
* 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/TaskPage.java


> Task Attempt List entries should link to the task overview
> --
>
> Key: MAPREDUCE-6316
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-6316
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>Reporter: Siqi Li
>Assignee: Siqi Li
>  Labels: BB2015-05-TBR
> Fix For: 2.8.0
>
> Attachments: AM attempt page.png, AM task page.png, All Attempts 
> page.png, MAPREDUCE-6316.v1.patch, MAPREDUCE-6316.v2.patch, 
> MAPREDUCE-6316.v3.patch, MAPREDUCE-6316.v4.patch, MAPREDUCE-6316.v5.patch, 
> MAPREDUCE-6316.v6.patch, MAPREDUCE-6316.v7.patch, Task Overview page.png
>
>
> Typical workflow is to click on the list of failed attempts. Then you want to 
> look at the counters, or the list of attempts of just one task in general. If 
> each entry task attempt id linked the task id portion of it back to the task, 
> we would not have to go through the list of tasks to search for the task.



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


[jira] [Commented] (MAPREDUCE-6305) AM/Task log page should be able to link back to the job

2015-06-21 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-6305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14595026#comment-14595026
 ] 

Hudson commented on MAPREDUCE-6305:
---

FAILURE: Integrated in Hadoop-Yarn-trunk-Java8 #235 (See 
[https://builds.apache.org/job/Hadoop-Yarn-trunk-Java8/235/])
MAPREDUCE-6305. AM/Task log page should be able to link back to the job. (Siqi 
Li via gera) (gera: rev 055cd5a9a11bd3e544a8a67c6c44b53efcb3a9ed)
* 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/HsController.java
* 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/HsView.java
* 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/HsSingleCounterPage.java
* hadoop-mapreduce-project/CHANGES.txt
* 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/HsLogsPage.java
* 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/HsCountersPage.java


> AM/Task log page should be able to link back to the job
> ---
>
> Key: MAPREDUCE-6305
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-6305
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>Reporter: Siqi Li
>Assignee: Siqi Li
>  Labels: BB2015-05-TBR
> Fix For: 2.8.0
>
> Attachments: MAPREDUCE-6305.v1.patch, MAPREDUCE-6305.v2.patch, 
> MAPREDUCE-6305.v3.patch, MAPREDUCE-6305.v4.patch
>
>




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


[jira] [Commented] (MAPREDUCE-6316) Task Attempt List entries should link to the task overview

2015-06-21 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-6316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14595027#comment-14595027
 ] 

Hudson commented on MAPREDUCE-6316:
---

FAILURE: Integrated in Hadoop-Yarn-trunk-Java8 #235 (See 
[https://builds.apache.org/job/Hadoop-Yarn-trunk-Java8/235/])
MAPREDUCE-6316. Task Attempt List entries should link to the task overview. 
(Siqi Li via gera) (gera: rev 63d40d528654707b3f56619a4eb20e21cdeadc7e)
* hadoop-mapreduce-project/CHANGES.txt
* 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/webapps/static/yarn.dt.plugins.js
* 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/HsAttemptsPage.java
* 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/test/java/org/apache/hadoop/mapreduce/v2/hs/webapp/TestBlocks.java
* 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/TaskPage.java
* 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/AttemptsPage.java
* 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/webapp/HsTaskPage.java
* 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/test/java/org/apache/hadoop/mapreduce/v2/app/webapp/TestBlocks.java


> Task Attempt List entries should link to the task overview
> --
>
> Key: MAPREDUCE-6316
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-6316
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>Reporter: Siqi Li
>Assignee: Siqi Li
>  Labels: BB2015-05-TBR
> Fix For: 2.8.0
>
> Attachments: AM attempt page.png, AM task page.png, All Attempts 
> page.png, MAPREDUCE-6316.v1.patch, MAPREDUCE-6316.v2.patch, 
> MAPREDUCE-6316.v3.patch, MAPREDUCE-6316.v4.patch, MAPREDUCE-6316.v5.patch, 
> MAPREDUCE-6316.v6.patch, MAPREDUCE-6316.v7.patch, Task Overview page.png
>
>
> Typical workflow is to click on the list of failed attempts. Then you want to 
> look at the counters, or the list of attempts of just one task in general. If 
> each entry task attempt id linked the task id portion of it back to the task, 
> we would not have to go through the list of tasks to search for the task.



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