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

Implement cancelJob() methods #11

Open
aalexandrov opened this issue Nov 10, 2014 · 1 comment
Open

Implement cancelJob() methods #11

aalexandrov opened this issue Nov 10, 2014 · 1 comment
Labels

Comments

@aalexandrov
Copy link
Member

The Experiment class provides a cancelJob() method to force job cancellation if the experiment run exceeds the granted time limit.

The method is yet to be implemented in all of the following systems:

  • Flink
  • Spark
  • MapReduce
@aalexandrov aalexandrov added this to the 0.1 milestone Nov 10, 2014
@aalexandrov
Copy link
Member Author

Since execution is blocking in all systems (was not the case in Flink / Stratosphere when we wrote the basic Experiment API a year ago), we might ditch this bit altogether...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants