Provides function to install Hive Glue Catalog Sync Agent
Installs Hive Glue Catalog Sync Agent
Requires Hive 2.x Currently supported only on AWS
Installs Hive Glue Catalog Sync Agent
Requires Hive 2.x Currently supported only on AWS
install_glue_sync us-east-1
- $1 (string): Region for AWS Athena. Defaults to
us-east-1
Provides functions to start/stop/restart HiveServer2
Function to check if HiveServer2 is configured
Function to check if HiveServer2 is configured
if [[ is_hs2_configured ]]; then
# do something here
fi
Function has no arguments.
- 0: If HiveServer2 is configured
- 1: Otherwise
Function to stop HiveServer2 JVM
Works on both Hadoop2 and HiveServer2 clusters
stop_hs2
Function has no arguments.
Function to start HiveServer2 JVM
Works on both Hadoop2 and HiveServer2 clusters
start_hs2
Function has no arguments.
Function to restart HiveServer2 JVM
Works on both Hadoop2 and HiveServer2 clusters
restart_hs2
Function has no arguments.
Provides functions to start/stop/restart thrift metastore server
Function to start thrift metastore server
Function to start thrift metastore server
start_thrift_metastore
Function has no arguments.
Function to stop thrift metastore server
stop_thrift_metastore
Function has no arguments.
Function to restart thrift metastore server
restart_thrift_metastore
Function has no arguments.
Provides function to install Apache Ranger client for Hive
Install Apache Ranger client for Hive
Currently supported only on AWS Requires HiveServer2