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

后端 未结 15 782
心在旅途
心在旅途 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:13

    In my experaince

    15/02/22 18:23:04 WARN util.NativeCodeLoader: Unable to load native-hadoop
    library for your platform... using builtin-java classes where applicable
    

    You may have 64 bit version OS, and hadoop installation 32bit. refer this

    java.net.ConnectException: Call From marta-komputer/127.0.1.1 to
    localhost:9000 failed on connection exception: java.net.ConnectException: 
    connection refused; For more details see:   
    http://wiki.apache.org/hadoop/ConnectionRefused
    

    this problem refers to your ssh public key authorization. please provide details about your ssh set up.

    Please refer this link to check the complete steps.

    also provide info if

    cat $HOME/.ssh/authorized_keys
    

    returns any result or not.

提交回复
热议问题