[
https://issues.apache.org/jira/browse/YARN-5266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15345737#comment-15345737
]
Hudson commented on YARN-5266:
------------------------------
SUCCESS: Integrated in Hadoop-trunk-Commit #10004 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/10004/])
YARN-5266. Wrong exit code while trying to get app logs using regex via (xgong:
rev 6ab5aa1c1f82f81726c6daa38b3db90d8c3ad856)
*
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-client/src/test/java/org/apache/hadoop/yarn/client/cli/TestLogsCLI.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/main/java/org/apache/hadoop/yarn/client/cli/LogsCLI.java
> Wrong exit code while trying to get app logs using regex via CLI
> ----------------------------------------------------------------
>
> Key: YARN-5266
> URL: https://issues.apache.org/jira/browse/YARN-5266
> Project: Hadoop YARN
> Issue Type: Bug
> Components: yarn
> Affects Versions: 2.9.0
> Reporter: Sumana Sathish
> Assignee: Xuan Gong
> Priority: Critical
> Fix For: 2.9.0
>
> Attachments: YARN-5266.1.patch, YARN-5266.2.patch, YARN-5266.3.patch
>
>
> The test is trying to do negative test by passing regex as 'ds+' and expects
> exit code != 0.
> *Exit Code is zero and the error message is typed more than once*
> {code}
> RUNNING: /usr/hdp/current/hadoop-yarn-client/bin/yarn logs -applicationId
> application_1465500362360_0016 -logFiles ds+
> Can not find any log file matching the pattern: [ds+] for the application:
> application_1465500362360_0016
> 2016-06-14
> 19:19:25,079|beaver.machine|INFO|4427|140145752217344|MainThread|Can not find
> any log file matching the pattern: [ds+] for the application:
> application_1465500362360_0016
> 2016-06-14
> 19:19:25,216|beaver.machine|INFO|4427|140145752217344|MainThread|Can not find
> any log file matching the pattern: [ds+] for the application:
> application_1465500362360_0016
> 2016-06-14
> 19:19:25,331|beaver.machine|INFO|4427|140145752217344|MainThread|Can not find
> any log file matching the pattern: [ds+] for the application:
> application_1465500362360_0016
> 2016-06-14
> 19:19:25,432|beaver.machine|INFO|4427|140145752217344|MainThread|Can not find
> any log file matching the pattern: [ds+] for the application:
> application_1465500362360_0016
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]