在猪中,使用:
STORE rows2 INTO '/usr/data' USING PigStorage('*');
处理数据后终端的输出为:
Input(s):
Successfully read 42 records (15362 bytes) from: "cassandra://info/playerinfo"
Output(s):
Successfully stored 6916 records (487416 bytes) in: "/usr/data"
但是当我cd
到/usr/data
时,我找不到Pig生成的任何内容。我如何获得这样的文件?
答案 0 :(得分:1)
您的数据将存储在HDFS文件系统中。
1.Go to http://<hostname>:50070/dfshealth.jsp
2.Click the "Browse the file system" link
3.Go to your output folder "/usr/data"