问题描述:
使用阿里云服务器,在本地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.
- 具体报错信息:
- 查看控制台信息
可以发现,是在连接服务器centos8:9866端口的时候连接超时导致的报错。估计是服务器的防火墙端口没有打开。 - 解决问题
到aliyun服务器控制台,添加防火墙规则,将9866端口加上 - 结果
添加规则后成功上传