溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務(wù)條款》

hadoop中如何解決java.io.IOException: Bad connect ack with firstBad問題

發(fā)布時間:2021-12-09 09:42:48 來源:億速云 閱讀:362 作者:小新 欄目:云計算

這篇文章給大家分享的是有關(guān)hadoop中如何解決java.io.IOException: Bad connect ack with firstBad問題的內(nèi)容。小編覺得挺實用的,因此分享給大家做個參考,一起跟隨小編過來看看吧。

[hadoop @master ~]$ touch bigfile.tar
[hadoop @master ~]$ cat hadoop-2.5.2.tar.gz >> bigfile.tar
[hadoop @master ~]$ touch bigfile.tarcat
[hadoop @master ~]$ 
[hadoop @master ~]$ 
[hadoop@master ~]$ cat hadoop-2.5.2.tar.gz >> bigfile.tar
[hadoop@master ~]$ hadoop fs -put bigfile.tar / 上傳文件到遠(yuǎn)程目錄(/)下
15/12/03 00:57:22 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
15/12/03 00:57:26 INFO hdfs.DFSClient: Exception in createBlockOutputStream
java.io.IOException: Bad connect ack with firstBadLink as 192.168.209.102:50010
        at org.apache.hadoop.hdfs.DFSOutputStream$DataStreamer.createBlockOutputStream(DFSOutputStream.java:1377)
        at org.apache.hadoop.hdfs.DFSOutputStream$DataStreamer.nextBlockOutputStream(DFSOutputStream.java:1281)
        at org.apache.hadoop.hdfs.DFSOutputStream$DataStreamer.run(DFSOutputStream.java:526)
15/12/03 00:57:26 INFO hdfs.DFSClient: Abandoning BP-2062059271-192.168.209.100-1448384244888:blk_1073741864_1040
15/12/03 00:57:26 INFO hdfs.DFSClient: Excluding datanode 192.168.209.102:50010
15/12/03 00:57:26 INFO hdfs.DFSClient: Exception in createBlockOutputStream
java.io.IOException: Bad connect ack with firstBadLink as 192.168.209.101:50010
        at org.apache.hadoop.hdfs.DFSOutputStream$DataStreamer.createBlockOutputStream(DFSOutputStream.java:1377)
        at org.apache.hadoop.hdfs.DFSOutputStream$DataStreamer.nextBlockOutputStream(DFSOutputStream.java:1281)
        at org.apache.hadoop.hdfs.DFSOutputStream$DataStreamer.run(DFSOutputStream.java:526)
15/12/03 00:57:26 INFO hdfs.DFSClient: Abandoning BP-2062059271-192.168.209.100-1448384244888:blk_1073741865_1041

15/12/03 00:57:26 INFO hdfs.DFSClient: Excluding datanode 192.168.209.101:50010

原因:

1、某個節(jié)點機(jī)器突然開啟防火墻,導(dǎo)致不能連接

2、強(qiáng)制kill掉某個節(jié)點(據(jù)說)

3、某個機(jī)器直接當(dāng)?shù)簦M不是完蛋了?數(shù)據(jù)冗余容災(zāi)的設(shè)計干什么吃的?(推測)

解決方法:

root用戶關(guān)閉防火墻  service iptables stop

可能是某個節(jié)點因為重啟把iptables又起來了,

可以用chkconfig iptables off解決重啟帶來的問題,

不重啟的話用service iptables stop關(guān)掉。

感謝各位的閱讀!關(guān)于“hadoop中如何解決java.io.IOException: Bad connect ack with firstBad問題”這篇文章就分享到這里了,希望以上內(nèi)容可以對大家有一定的幫助,讓大家可以學(xué)到更多知識,如果覺得文章不錯,可以把它分享出去讓更多的人看到吧!

向AI問一下細(xì)節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進(jìn)行舉報,并提供相關(guān)證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI