[
https://issues.apache.org/jira/browse/NIFI-4184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16095844#comment-16095844
]
ASF GitHub Bot commented on NIFI-4184:
--------------------------------------
Github user ijokarumawak commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2007#discussion_r128684359
--- Diff:
nifi-nar-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/src/main/java/org/apache/nifi/processors/hadoop/PutHDFS.java
---
@@ -352,7 +354,7 @@ public void process(InputStream in) throws IOException {
+ " to its final filename");
}
- changeOwner(context, hdfs, copyFile);
+ changeOwner(context, hdfs, copyFile,flowFile);
--- End diff --
I just added a whitespace between arguments.
> I needed to put some attributes on REMOTE_GROUP and REMOTE_OWNER in the
> PutHDFS Processor
> ------------------------------------------------------------------------------------------
>
> Key: NIFI-4184
> URL: https://issues.apache.org/jira/browse/NIFI-4184
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: dav
>
> I needed to put some attributes on REMOTE_GROUP and REMOTE_OWNER in order to
> achieve it i put expressionLanguageSupported(true) on the PropertyDescriptor
> of REMOTE_GROUP and REMOTE_OWNER
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)