Skip to content

Commit

Permalink
[hyeonsangjeon] external metastore as mysql mode
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeonsangjeon committed Jul 1, 2019
1 parent 576781f commit fd2ff29
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ services:
HIVE_SITE_CONF_javax_jdo_option_ConnectionURL: 'jdbc:mysql://hive-mariadb:3306/hivemetastore?createDatabaseIfnotExists=true'
HIVE_SITE_CONF_javax_jdo_option_ConnectionUserName: 'hive'
HIVE_SITE_CONF_javax_jdo_option_ConnectionPassword: '1234'
HIVE_SITE_CONF_hive_metastore_local: 'false'
DB_TYPE: 'mysql'
SERVICE_PRECONDITION: 'hive-mariadb:3306'
ports:
- 10000:10000/tcp
- 9083:9083/tcp
Expand All @@ -29,6 +32,8 @@ services:
MYSQL_USER: 'hive'
MYSQL_PASSWORD: '1234'
MYSQL_DATABASE: 'hivemetastore'
volumes:
- ./mariadb:/var/lib/mysql
ports:
- 3306:3306/tcp
command:
Expand Down

0 comments on commit fd2ff29

Please sign in to comment.