[
https://issues.apache.org/jira/browse/NIFI-7257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17065869#comment-17065869
]
ASF subversion and git services commented on NIFI-7257:
-------------------------------------------------------
Commit 6412097eb2e42ed09f0683c74f72e421cab1652c in nifi's branch
refs/heads/master from Bryan Bende
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=6412097 ]
NIFI-7257 Added HadoopDBCPConnectionPool
- Updated InstanceClassLoader to resolve files that are in the instance urls or
additional urls
- Updated nifi-mock to support KerberosContext and removeProperty for
ControllerServices
- Added unit test for HadoopDBCPConnectionPool
- Addressing review feedback
This closes #4149.
> Add Hadoop-based DBCPConnectionPool
> -----------------------------------
>
> Key: NIFI-7257
> URL: https://issues.apache.org/jira/browse/NIFI-7257
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Bryan Bende
> Assignee: Bryan Bende
> Priority: Major
> Fix For: 1.12.0
>
> Time Spent: 1h
> Remaining Estimate: 0h
>
> Although our DBCPConnectionPool has options for doing Kerberos
> authentication, drivers that under the covers rely on Hadoop's
> UserGroupInformation won't see the logged in user from our service. It would
> be helpful if we had a service similar to DBCPConnectionPool, but with
> hadoop-common on the classpath so that we can handle the the UGI related
> stuff.
> This new service would be similar to a combination of DBCPConnectionPool and
> some of the stuff done in Hive3ConnectionPool, but we would not bundle any
> Hadoop dependency, and instead the user must specify hadoop-common as part of
> the driver dependencies, or a shaded jar that includes it (as phoenix does).
--
This message was sent by Atlassian Jira
(v8.3.4#803005)