We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55041d2 commit 57c2cb4Copy full SHA for 57c2cb4
sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveContext.scala
@@ -536,7 +536,7 @@ private[hive] object HiveContext {
536
}
537
538
propMap.put("javax.jdo.option.ConnectionURL",
539
- s"jdbc:derby:;databaseName=$localMetastore;create=true")
+ s"jdbc:derby:memory:myDB;create=true")
540
propMap.put("datanucleus.rdbms.datastoreAdapterClassName",
541
"org.datanucleus.store.rdbms.adapter.DerbyAdapter")
542
propMap.toMap
0 commit comments