You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2020/05/27 07:15:00 UTC

[jira] [Commented] (NIFI-7445) Add Conflict Resolution property to PutAzureDataLakeStorage processor

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

ASF subversion and git services commented on NIFI-7445:
-------------------------------------------------------

Commit 1dd0e920402d20917bf3bf421ce14ab3dc0749a5 in nifi's branch refs/heads/master 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 <tu...@apache.org>


> 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
>          Time Spent: 0.5h
>  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)