@DefunctConfig(value="hive.metastore.glue.use-instance-credentials") public class GlueHiveMetastoreConfig extends Object
| Constructor and Description |
|---|
GlueHiveMetastoreConfig() |
@Config(value="hive.metastore.glue.region") public GlueHiveMetastoreConfig setGlueRegion(String region)
@Config(value="hive.metastore.glue.endpoint-url") public GlueHiveMetastoreConfig setGlueEndpointUrl(String glueEndpointUrl)
public boolean getPinGlueClientToCurrentRegion()
@Config(value="hive.metastore.glue.pin-client-to-current-region") public GlueHiveMetastoreConfig setPinGlueClientToCurrentRegion(boolean pinGlueClientToCurrentRegion)
@Min(value=1L) public @Min(value=1L) int getMaxGlueConnections()
@Config(value="hive.metastore.glue.max-connections") public GlueHiveMetastoreConfig setMaxGlueConnections(int maxGlueConnections)
@Config(value="hive.metastore.glue.default-warehouse-dir") public GlueHiveMetastoreConfig setDefaultWarehouseDir(String defaultWarehouseDir)
@Config(value="hive.metastore.glue.iam-role") public GlueHiveMetastoreConfig setIamRole(String iamRole)
@Config(value="hive.metastore.glue.external-id") public GlueHiveMetastoreConfig setExternalId(String externalId)
@Config(value="hive.metastore.glue.aws-access-key") public GlueHiveMetastoreConfig setAwsAccessKey(String awsAccessKey)
@Config(value="hive.metastore.glue.aws-secret-key") public GlueHiveMetastoreConfig setAwsSecretKey(String awsSecretKey)
@Config(value="hive.metastore.glue.catalogid") public GlueHiveMetastoreConfig setCatalogId(String catalogId)
@Config(value="hive.metastore.glue.aws-credentials-provider") public GlueHiveMetastoreConfig setAwsCredentialsProvider(String awsCredentialsProvider)
@Min(value=1L) @Max(value=10L) public @Min(value=1L) @Max(value=10L) int getPartitionSegments()
@Config(value="hive.metastore.glue.partitions-segments") public GlueHiveMetastoreConfig setPartitionSegments(int partitionSegments)
@Min(value=1L) public @Min(value=1L) int getGetPartitionThreads()
@Config(value="hive.metastore.glue.get-partition-threads") public GlueHiveMetastoreConfig setGetPartitionThreads(int getPartitionThreads)
Copyright © 2012–2020. All rights reserved.