-
Notifications
You must be signed in to change notification settings - Fork 5k
[Fix-14546] seatunnel unable submit spark job to spark #14617
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
|
LGTM, thanks. |
SbloodyS
left a comment
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.
Please run mvn spotless:apply to fix format error.
|
@SbloodyS @EricGao888 @Radeity Does anyone have time to run CI for our future contributors? |
Done. |
|
@caishunfeng @zhuangchong Please check this pr |
Codecov Report
@@ Coverage Diff @@
## dev #14617 +/- ##
============================================
- Coverage 38.82% 38.82% -0.01%
+ Complexity 4589 4588 -1
============================================
Files 1234 1234
Lines 43384 43384
Branches 4793 4793
============================================
- Hits 16843 16842 -1
Misses 24679 24679
- Partials 1862 1863 +1 see 1 file with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
|
Kudos, SonarCloud Quality Gate passed! |
|
Kudos, SonarCloud Quality Gate passed! |
zhuangchong
left a comment
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.
+1
|
@Yhr-N |
(cherry picked from commit 9083f9d)








Purpose of the pull request
Fix #14546
Brief change log
modified code of generating master args in
org.apache.dolphinscheduler.plugin.task.seatunnel.spark.SeatunnelSparkTask: buildOptions()Verify this pull request
This pull request is code cleanup without any test coverage.