Class KerberosHadoopAuthentication
- java.lang.Object
-
- io.trino.plugin.hive.authentication.KerberosHadoopAuthentication
-
- All Implemented Interfaces:
HadoopAuthentication
public class KerberosHadoopAuthentication extends Object implements HadoopAuthentication
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static KerberosHadoopAuthenticationcreateKerberosHadoopAuthentication(KerberosAuthentication kerberosAuthentication, HdfsConfigurationInitializer initializer)org.apache.hadoop.security.UserGroupInformationgetUserGroupInformation()
-
-
-
Method Detail
-
createKerberosHadoopAuthentication
public static KerberosHadoopAuthentication createKerberosHadoopAuthentication(KerberosAuthentication kerberosAuthentication, HdfsConfigurationInitializer initializer)
-
getUserGroupInformation
public org.apache.hadoop.security.UserGroupInformation getUserGroupInformation()
- Specified by:
getUserGroupInformationin interfaceHadoopAuthentication
-
-