-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-33084][CORE][SQL] Add jar support ivy path #29966
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
Closed
Closed
Changes from 1 commit
Commits
Show all changes
57 commits
Select commit
Hold shift + click to select a range
afaf7bd
[SPARK-33084][CORE][SQL]Add jar support ivy path
AngersZhuuuu 51daf9a
Merge branch 'master' into support-add-jar-ivy
AngersZhuuuu 3579de0
Update SparkContextSuite.scala
AngersZhuuuu d6e8caf
Merge branch 'support-add-jar-ivy' of https://github.com/AngersZhuuuu…
AngersZhuuuu 169e1f8
Update Utils.scala
AngersZhuuuu 0e589ec
Merge branch 'master' into support-add-jar-ivy
AngersZhuuuu b3e3211
resolve conflict
AngersZhuuuu 9161340
Update SessionState.scala
AngersZhuuuu 0e3c1ec
Update sql-ref-syntax-aux-resource-mgmt-add-jar.md
AngersZhuuuu 300ca56
follow comment
AngersZhuuuu 63e877b
https://github.com/apache/spark/pull/29966#discussion_r529242208
AngersZhuuuu 733e62c
follow comment
AngersZhuuuu b60ba1e
Update sql-ref-syntax-aux-resource-mgmt-add-jar.md
AngersZhuuuu 883b9d3
fix uri re-use
AngersZhuuuu 208afc2
follow comment
AngersZhuuuu ba9ea29
add warn message whe multiple trasitive
AngersZhuuuu 10b3737
move DependencyUtils
AngersZhuuuu 7f878c2
add ut
AngersZhuuuu d2c1950
Update SessionState.scala
AngersZhuuuu 2200076
Update SessionState.scala
AngersZhuuuu 5a9cc30
Update DependencyUtils.scala
AngersZhuuuu 875d8a7
Add end to end test
AngersZhuuuu e921245
Update SQLQuerySuite.scala
AngersZhuuuu 614a865
follow comment
AngersZhuuuu 8c5cb7c
Update SparkContext.scala
AngersZhuuuu f460974
fix local path with comma
AngersZhuuuu 1f7dc01
Merge branch 'support-add-jar-ivy' of https://github.com/AngersZhuuuu…
AngersZhuuuu 050c410
follow comment
AngersZhuuuu ff611a6
Update SessionState.scala
AngersZhuuuu 03aca3b
split UT and use simply dependency ivy path
AngersZhuuuu 653b919
Update DependencyUtils.scala
AngersZhuuuu 6e48275
Update SparkContext.scala
AngersZhuuuu bdc5035
follow comment
AngersZhuuuu 9c22882
follow comment
AngersZhuuuu 9c88f8d
follow comment
AngersZhuuuu 8220e5a
Update SparkContextSuite.scala
AngersZhuuuu 49ac62c
follow comment
AngersZhuuuu b69a62e
Update DependencyUtils.scala
AngersZhuuuu 273a5ac
Follow comment
AngersZhuuuu ebe1c9c
Update DependencyUtils.scala
AngersZhuuuu 6034fb2
Update sql-ref-syntax-aux-resource-mgmt-add-jar.md
AngersZhuuuu e22e398
Update SparkContext.scala
AngersZhuuuu afea73f
Update SparkContext.scala
AngersZhuuuu 13000f2
Merge branch 'master' into support-add-jar-ivy
AngersZhuuuu bce3d40
Update SparkContext.scala
AngersZhuuuu d53f302
Merge branch 'support-add-jar-ivy' of https://github.com/AngersZhuuuu…
AngersZhuuuu 57c351d
Update HiveQuerySuite.scala
AngersZhuuuu 8c53b83
follow comment
AngersZhuuuu 4048c5b
https://github.com/apache/spark/pull/29966#discussion_r547040115
AngersZhuuuu aa53482
Merge branch 'master' into support-add-jar-ivy
AngersZhuuuu 2ffb431
Update SQLQuerySuite.scala
AngersZhuuuu 8c18cdf
Update SparkContext.scala
AngersZhuuuu 6bd41cd
Update SparkSubmit.scala
AngersZhuuuu fbc236c
follwo comment
AngersZhuuuu 90491d5
Update DependencyUtils.scala
AngersZhuuuu 75ff3ce
Update SparkContextSuite.scala
AngersZhuuuu 4c44dae
follow comment remove default value
AngersZhuuuu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update HiveQuerySuite.scala
- Loading branch information
commit 57c351d076da51fd8c41323f16ff8d8fbc4b964b
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Could you add tests for the same purpose in
sql/core, too?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.
Add UT
test("SPARK-33084: Add jar support Ivy URI in SQL -- jar contains udf class")