Skip to content
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

Catch all (ctrl-c) and kill jobs #323

Closed
wants to merge 1 commit into from
Closed

Catch all (ctrl-c) and kill jobs #323

wants to merge 1 commit into from

Conversation

mxswd
Copy link

@mxswd mxswd commented Mar 22, 2014

⚠️ Don't merge yet ⚠️
Haven't had a chance to test it yet, but if it doesn't work we can switch it to adding shutdown hooks.
closes #162

@@ -59,7 +59,7 @@ import com.nicta.scoobi.Scoobi._
import Reduction._

object WordCount extends ScoobiApp {
def run() {
def run(args: Array[String]) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you remove this from the pull request? The run method defined by ScoobiApp doesn't take any arguments.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whoops, it had a warning for some reason.

@mxswd mxswd closed this Sep 6, 2014
@mxswd mxswd deleted the catch-all branch September 6, 2014 07:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

kill the running jobs on the cluster when I hit ctrl-C in the CLI
2 participants