-
Notifications
You must be signed in to change notification settings - Fork 177
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
updates to spark job type #205
Conversation
…Spark cancelling method all made uniform to kill launched hadoop jobs
addressed azkaban#204 comments bug fix in SparkJobArgs.java make build completion dependent on passing plugins/jobtype junit test cases
The diff itself looks good. There are still multiple commits here. Can you squash them into a single commit? Feel free to let me know if you need any help doing the squash. |
Hey David, many of those commits are over 2 weeks ago and intertwined with other already merged into master changes. I would rather not touch them... |
Understood. That is fine for this PR then. Thanks for taking the time to squash the other commits! |
@@ -3,61 +3,54 @@ | |||
public enum SparkJobArg { | |||
|
|||
// standard spark submit arguments, ordered in the spark-submit --help order | |||
MASTER("master", "yarn-cluster", false), // just to trick the eclipse formatter | |||
MASTER("master", false), // just to trick the eclipse formatter |
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.
Just curious, what is the motivation for removing the default values?
LGTM |
@davidzchen |
No problem. Thanks, @johnyu0520! |
LGTM |
for Spark: removing the code for setting default values …
addressed #204 comments
bug fix in SparkJobArgs.java
make build completion dependent on passing plugins/jobtype junit test cases
This is basically the same code reviewed in #204, with a few recent commits squashed (I won't touch the commits from 3 weeks ago as it would be a lot of conflicts)
https://github.com/azkaban/azkaban-plugins/pull/204/files