AngersZhuuuu opened a new pull request #29881:
URL: https://github.com/apache/spark/pull/29881


   ### What changes were proposed in this pull request?
   Support `spark.sql.hive.metastore.jars` use HDFS location.
   
   When user need to use path to set hive metastore jars, you should set 
   `spark.sql.hive.metasstore.jars=path` and set real path in 
`spark.sql.hive.metastore.jars.path`
   since in origin we use `File.pathSeperator` to split path, but 
`FIle.pathSeparator` is `:` in unix, it will split hdfs location 
`hdfs://nameservice/xx`. So add new config `spark.sql.hive.metastore.jars.path` 
to set comma separated paths.
   
   ### Why are the changes needed?
   All spark app can fetch internal version hive jars in HDFS location, not 
need distribute to all node.
   
   ### Does this PR introduce _any_ user-facing change?
   User can use HDFS location to store hive metastore jars
   
   
   ### How was this patch tested?
   Manuel tested.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to