Description
This is based on stevel@apache.org's comments on HDFS-7240. This jira will help with a efficient version of OzoneFileSystem using bucket operations.
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