Mukul Kumar Singh created HDFS-12764:
----------------------------------------

             Summary: Ozone: Implement efficient copyFromLocalFile and 
copyToLocalFile using bucket operations.
                 Key: HDFS-12764
                 URL: https://issues.apache.org/jira/browse/HDFS-12764
             Project: Hadoop HDFS
          Issue Type: Bug
          Components: ozone
    Affects Versions: HDFS-7240
            Reporter: Mukul Kumar Singh
            Priority: Minor
             Fix For: HDFS-7240


This is based on [~ste...@apache.org]'s comments on HDFS-7240. This jira will 
help with a efficient version of OzoneFileSystem using bucket operations.

{code}
    you could implement copyFromLocalFile and copyToLocalFile trivially using 
bucket.putKey(dst, path) & bucket.getKey(). This lines you up for HADOOP-14766, 
which is a high performance upload from the local FS to a store
{code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org

Reply via email to