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

Add Computation Layer driver program #8

Closed
GoogleCodeExporter opened this issue Mar 15, 2016 · 1 comment
Closed

Add Computation Layer driver program #8

GoogleCodeExporter opened this issue Mar 15, 2016 · 1 comment

Comments

@GoogleCodeExporter
Copy link

The Computation Layer is already a command-line program, but running it runs 
for one generation. It is meant to be run repeatedly, perhaps at regular 
intervals by a cron job.

We should make that available as a Java program as well, something that can run 
continuously and run the Computation Layer at fixed delay or after a certain 
amount of data is written.

Original issue reported on code.google.com by srowen@myrrix.com on 28 Aug 2012 at 1:39

@GoogleCodeExporter
Copy link
Author

This is now committed as PeriodicRunner, which can run the underlying 
GenerationRunner program periodically per time, or when a certain amount of 
data has accumulated, or both. It will be released in 0.6.

Original comment by srowen@myrrix.com on 29 Aug 2012 at 4:31

  • Changed state: Fixed

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

No branches or pull requests

1 participant