[
https://issues.apache.org/jira/browse/HDFS-14716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16908378#comment-16908378
]
Íñigo Goiri commented on HDFS-14716:
------------------------------------
It looks like NiFi refers to HDFS all the time even using FileSystem, it might
be better to use the actual DistributedFileSystem.
> 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]