Skip to content

Commit

Permalink
fix permissions for embedded Hive
Browse files Browse the repository at this point in the history
relates to elastic#101
  • Loading branch information
costin committed Oct 18, 2013
1 parent abfc03f commit af1f98d
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -91,6 +91,7 @@ private HiveConf configure() throws Exception {
conf.set("hive.metastore.warehouse.dir", "/tmp/hive/warehouse");
conf.set("hive.metastore.metadb.dir", "/tmp/hive/metastore_db");
conf.set("hive.exec.scratchdir", "/tmp/hive");
conf.set("hive.scratch.dir.permission", "650");
conf.set("javax.jdo.option.ConnectionURL", "jdbc:derby:;databaseName=/tmp/hive/metastore_db;create=true");
conf.set("hive.metastore.local", "true");
conf.set("hive.aux.jars.path", "");
Expand Down

0 comments on commit af1f98d

Please sign in to comment.