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

FSShell's get operation should have the ability to take "start" and "length" argument

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • None
    • None

    Description

      Use Case: if HDFS file is corrupted, some tool can be used to copy out good part of corrupted file. We may enhance "hdfs -get" to copy out good part.

      Existing:
      hadoop fs [generic options] -get [-p] [-ignoreCrc] [-crc] <src> ... <localdst>

      Proposal:

      hadoop fs [generic options] -get [-p] [-ignoreCrc] [-crc] [-start] [-length] <src> ... <localdst>

      Attachments

        Activity

          People

            Unassigned Unassigned
            rguo Guo Ruijing
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated: