且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

在端口9000上拒绝hadoop连接

更新时间:2023-11-17 10:51:22

Use absolute path for this and make sure the hadoop user has permissions to access this directory:-

<property>
    <name>dfs.data.dir</name>
    <value>~/hacking/hd-data/dn</value>
  </property>

also make sure you format this path like

# hadoop namenode -format