Skip to content

Commit 2ea8cdc

Browse files
Wrap long line.
1 parent 41d7f09 commit 2ea8cdc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveContext.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ class LocalHiveContext(sc: SparkContext) extends HiveContext(sc) {
5050

5151
/** Sets up the system initially or after a RESET command */
5252
protected def configure() {
53-
sqlConf.set("javax.jdo.option.ConnectionURL", s"jdbc:derby:;databaseName=$metastorePath;create=true")
53+
sqlConf.set("javax.jdo.option.ConnectionURL",
54+
s"jdbc:derby:;databaseName=$metastorePath;create=true")
5455
sqlConf.set("hive.metastore.warehouse.dir", warehousePath)
5556
}
5657

0 commit comments

Comments
 (0)