2

CDH4.3 オールインワン VM を稼働させています。Hadoop クライアントをリモートでインストールしようとしています。デフォルト設定を変更せずに、私の Hadoop クラスターがリッスンしていることに気付きました127.0.0.1:8020

[cloudera@localhost ~]$ netstat -lent | grep 8020
tcp        0      0 127.0.0.1:8020              0.0.0.0:*                   LISTEN      492        100202 

[cloudera@localhost ~]$ telnet ${all-in-one vm external IP} 8020
Trying ${all-in-one vm external IP}...
telnet: connect to address ${all-in-one vm external IP} Connection refused
[cloudera@localhost ~]$ telnet 127.0.0.1 8020
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'

私のリモート マシンには、すべての構成 ( core-site.xml, hdfs-site.xml) が${all-in-one vm external IP}. リモートクライアントから何かを実行すると、次のようになります。

└ $ ./bin/hdfs --config /home/${myself}/hadoop-2.0.0-cdh4.3.0/etc/hadoop dfs -ls
13/10/27 05:27:53 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
ls: Call From ubuntu/127.0.1.1 to ${all-in-one vm external IP}:8020 failed on connection exception: java.net.ConnectException: Connection refused; For more details see:  http://wiki.apache.org/hadoop/ConnectionRefused

Hadoop オールインワン vm: をfrom: ->core-site.xml and hdfs-site.xml の下に変更しましたが、hdfsを再起動した後も、まだ localhost 8020 をリッスンしています。何かアイデアはありますか? localhost の代わりに 8020 で ${external IP} をリッスンするようにするにはどうすればよいですか。/etc/hadoop/conflocalhost.localdomain${all-in-one vm external IP},

4

1 に答える 1