-
Notifications
You must be signed in to change notification settings - Fork 1
Docker container running the Hive Metastore
License
dimajix/docker-hive
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
# Docker Hive ## Configuration HDFS_NAMENODE_HOSTNAME=hadoop-namenode HDFS_NAMENODE_PORT=8020 HDFS_DEFAULT_FS=hdfs://hadoop-namenode:8020 HIVE_WAREHOUSE HIVE_METASTORE_HOST HIVE_METASTORE_PORT=9083 HIVE_JDO_DRIVER=org.apache.derby.jdbc.EmbeddedDriver HIVE_JDO_CONNECTION=jdbc:derby:;databaseName=/tmp/metastore_db;create=true HIVE_JDO_USERNAME=hive HIVE_JDO_PASSWORD=hive # Deployment ## Minimum Configuration ## MySQL Database HIVE_JDO_DRIVER=com.mysql.jdbc.Driver HIVE_JDO_CONNECTION=jdbc:mysql://mariadb/hive?createDatabaseIfNotExist=true HIVE_JDO_USERNAME=hive HIVE_JDO_PASSWORD=hive # Using S3 S3_ENDPOINT S3_PROXY_HOST S3_PROXY_PORT AWS_ACCESS_KEY_ID= AWS_SECRET_ACCESS_KEY=
About
Docker container running the Hive Metastore
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published