Ted Yu created HADOOP-10318:
-------------------------------

             Summary: 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
            Priority: Minor


{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)

Reply via email to