Hi Till
I have 2 kind of data
a) read the data from database put into the memory and nosql database so
have 1 source & custom sink operator
Job1 -->Source--->NoSQL Sink-->status
b) once the data is updated into the memory i need to run the second job
so i am checking the status return by th
Hi Puneet,
without more information about the job you're running (ideally code), it's
hard to help you.
Cheers,
Till
On Fri, Feb 9, 2018 at 10:43 AM, Puneet Kinra <
puneet.ki...@customercentria.com> wrote:
> Hi
>
> I am working on batch application i which once the data is get loaded into
> the
Hi
I am working on batch application i which once the data is get loaded into
the Memory
second job should only run once first job is finished.
boolean
contactHistoryLoading=bonusPointBatch.contactHistoryLoading(jsonFileReader,cache);
if(contactHistoryLoading)
{
bonusPointBatch.transcationLoadi