[
https://issues.apache.org/jira/browse/YARN-4491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15126307#comment-15126307
]
Varun Saxena commented on YARN-4491:
------------------------------------
[[email protected]], kindly review.
For the test case failures, all tests bar TestNetworkedJob pass for me locally.
We have MAPREDUCE-6579 to track this failure.
Yarn client related test cases have been failing since a while due to incorrect
/etc/hosts mapping in Jenkins machines. The domain name does not have a
trailing dot which is leading to failures and timeouts.
With appropriate entry in /etc/hosts, tests pass locally.
I believe [~rohithsharma] has filed an INFRA JIRA for this.
Checkstyle issue is related to ApplicationCLI#run method having more than 150
lines. This method already had more than 150 lines. Do you want me to refactor
it to reduce number of lines ?
> yarn list command to support filtering by tags
> ----------------------------------------------
>
> Key: YARN-4491
> URL: https://issues.apache.org/jira/browse/YARN-4491
> Project: Hadoop YARN
> Issue Type: Improvement
> Components: client
> Affects Versions: 2.8.0
> Reporter: Steve Loughran
> Assignee: Varun Saxena
> Priority: Minor
> Attachments: YARN-4491.01.patch
>
>
> although you can filter the list of yarn applications using the --appTypes
> option; you can't use application tags. For finding applications on large
> processes, adding a --tag option would allow users to be more selective
> example:
> {code}
> yarn list --appTypes SPARK --tag production
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)