You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Guo Ruijing (JIRA)" <ji...@apache.org> on 2014/08/05 11:41:12 UTC

[jira] [Created] (HDFS-6818) Enhance hdfs get to copy file with length

Guo Ruijing created HDFS-6818:
---------------------------------

             Summary: Enhance hdfs get to copy file with length
                 Key: HDFS-6818
                 URL: https://issues.apache.org/jira/browse/HDFS-6818
             Project: Hadoop HDFS
          Issue Type: Improvement
            Reporter: Guo Ruijing


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] [-length] <src> ... <localdst>



--
This message was sent by Atlassian JIRA
(v6.2#6252)