【发布时间】:2015-03-03 19:53:46
【问题描述】:
我已按照以下链接将 HDFS 挂载为本地文件系统
http://solutionsatexperts.com/hadoop-fuse-installation-and-configuration-on-centos/
下载 hdfs-dfs 后,他们提到要安装 rpm 包。根据链接,我已切换到 root 并输入了命令
yum install fuse*
但它显示
There are no enabled repos.
Run "yum repolist all" to see the repos you have.
You can enable repos with yum-config-manager --enable <repo>
谁能帮我解决这个问题
【问题讨论】:
-
你必须在你的 repo 文件中添加存储库。
-
谢谢@Bector...我试过但失败了..你能分享我添加存储库的链接
标签: hadoop ubuntu-12.04 hdfs fuse