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

    https://github.com/apache/spark/pull/19068#discussion_r135580204
  
    --- Diff: 
sql/hive-thriftserver/src/main/scala/org/apache/spark/sql/hive/thriftserver/SparkSQLCLIDriver.scala
 ---
    @@ -81,11 +81,7 @@ private[hive] object SparkSQLCLIDriver extends Logging {
           System.exit(1)
         }
     
    -    val cliConf = new HiveConf(classOf[SessionState])
    -    // Override the location of the metastore since this is only used for 
local execution.
    -    HiveUtils.newTemporaryConfiguration(useInMemoryDerby = false).foreach {
    --- End diff --
    
    This function not only constructs the warehouse path, it also create many 
other configs, why is it safe to just ignore em? 


---
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