Skip to content

Commit

Permalink
fix(hive):add metastore_uri to init (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
liebstein authored Jul 1, 2020
1 parent 28e50fd commit 140b780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/hive/init-hive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ cat >${HIVE_HOME}/conf/hive-site.xml <<EOL
</property>
<property>
<name>hive.metastore.uris</name>
<value>thrift://localhost:${METASTORE_PORT}</value>
<value>thrift://${METASTORE_URI:-localhost}:${METASTORE_PORT:-9083}</value>
</property>
<property>
<name>hive.server2.thrift.port</name>
Expand Down

0 comments on commit 140b780

Please sign in to comment.