Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Restore HIVE_EXECUTION_VERSION since tests rely on it implicitly.
  • Loading branch information
Marcelo Vanzin committed Jul 5, 2016
commit 68f5a2357f592bbc969fe9effb95ab4f28b550f9
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ private[spark] object HiveUtils extends Logging {
.stringConf
.createWithDefault(hiveExecutionVersion)

val HIVE_EXECUTION_VERSION = SQLConfigBuilder("spark.sql.hive.version")
.doc("Version of Hive used internally by Spark SQL.")
.stringConf
.createWithDefault(hiveExecutionVersion)

val HIVE_METASTORE_JARS = SQLConfigBuilder("spark.sql.hive.metastore.jars")
.doc(s"""
| Location of the jars that should be used to instantiate the HiveMetastoreClient.
Expand Down