[
https://issues.apache.org/jira/browse/NIFI-5494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16577619#comment-16577619
]
ASF GitHub Bot commented on NIFI-5494:
--------------------------------------
Github user zenfenan commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2946#discussion_r209458600
--- Diff:
nifi-nar-bundles/nifi-hive-bundle/nifi-hive-processors/src/main/java/org/apache/nifi/processors/hive/PutHiveStreaming.java
---
@@ -182,6 +182,7 @@
+ "Please see the Hive documentation for more
details.")
.required(false)
.addValidator(HiveUtils.createMultipleFilesExistValidator())
+
.expressionLanguageSupported(ExpressionLanguageScope.VARIABLE_REGISTRY)
--- End diff --
Oops.. Extremely sorry.. My mistake. Cherry-picked the wrong commit. Let me
fix this real quick.
> Add Expression Language support to "Hive Configuration Resources" in
> PutHiveStreaming processor
> -----------------------------------------------------------------------------------------------
>
> Key: NIFI-5494
> URL: https://issues.apache.org/jira/browse/NIFI-5494
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Extensions
> Affects Versions: 1.7.0
> Reporter: Rahul Soni
> Assignee: Sivaprasanna Sethuraman
> Priority: Minor
>
> PutHiveSteaming processor's "Hive Configuration Resources" property do not
> support Expression Language and it causes issues while promoting flows using
> NiFi registry as changing the value of this property to point to some other
> cluster render the flow out of sync.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)