[
https://issues.apache.org/jira/browse/HIVE-11507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14680075#comment-14680075
]
Amareshwari Sriramadasu commented on HIVE-11507:
------------------------------------------------
I think only change required is :
- CustomAuthenticationProviderImpl () {
- HiveConf conf = new HiveConf();
+ CustomAuthenticationProviderImpl(HiveConf conf) throws
AuthenticationException {
The other changes to do removing ReflectionUtils.newInstance are required,
because conf is getting passed to ReflectionUtils.
> Allow Custom Authentication Provider to take HiveConf Argument
> --------------------------------------------------------------
>
> Key: HIVE-11507
> URL: https://issues.apache.org/jira/browse/HIVE-11507
> Project: Hive
> Issue Type: Improvement
> Reporter: Rajat Khandelwal
> Assignee: Rajat Khandelwal
> Attachments: HIVE-11507.01.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)