Package io.trino.hdfs.authentication
Class KerberosHadoopAuthentication
java.lang.Object
io.trino.hdfs.authentication.KerberosHadoopAuthentication
- All Implemented Interfaces:
HadoopAuthentication
-
Method Summary
Modifier and TypeMethodDescriptionstatic KerberosHadoopAuthenticationcreateKerberosHadoopAuthentication(KerberosAuthentication kerberosAuthentication, HdfsConfigurationInitializer initializer) org.apache.hadoop.security.UserGroupInformation
-
Method Details
-
createKerberosHadoopAuthentication
public static KerberosHadoopAuthentication createKerberosHadoopAuthentication(KerberosAuthentication kerberosAuthentication, HdfsConfigurationInitializer initializer) -
getUserGroupInformation
public org.apache.hadoop.security.UserGroupInformation getUserGroupInformation()- Specified by:
getUserGroupInformationin interfaceHadoopAuthentication
-