simonbence commented on a change in pull request #5423:
URL: https://github.com/apache/nifi/pull/5423#discussion_r720271434
##########
File path:
nifi-nar-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/src/main/java/org/apache/nifi/processors/hadoop/PutHDFS.java
##########
@@ -121,6 +124,11 @@
protected static final AllowableValue APPEND_RESOLUTION_AV = new
AllowableValue(APPEND_RESOLUTION, APPEND_RESOLUTION,
"Appends to the existing file if any, creates a new file
otherwise.");
+ protected static final AllowableValue WRITE_AND_RENAME_AV = new
AllowableValue(WRITE_AND_RENAME, "Write and rename",
+ "The processor writes FlowFile data into a temporary file and
renames it after completion. This might prevent other processes from reading
half-written files.");
Review comment:
Sounds better, thanks for the advice
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]