Hey guys,

I am trying to do the following:

   1. Launch a pig job asynchronously via Java program
   2. Get a notification once the job is complete (something similar to
   Hadoop callback with a servlet)

I looked at PigServer.executeBatch() and it seems to be waiting until job
completes.This is not what I would like my app to do.

Any ideas?

Thanks,

Reply via email to