Hi,
We wanted to store data into local filesystem directly using the store
command.
We don’t want to use copyToLocal command. Can you please help with the
correct
syntax ??
store result into 'file///tmp/mypigtest' using PigStorage('|');
store result into 'localFs///tmp/mypigtest' using PigStorage('|');
None of the above is working.
Thanks,
Sandip
