在hadoop上运行pig找不到结果

发布于 2024-11-19 07:09:03 字数 225 浏览 3 评论 0原文

我在hadoop集群上运行了一个pig脚本,它成功通过了,但我找不到结果文件,它是这样说的:

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

我登录到ocean-01,可以找到像/user/root这样的文件夹,它隐藏在哪里?

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 could find such a folder as /user/root, where is it hidding?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

翻了热茶 2024-11-26 07:09:03

你必须查看 HDFS。使用此命令(在 ocean-01 上):

hadoop fs -ls /user/root/all_users

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

hadoop fs -ls /user/root/all_users
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文