2020-12-30

想喝蜜桃烏龍發表於2020-12-30

mapreduce執行問題

每個步驟都是按照廈門大學資料庫實驗室裡mapreduce程式設計的步驟來的卻出現錯誤
mapreduce執行時出現
Reteying connect to serve:0.0.0.0/0.0.0.0:8032
Your endpoint configuration is wrong
一開始以為是埠號出現問題,按照網上的帖子修改yarn-site.xml中的內容,又或者修改/etc/hosts中的內容,重新啟動hdfs和yarn等等方法都沒有用
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=1000 MILLISECONDS)
java.net.ConnectException: Your endpoint configuration is wrong; For more details see:  http://wiki.apache.org/hadoop/UnsetHostnameOrPort, while invoking ApplicationClientProtocolPBClientImpl.getNewApplication over null after 1 failover attempts.
後來去某寶找人改錯,受某位客服啟發,告訴我是可能是某個服務沒啟動,所以埠號無法連線上。於是進入/usr/local/hadoop啟動./sbin/start-all.sh問題就解決了
在這裡插入圖片描述在這裡插入圖片描述