[Feature][Task-Plugin]Add zeppelin task-plugin to support Apache Zeppelin (#9201)#9327
[Feature][Task-Plugin]Add zeppelin task-plugin to support Apache Zeppelin (#9201)#9327zhongjiajie merged 9 commits intoapache:devfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #9327 +/- ##
============================================
- Coverage 39.98% 39.72% -0.27%
- Complexity 4375 4401 +26
============================================
Files 822 830 +8
Lines 32924 33256 +332
Branches 3656 3681 +25
============================================
+ Hits 13165 13210 +45
- Misses 18532 18817 +285
- Partials 1227 1229 +2
Continue to review full report at Codecov.
|
...n/src/test/java/org/apache/dolphinscheduler/plugin/task/zeppelin/ZeppelinParametersTest.java
Outdated
Show resolved
Hide resolved
|
Unit tests added. The PR fails license-check by script |
Yes. you should add it to |
...sk-zeppelin/src/main/java/org/apache/dolphinscheduler/plugin/task/zeppelin/ZeppelinTask.java
Outdated
Show resolved
Hide resolved
...sk-zeppelin/src/main/java/org/apache/dolphinscheduler/plugin/task/zeppelin/ZeppelinTask.java
Show resolved
Hide resolved
BTW, you should also add each jar package license into |
@zhongjiajie Licenses added in the latest commit. May I ask is there any task level configuration files instead of |
|
I'm not familiar with front-end. I will focus on the backend features of zeppelin task plugin in the following PRs. Anything else do I need to do with this PR? Seems all comments have been resolved. @zhongjiajie |
|
Do you have time to take a look at this PR after you finish your 3.0.0-alpha released? @zhuangchong |
OK |
| * @see <a href="https://docs.aws.amazon.com/emr/latest/APIReference/API_RunJobFlow.html#API_RunJobFlow_Examples">API_RunJobFlow_Examples</a> | ||
| */ |
There was a problem hiding this comment.
The documentation link address is wrong.
There was a problem hiding this comment.
Thx for the reminder. I will fix it.
There was a problem hiding this comment.
The documentation link address is wrong.
@zhuangchong Fixed in the latest commit. PTAL when you have time. Thx!
…zeppelin/pom.xml (apache#9201)
|
Kudos, SonarCloud Quality Gate passed! |








Purpose of the pull request
Brief change log
cancelNotemethod in Apache Zeppelin Client Api, so zeppelin task execution and scheduling is in paragraph level in this PR.Verify this pull request