Github user joewitt commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2143#discussion_r143278990
--- Diff:
nifi-nar-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/src/main/java/org/apache/nifi/processors/hadoop/CreateHadoopSequenceFile.java
---
@@ -64,7 +64,8 @@
@SideEffectFree
@InputRequirement(Requirement.INPUT_REQUIRED)
@Tags({"hadoop", "sequence file", "create", "sequencefile"})
-@CapabilityDescription("Creates Hadoop Sequence Files from incoming flow
files")
+@CapabilityDescription("Creates Hadoop Sequence Files from incoming flow
files."
+ + " If you want to use SSL-secured file system like swebhdfs,
please see the 'SSL Configuration' topic of the 'Additional Details' of
PutHDFS.")
--- End diff --
I think we should avoid adding the 'if you want to use SSL-Secured file
system" entry in all these descriptions. If it is an option of the processor
then on that option this comment can exist.
---