[
https://issues.apache.org/jira/browse/YARN-1074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13749295#comment-13749295
]
Hadoop QA commented on YARN-1074:
---------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12599777/YARN-1074.8.patch
against trunk revision .
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+1 tests included{color}. The patch appears to include 2 new
or modified test files.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 javadoc{color}. 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:red}-1 core tests{color}. The following test timeouts occurred in
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-client
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager:
org.apache.hadoop.mapreduce.v2.TestUberAM
{color:green}+1 contrib tests{color}. The patch passed contrib unit tests.
Test results:
https://builds.apache.org/job/PreCommit-YARN-Build/1752//testReport/
Console output: https://builds.apache.org/job/PreCommit-YARN-Build/1752//console
This message is automatically generated.
> Clean up YARN CLI app list to show only running apps.
> -----------------------------------------------------
>
> Key: YARN-1074
> URL: https://issues.apache.org/jira/browse/YARN-1074
> Project: Hadoop YARN
> Issue Type: Improvement
> Components: client
> Reporter: Tassapol Athiapinya
> Assignee: Xuan Gong
> Attachments: YARN-1074.1.patch, YARN-1074.2.patch, YARN-1074.3.patch,
> YARN-1074.4.patch, YARN-1074.5.patch, YARN-1074.6.patch, YARN-1074.7.patch,
> YARN-1074.8.patch
>
>
> Once a user brings up YARN daemon, runs jobs, jobs will stay in output
> returned by $ yarn application -list even after jobs complete already. We
> want YARN command line to clean up this list. Specifically, we want to remove
> applications with FINISHED state(not Final-State) or KILLED state from the
> result.
> {code}
> [user1@host1 ~]$ yarn application -list
> Total Applications:150
> Application-Id Application-Name
> Application-Type User Queue State
> Final-State Progress Tracking-URL
> application_1374638600275_0109 Sleep job
> MAPREDUCE user1 default KILLED
> KILLED 100% host1:54059
> application_1374638600275_0121 Sleep job
> MAPREDUCE user1 default FINISHED
> SUCCEEDED 100% host1:19888/jobhistory/job/job_1374638600275_0121
> application_1374638600275_0020 Sleep job
> MAPREDUCE user1 default FINISHED
> SUCCEEDED 100% host1:19888/jobhistory/job/job_1374638600275_0020
> application_1374638600275_0038 Sleep job
> MAPREDUCE user1 default
> ....
> {code}
--
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