日本免费高清视频-国产福利视频导航-黄色在线播放国产-天天操天天操天天操天天操|www.shdianci.com

學無先后,達者為師

網站首頁 編程語言 正文

ERROR org.apache.hadoop.hdfs.server.datanode.DataNode:error processing WRITE_BLOCK operation src

作者:從零開始的數據猿 更新時間: 2022-05-13 編程語言

Error:

DataXceiver error processing WRITE_BLOCK operation src: /x.x.x.x:50373 dest: /x.x.x.x:50010

Solution:

1.修改進程最大文件打開數

sudo vim /etc/security/limits.conf

End of file

*           -      nofile          1000000
*           -      nproc           1000000

2.修改數據傳輸線程個數

hdfs-site.xml

in hadoop-1.x



dfs.datanode.max.xcievers

8192

 

Specifies the maximum number of threads to use for transferring data

  in and out of the DN.




in hadoop-2.x



dfs.datanode.max.transfer.threads

 8192



Specifies the maximum number of threads to use for transferring data

 in and out of the DN.




參考:https://huangkx.blog.csdn.net/article/details/21240247

原文鏈接:https://nmydt.blog.csdn.net/article/details/124582951

欄目分類
最近更新