[ 
https://issues.apache.org/jira/browse/NIFI-5484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16568265#comment-16568265
 ] 

ASF subversion and git services commented on NIFI-5484:
-------------------------------------------------------

Commit 3d546b8d87178ad84a76734938aa1eecccb8c38a in nifi's branch 
refs/heads/master from [~ca9mbu]
[ https://git-wip-us.apache.org/repos/asf?p=nifi.git;h=3d546b8 ]

NIFI-5484: Fixed PutHive3Streaming to use the Hive Metastore URI property (to 
include multiple URIs)
NIFI-5484: Incorporated review comments, added unit test for new validator

This closes #2934


> PutHive3Streaming ignores the Hive Metastore URI property value
> ---------------------------------------------------------------
>
>                 Key: NIFI-5484
>                 URL: https://issues.apache.org/jira/browse/NIFI-5484
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Extensions
>            Reporter: Matt Burgess
>            Assignee: Matt Burgess
>            Priority: Major
>
> The "Hive Metastore URI" property was added to the PutHive3Streaming 
> processor as an easy way to specify the Hive Metastore location(s), rather 
> than having to set the "hive.metastore.uris" property in a hive-site.xml (or 
> other configuration file).
> However the value of this property is never set on the Hive Streaming API, 
> and is thus ignored. This means you MUST have a config file with 
> "hive.metastore.uris" set, or I believe it will either default to 
> "thrift://localhost:9083" or cause an error.
> PutHive3Streaming should honor the setting of this property. In addition, 
> because it can get the values from a config file, the property should not be 
> required. If set, it should allow a comma-separated list of URIs (each URI 
> should be validated), and that list should override any setting in any 
> provided configuration resources.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to