exceptionfactory commented on code in PR #6390:
URL: https://github.com/apache/nifi/pull/6390#discussion_r970044501
##########
nifi-nar-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/src/main/java/org/apache/nifi/processors/hadoop/ListHDFS.java:
##########
@@ -277,6 +281,14 @@ public Set<Relationship> getRelationships() {
@Override
protected Collection<ValidationResult> customValidate(ValidationContext
context) {
+ if (context.getProperty(DISTRIBUTED_CACHE_SERVICE).isSet()) {
Review Comment:
That's a good point. Some types of deprecation logging will only appear when
executing various components and methods. I will look at adding a note to the
Administrator's Guide.
--
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]