[
https://issues.apache.org/jira/browse/HADOOP-10318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14729239#comment-14729239
]
Hudson commented on HADOOP-10318:
---------------------------------
FAILURE: Integrated in Hadoop-Mapreduce-trunk #2289 (See
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/2289/])
HADOOP-10318. Incorrect reference to nodeFile in RumenToSLSConverter error
message. Contributed by Wei Yan. (ozawa: rev
355eaaa33d01f06e9efe960b8888fb925e03ffb9)
*
hadoop-tools/hadoop-sls/src/main/java/org/apache/hadoop/yarn/sls/RumenToSLSConverter.java
* hadoop-common-project/hadoop-common/CHANGES.txt
> Incorrect reference to nodeFile in RumenToSLSConverter error message
> --------------------------------------------------------------------
>
> Key: HADOOP-10318
> URL: https://issues.apache.org/jira/browse/HADOOP-10318
> Project: Hadoop Common
> Issue Type: Bug
> Reporter: Ted Yu
> Assignee: Wei Yan
> Priority: Minor
> Labels: BB2015-05-TBR, newbie
> Fix For: 2.8.0
>
> Attachments: HADOOP-10318.patch
>
>
> {code}
> if (! nodeFile.getParentFile().exists()
> && ! nodeFile.getParentFile().mkdirs()) {
> System.err.println("ERROR: Cannot create output directory in path: "
> + jsonFile.getParentFile().getAbsoluteFile());
> {code}
> jsonFile on the last line should be nodeFile
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)