| 程序包 | 说明 |
|---|---|
| org.apache.seatunnel.connectors.seatunnel.jdbc.internal.dialect.hive |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> T |
HadoopLoginFactory.loginWithKerberos(org.apache.hadoop.conf.Configuration configuration,
String krb5FilePath,
String kerberosPrincipal,
String kerberosKeytabPath,
HadoopLoginFactory.LoginFunction<T> action)
Login with kerberos, and do the given action after login successfully.
|
static <T> T |
HadoopLoginFactory.loginWithRemoteUser(org.apache.hadoop.conf.Configuration configuration,
String remoteUser,
HadoopLoginFactory.LoginFunction<T> action)
Login with remote user, and do the given action after login successfully.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.