开发者

run pig on hadoop could not find the result

开发者 https://www.devze.com 2023-03-19 05:55 出处:网络
I ran a pig script on a hadoop cluster, it pass successfully but i cannot find the result files, here is what it said:

I ran a pig script on a hadoop cluster, it pass successfully but i cannot find the result files, here is what it said:

Output(s):
Successfully stored 2 records (122 bytes) in: "hdfs://ocean-01/user/root/all_users"

i login to ocean-01 and co开发者_StackOverflowuld find such a folder as /user/root, where is it hidding?


You have to look in HDFS. Use this command (on ocean-01):

hadoop fs -ls /user/root/all_users
0

精彩评论

暂无评论...
验证码 换一张
取 消