1. 程式人生 > >解決Retrying connect to server: 0.0.0.0/0.0.0.0:8032. Already tried 0 time(s); retry policy is...

解決Retrying connect to server: 0.0.0.0/0.0.0.0:8032. Already tried 0 time(s); retry policy is...

Hadoop 2.2在master上執行Mapreduce沒有問題,但是在slave節點上執行會報如下錯誤

[[email protected] mapreduce]# hadoop jar hadoop-mapreduce-examples-2.2.0.jar wordcount /input /ouput3
14/08/21 10:41:18 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
14/08/21 10:41:18 INFO client.RMProxy: Connecting to ResourceManager at /0.0.0.0:8032
14/08/21 10:41:19 INFO ipc.Client: Retrying connect to server: 0.0.0.0/0.0.0.0:8032. Already tried 0 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1 SECONDS)
14/08/21 10:41:20 INFO ipc.Client: Retrying connect to server: 0.0.0.0/0.0.0.0:8032. Already tried 1 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1 SECONDS)
14/08/21 10:41:21 INFO ipc.Client: Retrying connect to server: 0.0.0.0/0.0.0.0:8032. Already tried 2 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1 SECONDS)
14/08/21 10:41:22 INFO ipc.Client: Retrying connect to server: 0.0.0.0/0.0.0.0:8032. Already tried 3 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1 SECONDS)
14/08/21 10:41:23 INFO ipc.Client: Retrying connect to server: 0.0.0.0/0.0.0.0:8032. Already tried 4 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1 SECONDS)
14/08/21 10:41:24 INFO ipc.Client: Retrying connect to server: 0.0.0.0/0.0.0.0:8032. Already tried 5 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1 SECONDS)
14/08/21 10:41:25 INFO ipc.Client: Retrying connect to server: 0.0.0.0/0.0.0.0:8032. Already tried 6 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1 SECONDS)
14/08/21 10:41:26 INFO ipc.Client: Retrying connect to server: 0.0.0.0/0.0.0.0:8032. Already tried 7 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1 SECONDS)
14/08/21 10:41:27 INFO ipc.Client: Retrying connect to server: 0.0.0.0/0.0.0.0:8032. Already tried 8 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1 SECONDS)
14/08/21 10:41:28 INFO ipc.Client: Retrying connect to server: 0.0.0.0/0.0.0.0:8032. Already tried 9 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1 SECONDS)

解決辦法:在yare-site.xml裡新增如下資訊之後問題得到解決
<property>
    <name>yarn.resourcemanager.address</name>
    <value>master:8032</value>
  </property>
  <property>
    <name>yarn.resourcemanager.scheduler.address</name>
    <value>master:8030</value>
  </property>
  <property>
    <name>yarn.resourcemanager.resource-tracker.address</name>
    <value>master:8031</value>
  </property>



相關推薦

解決Retrying connect to server: 0.0.0.0/0.0.0.0:8032. Already tried 0 time(s); retry policy is...

Hadoop 2.2在master上執行Mapreduce沒有問題,但是在slave節點上執行會報如下錯誤 [[email protected] mapreduce]# hadoop jar hadoop-mapreduce-examples-2.2.0.jar

hadoop異常:org.apache.hadoop.ipc.Client: Retrying connect to server: 0.0.0.0/0.0.0.0:8031

