阿里云使用idea通过hdfs api来上传文件时出现could only be written to 0 of the 1 minReplication nodes.错误

阿里云使用idea通过hdfs api来上传文件时出现could only be written to 0 of the 1 minReplication nodes.错误,第1张

阿里云使用idea通过hdfs api来上传文件时出现could only be written to 0 of the 1 minReplication nodes.错误

问题描述:
使用阿里服务器,在本地windows电脑上使用idea进行hdfs api *** 作来上传文件时出现错误如下:

org.apache.hadoop.ipc.RemoteException(java.io.IOException): File /a.xlsx could only be written to 0 of the 1 minReplication nodes. There are 1 datanode(s) running and 1 node(s) are excluded in this operation.

  1. 具体报错信息:
  2. 查看控制台信息

    可以发现,是在连接服务器centos8:9866端口的时候连接超时导致的报错。估计是服务器的防火墙端口没有打开。
  3. 解决问题
    到aliyun服务器控制台,添加防火墙规则,将9866端口加上
  4. 结果
    添加规则后成功上传

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/5438437.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-12-11
下一篇 2022-12-11

发表评论

登录后才能评论

评论列表(0条)

保存