我遵循以下链接将hdfs装载为本地文件系统
http://solutionsatexperts.com/hadoop-fuse-installation-and-configuration-on-centos/
在下载了hdfs dfs之后,他们提到要安装rpm包。根据link,我已经切换到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>
有人能帮我解决这个问题吗
1条答案
按热度按时间fdbelqdn1#
我成功地安装了hadoop-hdfs-fuse,并按照cloudera的指南将hdfs装载为本地文件系统。
您可以将此文件添加到/etc/yum.repos.d/,作为此处的参考:
根据你的操作系统版本做一些调整。