HBASE-9221: Provide interface for getting a User in the client: ADDENDUM
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1536944 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e5e5dac9a7
commit
22b660dda4
|
@ -226,10 +226,6 @@
|
|||
<groupId>org.apache.hadoop</groupId>
|
||||
<artifactId>hadoop-annotations</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.hadoop</groupId>
|
||||
<artifactId>hadoop-auth</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</profile>
|
||||
|
||||
|
|
|
@ -103,7 +103,6 @@ public class UserProvider extends BaseConfigurable {
|
|||
* org.apache.hadoop.security.SecurityUtil#login(Configuration,String,String,String). On regular
|
||||
* Hadoop (without security features), this will safely be ignored.
|
||||
* </p>
|
||||
* @param conf The configuration data to use
|
||||
* @param fileConfKey Property key used to configure path to the credential file
|
||||
* @param principalConfKey Property key used to configure login principal
|
||||
* @param localhost Current hostname to use in any credentials
|
||||
|
|
Loading…
Reference in New Issue