我在我的ubuntu 12.04系统上安装CDH4。当我使用update-alternative指向我的hadoop_conf时,它会抛出一个错误。我到处搜索,但没有找到解决这个问题的方法。
使用的命令: - sudo update-alternatives --install / etc / hadoop / conf hadoop-conf /etc/hadoop/conf.my_cluster 50
sudo update-alternatives --set hadoop-conf /etc/hadoop/conf.my_cluster
这会出错...
update-alternatives:错误:无法使用stat文件'/etc/hadoop/conf.my_cluster':符号链接的级别太多
请帮忙。我正在尝试在Ubuntu 12.04LTS上设置3节点集群
答案 0 :(得分:0)
sudo update-alternatives --set hadoop-conf $(readlink -f /etc/hadoop/conf.my_cluster)