Uploaded image for project: 'Hadoop HDFS'
  1. Hadoop HDFS
  2. HDFS-9455

In distcp, Invalid Argument Error thrown in case of filesystem operation failure

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • None
    • None
    • distcp, security
    • None

    Description

      When Filesystem Operation failure happens during discp,
      Wrong exception : Invalid Argument thrown along with distcp command Usage.


      hadoop distcp webhdfs://IP:25003/test/testfile webhdfs://IP:25003/myp
      Invalid arguments: Unexpected end of file from server
      usage: distcp OPTIONS [source_path...] <target_path>
      OPTIONS
      -append Reuse existing data in target files and
      append new data to them if possible
      -async Should distcp execution be blocking
      -atomic Commit all changes or none
      -bandwidth <arg> Specify bandwidth per map in MB
      -delete Delete from target, files missing in source
      -diff <arg> Use snapshot diff report to identify the
      difference between source and target
      -f <arg> List of files that need to be copied
      -filelimit <arg> (Deprecated!) Limit number of files copied
      to <= n
      -i Ignore failures during copy
      .....

      Instead Proper Exception has to be thrown.

      Attachments

        1. HDFS-9455.01.patch
          1 kB
          Daisuke Kobayashi

        Issue Links

          Activity

            People

              daisuke.kobayashi Daisuke Kobayashi
              archanat Archana T
              Votes:
              0 Vote for this issue
              Watchers:
              11 Start watching this issue

              Dates

                Created:
                Updated: