David Mollitor created HDFS-14716:
-------------------------------------

             Summary: Pass CreateFile Flags To Subclasses of FileSystem
                 Key: HDFS-14716
                 URL: https://issues.apache.org/jira/browse/HDFS-14716
             Project: Hadoop HDFS
          Issue Type: New Feature
            Reporter: David Mollitor


I need a way to pass [HDFS-13448] {{NO_LOCAL_WRITE}} to the 
{{DistributedFileSystem}} class.  The {{create}} method should pass all of the 
{{CreateFile}} flags to the underlying implementation.  The 'overwrite' flag 
should be removed and let implementation read this directive as a 
{{CreateFile}} flag.

{code:java}
  public abstract FSDataOutputStream create(Path f,
      FsPermission permission,
      boolean overwrite,
      int bufferSize,
      short replication,
      long blockSize,
      Progressable progress) throws IOException;
{code}



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

---------------------------------------------------------------------
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