[
https://issues.apache.org/jira/browse/NIFI-2765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15487326#comment-15487326
]
ASF GitHub Bot commented on NIFI-2765:
--------------------------------------
GitHub user mattyb149 opened a pull request:
https://github.com/apache/nifi/pull/1012
NIFI-2765: Fixed Kerberos support for PutHiveStreaming
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mattyb149/nifi NIFI-2765
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/1012.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1012
----
commit f7429559cee9140333ade162b244245d4f19b627
Author: Matt Burgess <[email protected]>
Date: 2016-09-13T14:20:27Z
NIFI-2765: Fixed Kerberos support for PutHiveStreaming
----
> PutHiveStreaming does not work with Kerberos
> --------------------------------------------
>
> Key: NIFI-2765
> URL: https://issues.apache.org/jira/browse/NIFI-2765
> Project: Apache NiFi
> Issue Type: Bug
> Components: Extensions
> Affects Versions: 1.0.0
> Reporter: Matt Burgess
> Assignee: Matt Burgess
>
> The PutHiveStreaming processor will complain about a missing
> nifi.kerberos.krb5.file setting if using Kerberos.
> It is the same symptom described in NIFI-2598, which fixed the issue for
> HiveConnectionPool (and thus SelectHiveQL and PutHiveQL), but
> PutHiveStreaming does not use the HiveConnectionPool, yet has similar code
> which is statically adding Kerberos properties.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)