Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-10318

Incorrect reference to nodeFile in RumenToSLSConverter error message

    XMLWordPrintableJSON

Details

    • Reviewed

    Description

          if (! nodeFile.getParentFile().exists()
                  && ! nodeFile.getParentFile().mkdirs()) {
            System.err.println("ERROR: Cannot create output directory in path: "
                    + jsonFile.getParentFile().getAbsoluteFile());
      

      jsonFile on the last line should be nodeFile

      Attachments

        1. HADOOP-10318.patch
          0.8 kB
          Wei Yan

        Activity

          People

            ywskycn Wei Yan
            yuzhihong@gmail.com Ted Yu
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: