You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@pig.apache.org by Sandip Das <sa...@sbcglobal.net> on 2012/09/20 02:07:45 UTC

Store data into local file system thru PIG

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