Hi everyone,
I have a Pig script where at the beginning I need to run an initializing/setup 
logic (for initializing a storage system) that has to be done *exactly* once in 
my cluster. The problem is if it gets executed in multiple threads there is 
some risk of leaving the storage system in an inconsistent state. So what's the 
right/recommended way of running a single-time initialization/setup logic with 
Pig?

Thanks,
Nezih

Reply via email to