-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-32852][SQL][Doc][Followup] Revise the documentation of spark.sql.hive.metastore.jars #30407
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveUtils.scala
Outdated
Show resolved
Hide resolved
sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveUtils.scala
Outdated
Show resolved
Hide resolved
sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveUtils.scala
Outdated
Show resolved
Hide resolved
| | Note that 1, 2, and 3 support wildcard. For example: | ||
| | 1. file://path/to/jar/*,file://path2/to/jar/*/*.jar | ||
| | 2. hdfs://nameservice/path/to/jar/*,hdfs://nameservice2/path/to/jar/*/*.jar | ||
| """.stripMargin) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
Test build #131267 has finished for PR 30407 at commit
|
|
Test build #131264 has finished for PR 30407 at commit
|
|
Test build #131265 has finished for PR 30407 at commit
|
|
Test build #131269 has finished for PR 30407 at commit
|
|
Kubernetes integration test starting |
|
Kubernetes integration test starting |
|
Kubernetes integration test status success |
|
Kubernetes integration test status success |
|
Kubernetes integration test starting |
|
Test build #131272 has finished for PR 30407 at commit
|
|
Kubernetes integration test status success |
|
Kubernetes integration test starting |
|
Kubernetes integration test starting |
|
Kubernetes integration test status success |
|
Kubernetes integration test status success |
|
@dongjoon-hyun @AngersZhuuuu @cloud-fan Thanks for the review |
|
Merging to master |
What changes were proposed in this pull request?
This is a follow-up for #29881.
It revises the documentation of the configuration
spark.sql.hive.metastore.jars.Why are the changes needed?
Fix grammatical error in the doc.
Also, make it more clear that the configuration is effective only when
spark.sql.hive.metastore.jarsis set aspathDoes this PR introduce any user-facing change?
No
How was this patch tested?
Just doc changes.