-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-28106][SQL] When Spark SQL use "add jar" , before add to SparkContext, check jar path exist first. #24909
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 all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
0e22773
[spark-28016] check add jar path exist jar
44b5462
Change jar path check to SessionResourceBuilder
22b56a5
Modify scala stype
63b7c6a
modify commengt to JAVA doc style
cf98646
add check to SparkContext and only check for sql behavior
71af716
fix scala type
e863d20
fix bug of parameter loss
4bb4e89
add origin add jar method
f53fe21
fix scala type error
5f277c2
For local jar file, it will be checked with addJarFile method, then c…
2a159ec
fix path to null problem
95edb94
remove import
dbf97e8
for check scala import style
3093864
review
4732662
add origin comment
8041ff2
add origin comment
b7dabc6
Add unit test
cbe447e
fix line length exceds 100 characters
2a6c570
fix line length
64ddf9d
[SPARK-28106]Always check jar exists
6e31698
remove unused comment
4526b90
remove blank line
ec6111c
.
23825a3
don't return exception
8d0f3f9
fix scala style
da76d97
Change test assert method for better style
8820641
fix little bug
03dcfaf
change unit test title
780a2b5
change method name from addRemoteJarFile to checkRemoteJarFile
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.