Created
October 25, 2016 14:25
-
-
Save alexsparrow/60752615ae6e7954bc0b6c0de2084bb5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<configuration> | |
<property> | |
<name>javax.jdo.option.ConnectionURL</name> | |
<value>jdbc:derby:;databaseName=/tmp/metastore_db;create=true</value> | |
<description>JDBC connect string for a JDBC metastore</description> | |
</property> | |
<property> | |
<name>javax.jdo.option.ConnectionDriverName</name> | |
<value>org.apache.derby.jdbc.EmbeddedDriver</value> | |
<description>Driver class name for a JDBC metastore</description> | |
</property> | |
<property> | |
<name>hive.metastore.warehouse.dir</name> | |
<value>/tmp/hive-warehouse</value> | |
<description>Where to store metastore data</description> | |
</property> | |
</configuration> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment