Is there any way I can have a pig statement wait for a condition.This
is what I am trying to do :  I am first creating and storing a
relation in pig, and then I want to upload that relation via
STREAM/DEFINE command. Here is the pig script I am tryign to write :

.........
STORE r1 INTO 'myoutput.data'
STREAM 'myfile_containing_output_dat.txt' THRUGH `upload.py`

Any way I can acheive this ?

-Prasen

Reply via email to