Github user bbende commented on the issue:

    https://github.com/apache/nifi/pull/1148
  
    Thank you for contributing. In addition to adding the 
expressionLanguageSupported flag on the property descriptors, we would also 
need to go through the code and find every place where the properties are 
evaluated, for example:
    
    
https://github.com/apache/nifi/blob/master/nifi-nar-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/src/main/java/org/apache/nifi/processors/hadoop/AbstractHadoopProcessor.java#L283
    
    And that would need to call evaluateAttributeExpressions().


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to