Hive Glue Metastore Connection Parameters
List of Hive Glue Metastore connection parameters, descriptions, default values, and supported data types.
The following sections list the required and optional Hive Glue connection parameters.
Required Connection Parameters
The following table lists the required connection parameters:
NOTE
Hive connector values
vary based on the type of metastore. See https://prestodb.io/docs/current/connector/hive.html.Parameter | Description | Default Value | Data Type |
---|---|---|---|
Hive Metastore | The type of Hive metastore to use | thrift | STRING |
Hive Metastore Glue Region | AWS region of the Glue Catalog | null | STRING |
Hive Metastore Glue Aws Access Key | AWS access key to use to connect to the Glue Catalog. If specified along with hive.metastore.glue.aws-secret-key, this parameter takes precedence over hive.metastore.glue.iam-role. | null | STRING |
Hive Metastore Glue Aws Secret Key | AWS secret key to use to connect to the Glue Catalog. If specified along with hive.metastore.glue.aws-access-key, this parameter takes precedence over hive.metastore.glue.iam-role. | null | STRING |
Hive S3 Aws Access Key | Default AWS access key to use for bucket access | null | STRING |
Hive S3 Aws Secret Key | Default AWS secret key to use for bucket access | null | STRING |
Enable Local Snapshot Table | Enable Caching while querying | true | BOOLEAN |
Optional Connection Parameters
The following table lists the optional connection parameters:
Parameter | Description | Default Value | Data Type |
---|---|---|---|
Generic Cache Table Ttl | TTL for cache table expiry in minutes | 1440 | INTEGER |