[ 
https://issues.apache.org/jira/browse/HDFS-14716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16908232#comment-16908232
 ] 

David Mollitor commented on HDFS-14716:
---------------------------------------

[~goiri] Any thoughts on how to get this flag passed through the client?  Is it 
better to simply cast the {{FileSystem}} into {{DistributedFileSystem}} and 
call {{#create}} directly?

> 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
>            Priority: Major
>
> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to