2016-08-19 10 views
0

Hadoop datanodeはファイル名とキー名であるランダムなポート(60000以上)を聞きますが、それをカスタム定義できますか?私は今それを知ってhadoop datanodeはランダムなポートをリッスンします

2016-08-19 17:49:27,176 INFO org.apache.hadoop.ipc.CallQueueManager: Using callQueue class java.util.concurrent.LinkedBlockingQueue 

2016-08-19 17:49:27,223 INFO org.apache.hadoop.ipc.Server: Starting Socket Reader #1 for port 64859 

答えて

0

は、それが糸-site.xmlの中で定義されています

<property> 
    <name>yarn.nodemanager.address</name> 
    <value>${yarn.nodemanager.hostname}:0</value> 
</property> 
関連する問題