You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Jason Dere (JIRA)" <ji...@apache.org> on 2014/08/07 04:15:12 UTC

[jira] [Updated] (HIVE-7634) Use Configuration.getPassword() if available to eliminate passwords from hive-site.xml

     [ https://issues.apache.org/jira/browse/HIVE-7634?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jason Dere updated HIVE-7634:
-----------------------------

    Attachment: HIVE-7634.1.patch

Patch v1.  Since this is using new Hadoop functionality, this requires a shims method, as well as reflection to check that the functionality exists, similar to HIVE-7583.

> Use Configuration.getPassword() if available to eliminate passwords from hive-site.xml
> --------------------------------------------------------------------------------------
>
>                 Key: HIVE-7634
>                 URL: https://issues.apache.org/jira/browse/HIVE-7634
>             Project: Hive
>          Issue Type: Bug
>          Components: Security
>            Reporter: Jason Dere
>            Assignee: Jason Dere
>         Attachments: HIVE-7634.1.patch
>
>
> HADOOP-10607 provides a Configuration.getPassword() API that allows passwords to be retrieved from a configured credential provider, while also being able to fall back to the HiveConf setting if no provider is set up.  Hive should use this API for versions of Hadoop that support this API. This would give users the ability to remove the passwords from their Hive configuration files.



--
This message was sent by Atlassian JIRA
(v6.2#6252)