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

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

[~elgoiri] This is related to [NIFI-5452].  Trying to allow NiFi to add files 
into HDFS using this flag.  However, NiFi is using the parent type 
{{FileSystem}}.

Here is the call:

https://github.com/apache/nifi/blob/master/nifi-nar-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/src/main/java/org/apache/nifi/processors/hadoop/PutHDFS.java#L316

> 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: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org

Reply via email to