public class HiveAuthenticationConfig extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HiveAuthenticationConfig.HdfsAuthenticationType |
static class |
HiveAuthenticationConfig.HiveMetastoreAuthenticationType |
| Constructor and Description |
|---|
HiveAuthenticationConfig() |
| Modifier and Type | Method and Description |
|---|---|
@NotNull HiveAuthenticationConfig.HdfsAuthenticationType |
getHdfsAuthenticationType() |
@NotNull HiveAuthenticationConfig.HiveMetastoreAuthenticationType |
getHiveMetastoreAuthenticationType() |
boolean |
isHdfsImpersonationEnabled() |
HiveAuthenticationConfig |
setHdfsAuthenticationType(HiveAuthenticationConfig.HdfsAuthenticationType hdfsAuthenticationType) |
HiveAuthenticationConfig |
setHdfsImpersonationEnabled(boolean hdfsImpersonationEnabled) |
HiveAuthenticationConfig |
setHiveMetastoreAuthenticationType(HiveAuthenticationConfig.HiveMetastoreAuthenticationType hiveMetastoreAuthenticationType) |
@NotNull public @NotNull HiveAuthenticationConfig.HiveMetastoreAuthenticationType getHiveMetastoreAuthenticationType()
@Config(value="hive.metastore.authentication.type") public HiveAuthenticationConfig setHiveMetastoreAuthenticationType(HiveAuthenticationConfig.HiveMetastoreAuthenticationType hiveMetastoreAuthenticationType)
@NotNull public @NotNull HiveAuthenticationConfig.HdfsAuthenticationType getHdfsAuthenticationType()
@Config(value="hive.hdfs.authentication.type") public HiveAuthenticationConfig setHdfsAuthenticationType(HiveAuthenticationConfig.HdfsAuthenticationType hdfsAuthenticationType)
public boolean isHdfsImpersonationEnabled()
@Config(value="hive.hdfs.impersonation.enabled") public HiveAuthenticationConfig setHdfsImpersonationEnabled(boolean hdfsImpersonationEnabled)
Copyright © 2012–2020. All rights reserved.