Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Config Param

Config Value

Comment

javax.jdo.option.ConnectionURL

jdbc:derby:;databaseName=../build/test/junit_metastore_db;create=true

derby database located at hive/trunk/build...

javax.jdo.option.ConnectionDriverName

org.apache.derby.jdbc.EmbeddedDriver

Derby embeded JDBC driver class

hive.metastore.uris

not needed since this is a local metastore

 

hive.metastore.local

true

embeded is local

hive.metastore.warehouse.dir

No Format
file://\${user.dir}/../build/ql/test/data/warehouse

unit test data goes in here on your local filesystem

...