-
Notifications
You must be signed in to change notification settings - Fork 919
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
[KYUUBI #6265] Resource isolation in Spark Scala mode #6331
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6331 +/- ##
============================================
- Coverage 58.47% 58.45% -0.03%
Complexity 24 24
============================================
Files 653 655 +2
Lines 39769 39904 +135
Branches 5472 5484 +12
============================================
+ Hits 23256 23326 +70
- Misses 14030 14078 +48
- Partials 2483 2500 +17 ☔ View full report in Codecov by Sentry. |
can you summarize your design/change on the PR description? |
I've been quite busy recently,, sorry for not replying in time. For now SparkSession use Spark 3.5 use We can use it to support add resources isolated.And then repl loaded isolated classes/resources from |
Only Spark 3.5 supports |
@pan3793 cc, and need some help, thank you. |
🔍 Description
Issue References 🔗
This pull request fixes #6265
Describe Your Solution 🔧
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Types of changes 🔖
Test Plan 🧪
Behavior Without This Pull Request ⚰️
Behavior With This Pull Request 🎉
Related Unit Tests
Checklist 📝
Be nice. Be informative.