[
https://issues.apache.org/jira/browse/NIFI-4688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16289264#comment-16289264
]
ASF GitHub Bot commented on NIFI-4688:
--------------------------------------
Github user panelladavide commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2336#discussion_r156658395
--- Diff:
nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-hadoop-record-utils/src/main/java/org/apache/nifi/processors/hadoop/AbstractPutHDFSRecord.java
---
@@ -444,11 +446,17 @@ protected void deleteQuietly(final FileSystem
fileSystem, final Path file) {
* @param remoteOwner the new owner for the file
* @param remoteGroup the new group for the file
*/
- protected void changeOwner(final FileSystem fileSystem, final Path
path, final String remoteOwner, final String remoteGroup) {
+ protected void changeOwner(final ProcessContext context, final
FileSystem fileSystem, final Path path, final String remoteOwner, final String
remoteGroup,final FlowFile flowFile) {
--- End diff --
Ok, thanks.
> PutParquet should have RemoteOwner and RemoteGroup LE(Language Expression)
> turn to TRUE
> ---------------------------------------------------------------------------------------
>
> Key: NIFI-4688
> URL: https://issues.apache.org/jira/browse/NIFI-4688
> Project: Apache NiFi
> Issue Type: Wish
> Affects Versions: 1.4.0
> Reporter: dav
>
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)