dragon created HDFS-9982: ---------------------------- Summary: CLONE - Add logic to DFSOutputStream to support writing a file in striping layout Key: HDFS-9982 URL: https://issues.apache.org/jira/browse/HDFS-9982 Project: Hadoop HDFS Issue Type: Sub-task Reporter: dragon Assignee: Li Bo
If client wants to directly write a file striping layout, we need to add some logic to DFSOutputStream. DFSOutputStream needs multiple DataStreamers to write each cell of a stripe to a remote datanode. -- This message was sent by Atlassian JIRA (v6.3.4#6332)