You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Wei Yan (JIRA)" <ji...@apache.org> on 2014/01/31 07:04:10 UTC

[jira] [Assigned] (HADOOP-10318) Incorrect reference to nodeFile in RumenToSLSConverter error message

     [ https://issues.apache.org/jira/browse/HADOOP-10318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wei Yan reassigned HADOOP-10318:
--------------------------------

    Assignee: Wei Yan

> 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
>         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.1.5#6160)