Skip to content

Instantly share code, notes, and snippets.

@alexsparrow
Created October 25, 2016 14:25
Show Gist options
  • Save alexsparrow/60752615ae6e7954bc0b6c0de2084bb5 to your computer and use it in GitHub Desktop.
Save alexsparrow/60752615ae6e7954bc0b6c0de2084bb5 to your computer and use it in GitHub Desktop.
<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