cloud-fan commented on a change in pull request #29881:
URL: https://github.com/apache/spark/pull/29881#discussion_r504731974
##########
File path: sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveUtils.scala
##########
@@ -102,9 +103,16 @@ private[spark] object HiveUtils extends Logging {
val HIVE_METASTORE_JARS_PATH =
buildStaticConf("spark.sql.hive.metastore.jars.path")
.doc(s"Comma separated path of Hive jars, support both local and remote
paths," +
- s"we support path wildcards such as `hdfs://path/to/jars/*`, but not
support" +
- s"nested path wildcards such as `hdfs://path/to/jars/*/*`. When
${HIVE_METASTORE_JARS}" +
- s"is set to `path`, we will use Hive jars configured by this")
+ s"Such as:" +
+ s" 1. /path/to/jar/xxx.jar" +
+ s" 2. file:///path/to/jar/xxx.jar" +
+ s" 3. local:///path/to/jar/xxx.jar" +
+ s" 4. hdfs://path/to/jar/xxx.jar" +
Review comment:
how about `s3://`?
----------------------------------------------------------------
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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]