Uploaded image for project: 'Hadoop Map/Reduce'
  1. Hadoop Map/Reduce
  2. MAPREDUCE-2553

missing space in the error message of distcp command

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Won't Fix
    • 0.23.0
    • None
    • distcp
    • None

    Description

      Error message of distcp command missing space, here's an example output:
      $ hadoop distcp /user/test/input /user/test/ouput file:/root/temp
      ...
      Copy failed: java.io.IOException: Failed to createfile:/root/temp
      ...

      Generated from this line of source.

      src/tools/org/apache/hadoop/tools/DistCp.java: throw new IOException("Failed to create" + args.dst);

      "Failed to create" should end with a ' '.

      Attachments

        1. MAPREDUCE-2553.patch
          0.6 kB
          Wei Yongjun

        Activity

          People

            Unassigned Unassigned
            weiyj Wei Yongjun
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: