We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22e8767 commit bf76258Copy full SHA for bf76258
morpheus-spark-cypher/src/main/scala/org/opencypher/morpheus/api/MorpheusSession.scala
@@ -106,6 +106,7 @@ object MorpheusSession extends Serializable {
106
107
// Store Hive tables in local temp folder
108
conf.set("spark.sql.warehouse.dir", Files.createTempDirectory("spark-warehouse").toString)
109
+ conf.set("spark.hadoop.hive.metastore.warehouse.dir", Files.createTempDirectory("hive-warehouse").toString)
110
// Configure Hive to run with in-memory Derby (skips writing metastore_db)
111
conf.set("javax.jdo.option.ConnectionURL", "jdbc:derby:memory:metastore_db;create=true")
112
conf.set("javax.jdo.option.ConnectionDriverName", "org.apache.derby.jdbc.EmbeddedDriver")
0 commit comments