Hadoop DFS 指向当前目录

发布于 2024-10-13 09:16:24 字数 297 浏览 2 评论 0原文

几个月前,我们在本地计算机上安装了 CLoudera Hadoop 3,一切都很好。最近我们还安装了 Whirr 来开始使用集群。虽然我们遇到了一些问题,但过了一段时间,我们就可以启动一个集群,登录到它的主节点并开始工作。然而,我最近发现,当我在本地计算机中输入:

hadoop dfs -ls

时,它现在显示我所在的当前目录中的所有内容,而不是 DFS 的内容。这种情况过去并没有发生过,所以我们认为在安装 Whirr 时出现了一些问题。

是什么导致了这种情况,更重要的是,我们如何让本地 hadoop dfs 指向正确的位置?

A few months ago, we installed CLoudera Hadoop 3 in our local machine and everything was fine. Recently we also installed Whirr to start working with clusters. Although we faced some problems, after a while, we can start up a cluster, log into its master node and commence work. However, I found out recently that when I type:

hadoop dfs -ls

into our local machine, it now displays everything in the current directory I am in, not the contents of the DFS. This didn't use to happen, so we are thinking something got messed up when we installed Whirr.

What could have caused this, and more importantly, how can we get our local hadoop dfs to point to the correct location?

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

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

发布评论

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

评论(1

浮生未歇 2024-10-20 09:16:24

Hadoop安装conf目录下的core-site.xml是否设置为file:///

Is core-site.xml in the Hadoop installation conf directory set to file:///?

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