錯誤資訊: 2014-01-01 23:07:09,365 INFO org.apache.hadoop.ipc.Client: Retrying connect to server: 0.0.0.0/0.0.0.0:8031. Already tried 9 time(s

https://clojars.org/ 連線失敗解決 Retrying connect to {s}->https://clojars.org

開發clojure  網站https://clojars.org是必須的,但是我就遇上連線不上,其他公司的同事都沒有這個問題,噁心的網路。 問題有3 1)網頁https://clojars.org連線不上 2)lein 執行lein install/uberjar都失敗

hadoop錯誤INFO ipc.Client Retrying connect to server

問題 今天在測試環境上跑任務的時候遇到了這個問題,找遍了網上的文章,都是讓改配置檔案的,比如這一個 Retrying conne

phpmailer SMTP ERROR: Failed to connect to server: (0) 解決辦法

函式沒有被禁用,openssl 也是開啟的,SMTP伺服器和埠正確的,排除ipv6等問題直接填寫ipv4的地址還是不行的話,就在程式碼里加上下面的吧。 $mail->SMTPOptions = array( 'ssl' => array( 'verify_peer' =>

解決連線 mongodb 報錯error: couldn't connect to server 127.0.0.1:27017 src/mongo/shell/mongo.js

   a.先看服務啟動沒有,如果沒有啟動服務先啟動服務:net stat MongoDB   b.如果服務已經啟動了,那有可能是上次不正常關閉mongo,導致存放資料的檔案被佔用了,被鎖住了。只需將D:

連接mongodb Unable to connect to server 127.0.0.1:27017: Invalid credential for database 'test'.

password alt red god 對象引用 客戶 技術分享 database word 用客戶端連接mongodb時,提示Invalid credential for database ‘test‘.或者未將對象引用設置到對象實例 解決方法: 將username、

Loadrunner報Failed to connect to server "127.0.0.1"

loadrunner問題描述:使用loadrunner12錄制的腳本,用loadrunner11打開,發現報Failed to connect to server "127.0.0.1:8888"。但是腳本裏並沒有這個地址。經查閱,發現loadrunner12在錄制的時候使用了fiddle

mongodb使用mongo報錯: Error: couldn't connect to server 127.0.0.1:27017, connection attempt failed: SocketException: Error connecting to 127.0.0.1:270

在windows下命令臺輸入mongo報一下錯誤: D:\ProgramFiles\BianCheng\mongodb-win32-x86_64-2008plus-ssl-4.0.4>mongoMongoDB shell version v4.0.4connecting to: mongodb://1

mongoVUE 出現“Unable to connect to server 127.0.0.1:27017: 由於目標計算機積極拒絕,無法連線。 127.0.0.1:27017.”

今天剛接觸學習mongodb,然後就不可避免的用到了mongoVUE。在連線的時候出現了問題,始終連線不上,總是出現如下錯誤。網上找了半天也沒找到。最後在不斷的摸索中找到的問題。現在把它寫成部落格,記錄下,也為初學者提供學習上的參考借鑑。 首先說下,出錯的原因,只有一條,就是伺服器沒有啟動。具體

遠端連線Mongodb,提示mongodb Unable to connect to server 192.168.0.104:27017

今日在本機上安裝好Mongodb4.0後,用127.0.0.1:27017能訪問,但是換成本機的區域網地址192.168.0.104:27017後 用MongoVUE連線提示錯誤“”mongodb Unable to connect to server 192.168.0.

linux -mongodb 啟動問題(Error: couldn't connect to server 127.0.0.1:27017, connection attempt failed : )

-bash-4.1# ./mongo MongoDB shell version v3.4.6 connecting to: mongodb://127.0.0.1:27017 2017-09-20T20:02:14.620+0800 W NETWORK

Error: couldn't connect to server 127.0.0.1:27017 src/mongo/shell/mongo.js

mongdb啟動的時候會報如上標題的錯誤,查詢了很多資料終於找到解決辦法,現把解決方法記錄下來,以免以後忘記。 [[email protected] bin]# ./mongo 但是出現如下錯誤: [[email protected] bin]# ./

解決openstack “failed to connect to server (code: 1006)”故障一例

code: 1006 failed 控制臺 新建 openstack版本環境:ocata安裝完成ocata版本後,新建主機實例後,通過管理端進入主機實例的控制臺時,報錯:“failed to connect to server (code: 1006)”解決思路:1、檢查日誌文件,通過日誌尋找

解決couldn't connect to server 172.21.4.208:27 017 at src/mongo/shell/mongo.js:147

錯誤 Go pre article god sdn local service 直接 使用mongo命令訪問數據庫,出現如下所示的錯誤: 直接刪除mongod.lock, rm -f /usr/local/mongodb/data/db/mongod.lock 註:使

phpmailer發郵件提示SMTP->ERROR: Failed to connect to server解決方法

原文連結 使用phpmailer外掛發郵件失敗提示:SMTP -> ERROR: Failed to connect to server: Connection timed out (110) The following From addres

Jenkins配置ssh時總是提示Can't connect to server

jenkins ssh can't connect to serverJenkins配置ssh時總是提示Can‘t connect to server我在本地windows系統中啟動了一個Jenkins服務,進行配置ssh,鏈接到同一網段的服務器上Linux上。總是連不上,Windows的防火墻和殺毒

docker 踩坑筆記之 psql: could not connect to server

param ini thread mas nco nic etc user connect 最近在用docker跑rails,也遇到了一些坑,這裏記錄一下。 首先build項目: docker-compose build 然後就開始報錯了: psql: could not

could not connect to server: Connection refused (0x0000274D/10061)

accept tex href mar gpo play acl 圖片 nor Oracle Linux 6.8 PostgreSQL Server IP: 192.168.10.220 Windows 7 x64 pgAdmin Custom Port IP: 192.1

navicat for mysql cant connect to server 10038 遠程連接出錯

hid TP gpa http tps pri con 通過 can 使用的登錄賬號沒有開通遠程登錄的權限,所以只能在服務器上通過命令行登錄。解決辦法如下:1.在服務器上通過命令行或客戶端登錄mysql;2.執行以下sql:GRANT ALL PRIVILEGES ON 開