[
https://issues.apache.org/jira/browse/NIFI-7445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17118682#comment-17118682
]
ASF subversion and git services commented on NIFI-7445:
-------------------------------------------------------
Commit 1dd0e920402d20917bf3bf421ce14ab3dc0749a5 in nifi's branch
refs/heads/MINIFI-422 from Peter Gyori
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=1dd0e92 ]
NIFI-7445: Add Conflict Resolution property to PutAzureDataLakeStorage processor
NIFI-7445: Add Conflict Resolution property to PutAzureDataLakeStorage processor
Made warning and error messages more informative.
Refactored flowFile assertion in the tests.
This closes #4287.
Signed-off-by: Peter Turcsanyi <[email protected]>
> Add Conflict Resolution property to PutAzureDataLakeStorage processor
> ---------------------------------------------------------------------
>
> Key: NIFI-7445
> URL: https://issues.apache.org/jira/browse/NIFI-7445
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Extensions
> Reporter: Peter Turcsanyi
> Assignee: Peter Gyori
> Priority: Major
> Labels: azure
> Fix For: 1.12.0
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> PutAzureDataLakeStorage currently overwrites existing files without error
> (azure-storage-file-datalake 12.0.1).
> Add Conflict Resolution property with values: fail (default), replace, ignore
> (similar to PutFile).
> DataLakeDirectoryClient.createFile(String fileName, boolean overwrite) can be
> used (available from 12.1.x)
--
This message was sent by Atlassian Jira
(v8.3.4#803005)