You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Amareshwari Sriramadasu (JIRA)" <ji...@apache.org> on 2016/03/02 14:03:18 UTC

[jira] [Commented] (HIVE-13179) Allow custom HiveConf to be passed to Authentication Providers

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

Amareshwari Sriramadasu commented on HIVE-13179:
------------------------------------------------

[~prongs], Can you check test failures TestHiveMetaStorePartitionSpecs and org.apache.hive.jdbc.TestSSL? Seems first time failures on the build.

> Allow custom HiveConf to be passed to Authentication Providers
> --------------------------------------------------------------
>
>                 Key: HIVE-13179
>                 URL: https://issues.apache.org/jira/browse/HIVE-13179
>             Project: Hive
>          Issue Type: Improvement
>            Reporter: Rajat Khandelwal
>            Assignee: Rajat Khandelwal
>         Attachments: HIVE-13179.1.patch, HIVE-13179.patch, HIVE-13179.patch
>
>
> Right now if I want to create an ldap auth provider, I have to create a hive-site.xml, set endpoints and other relevant properties there, then instantiate `LdapAuthenticationProviderImpl`, since inside the constructor, a new HiveConf is constructed. 
> A better and more reusable design would be to ask for the conf in the constructor itself. That will allow an external user to create a HiveConf, set all relevant properties and instantiate `LdapAuthenticationProviderImpl` with that conf. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)