[
https://issues.apache.org/jira/browse/NIFI-5494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16587804#comment-16587804
]
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_r211700721
--- Diff:
nifi-nar-bundles/nifi-hive-bundle/nifi-hive3-processors/src/main/java/org/apache/nifi/processors/hive/PutHive3Streaming.java
---
@@ -133,6 +133,7 @@
+ "Please see the Hive documentation for more
details.")
.required(false)
.addValidator(HiveUtils.createMultipleFilesExistValidator())
+
.expressionLanguageSupported(ExpressionLanguageScope.VARIABLE_REGISTRY)
--- End diff --
It's fixed now. Appreciate if you could take a look.
> 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)