We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41d7f09 commit 2ea8cdcCopy full SHA for 2ea8cdc
sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveContext.scala
@@ -50,7 +50,8 @@ class LocalHiveContext(sc: SparkContext) extends HiveContext(sc) {
50
51
/** Sets up the system initially or after a RESET command */
52
protected def configure() {
53
- sqlConf.set("javax.jdo.option.ConnectionURL", s"jdbc:derby:;databaseName=$metastorePath;create=true")
+ sqlConf.set("javax.jdo.option.ConnectionURL",
54
+ s"jdbc:derby:;databaseName=$metastorePath;create=true")
55
sqlConf.set("hive.metastore.warehouse.dir", warehousePath)
56
}
57
0 commit comments