Lehel44 commented on code in PR #8544:
URL: https://github.com/apache/nifi/pull/8544#discussion_r1540085973
##########
nifi-nar-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/src/main/java/org/apache/nifi/processors/hadoop/PutHDFS.java:
##########
@@ -160,6 +170,14 @@ public class PutHDFS extends AbstractHadoopProcessor {
.allowableValues(WRITE_AND_RENAME_AV, SIMPLE_WRITE_AV)
.build();
+ public static final PropertyDescriptor APPEND_MODE = new
PropertyDescriptor.Builder()
+ .name("Append mode")
Review Comment:
```suggestion
.name("Append Mode")
```
--
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]