为了访问hdfs。我不知道在root用户中给出了以下命令。(我试图解决以下错误)
sudo su - hdfs
hdfs dfs -mkdir /user/root
hdfs dfs -chown root:hdfs /user/root
exit
现在,当我尝试访问 hdfs 时,它说,
Call From headnode.name.com/192.168.21.110 to headnode.name.com:8020 failed on connection exception: java.net.ConnectException: Connection refused; For more details see: http://wiki.apache.org/hadoop/ConnectionRefused
我能做些什么来解决这个问题。如果你能解释一下命令的作用,那就太好了'hdfs dfs -chown root:hdfs /user/root'
。
我正在使用 HDP 3.0.1.0 (Ambari)