dfs.namenode.servicerpc-address or dfs.namenode.rpc-address is not configured

后端 未结 3 1395
温柔的废话
温柔的废话 2020-12-09 12:08

I was trying to configure hadoop with one name node and four data nodes. I was able to successfully configure the name node and job tracker on one machine and bring it up.<

3条回答
  •  醉梦人生
    2020-12-09 12:58

    Adding the rpc-address in hdfs-site.xml for the name node will work like this

    
    dfs.namenode.rpc-address
    dnsname:port
    
    

    also in core-site add the property

    fs.defaultFS dnsname:port

提交回复
热议问题