Hadoop cluster setup - java.net.ConnectException: Connection refused

后端 未结 15 778
心在旅途
心在旅途 2020-11-29 02:31

I want to setup a hadoop-cluster in pseudo-distributed mode. I managed to perform all the setup-steps, including startuping a Namenode, Datanode, Jobtracker and a Tasktracke

15条回答
  •  一向
    一向 (楼主)
    2020-11-29 03:06

    I resolved the same issue by adding this property to hdfs-site.xml

    
      fs.default.name
      hdfs://localhost:9000
      
    

提交回复
热议问题