I have implemented an example based on the Proactive Scheduler. It might help to take a look to see how you can do this ...
see my post here
...
Type: Posts; User: esalagea; Keyword(s):
I have implemented an example based on the Proactive Scheduler. It might help to take a look to see how you can do this ...
see my post here
...
//============================================================================
// Name : Spring Batch example with Proactive Scheduler
// Author : Emil Salageanu, ActiveEon team
//...
//============================================================================
// Name : Spring Batch example with Proactive Scheduler
// Author : Emil Salageanu, ActiveEon team
//...
Hello,
I have written a Partition Handler in order to execute a spring batch job on an infrastructure managed by the ProActive Scheduler.
The solution consists in 2 java classes :
...
Hello again,
THE CONTEXT:
I managed to write a PartitionHandler which uses the ProActive Scheduling API in order to execute the steps on an infrastructure managed by ProActive, and...
Thank you for your reply Dave,
I will try to do so and I'll post my results on this topic.
Emil.
Hello,
I'm new to spring batch. I am trying to use ProActive Scheduling in order to execute a Spring batch job on a cluster managed by ProActive.
In order to do so I took a look at...