Skip to content

Commit

Permalink
indent
Browse files Browse the repository at this point in the history
  • Loading branch information
yaooqinn committed Apr 16, 2021
1 parent 639c998 commit f4fd608
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@ private[spark] object HiveUtils extends Logging {
}

val HIVE_METASTORE_VERSION = buildStaticConf("spark.sql.hive.metastore.version")
.doc("Version of the Hive metastore. Available options are " +
"<code>0.12.0</code> through <code>2.3.8</code> and " +
"<code>3.0.0</code> through <code>3.1.2</code>.")
.version("1.4.0")
.stringConf
.checkValue(ver => isCompatibleHiveVersion(ver), s"Unsupported Hive Metastore version")
.createWithDefault(builtinHiveVersion)
.doc("Version of the Hive metastore. Available options are " +
"<code>0.12.0</code> through <code>2.3.8</code> and " +
"<code>3.0.0</code> through <code>3.1.2</code>.")
.version("1.4.0")
.stringConf
.checkValue(ver => isCompatibleHiveVersion(ver), s"Unsupported Hive Metastore version")
.createWithDefault(builtinHiveVersion)

val HIVE_METASTORE_JARS = buildStaticConf("spark.sql.hive.metastore.jars")
.doc(s"""
Expand Down

0 comments on commit f4fd608

Please sign in to comment.