update-alternatives在CDH4安装中抛出错误

时间:2014-04-15 19:10:37

标签: ubuntu hadoop

我在我的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节点集群

1 个答案:

答案 0 :(得分:0)

  sudo update-alternatives --set hadoop-conf $(readlink -f /etc/hadoop/conf.my_cluster)