在何处访问' STORE'生成的文件? PIG中的命令

时间:2014-11-13 17:04:22

标签: apache-pig

在猪中,使用:

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生成的任何内容。我如何获得这样的文件?

1 个答案:

答案 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"