store:将数据存储到HDFS等文件系统里

 
将数据保存到/data目录
store data into '/data';

   

以逗号为分隔符
store data into '/data' using PigStorage(',');
 

相关文章: