Skip to content

Commit

Permalink
HIVE-15910: Improvements in Hive Unit Test by using In-memory Derby DB
Browse files Browse the repository at this point in the history
  • Loading branch information
sankarh committed Feb 14, 2017
1 parent 3491c39 commit 4c6596e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/conf/hive-site.xml
Expand Up @@ -70,7 +70,7 @@

<property>
<name>javax.jdo.option.ConnectionURL</name>
<value>jdbc:derby:;databaseName=${test.tmp.dir}/junit_metastore_db;create=true</value>
<value>jdbc:derby:memory:${test.tmp.dir}/junit_metastore_db;create=true</value>
</property>

<property>
Expand Down

0 comments on commit 4c6596e

Please sign in to comment.