Github user vanzin commented on a diff in the pull request:

    https://github.com/apache/spark/pull/5876#discussion_r29905330
  
    --- Diff: 
sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveContext.scala ---
    @@ -439,7 +455,21 @@ class HiveContext(sc: SparkContext) extends 
SQLContext(sc) {
     }
     
     
    -private object HiveContext {
    +private[hive] object HiveContext {
    +  /** The version of hive used internally by Spark SQL. */
    +  val hiveExecutionVersion: String = "0.13.1"
    +
    +  val HIVE_METASTORE_VERSION: String = "spark.sql.hive.metastore.version"
    +  val HIVE_METASTORE_JARS: String = "spark.sql.hive.metastore.jars"
    +
    +  /** Constructs a configuration for hive, where the metastore is located 
in a temp directory. */
    +  def newTemporaryConfiguation(): Map[String, String] = {
    --- End diff --
    
    typo: Configuration


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to