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

Hudson commented on YARN-4842:
------------------------------

FAILURE: Integrated in Hadoop-trunk-Commit #9738 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/9738/])
YARN-4842. Fixed "yarn logs" command to guess (and thus not require) the 
(vinodkv: rev 87f5e351337a905af5215af76c72b9312616cd4f)
* 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-client/src/main/java/org/apache/hadoop/yarn/client/cli/LogsCLI.java
* 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/logaggregation/LogCLIHelpers.java
* 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-client/src/test/java/org/apache/hadoop/yarn/client/cli/TestLogsCLI.java


> "yarn logs" command should not require the appOwner argument
> ------------------------------------------------------------
>
>                 Key: YARN-4842
>                 URL: https://issues.apache.org/jira/browse/YARN-4842
>             Project: Hadoop YARN
>          Issue Type: Sub-task
>            Reporter: Ram Venkatesh
>            Assignee: Xuan Gong
>             Fix For: 2.9.0
>
>         Attachments: YARN-4842.1.patch, YARN-4842.2.patch, YARN-4842.3.patch, 
> YARN-4842.4.patch, YARN-4842.5.patch, YARN-4842.6.patch
>
>
> The yarn logs command is among the most common ways to troubleshoot yarn app 
> failures, especially by an admin.
> Currently if you run the command as a user different from the job owner, the 
> command will fail with a subtle message that it could not find the app under 
> the running user's name. This can be confusing especially to new admins.
> We can figure out the job owner from the app report returned by the RM or the 
> AHS, or, by looking for the app directory using a glob pattern, so in most 
> cases this error can be avoided.
> Question - are there scenarios where users will still need to specify the 
> -appOwner option?



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to