gpt4 book ai didi

hadoop - 无法将文件放入HDFS

转载 作者:可可西里 更新时间:2023-11-01 16:32:47 26 4
gpt4 key购买 nike

我正在尝试设置一个 hadoop 多节点集群,但遇到了以下问题。我有一个节点作为主节点,另一个节点作为从节点。

似乎一切正常,因为当我执行 {jps} 时,我得到了 master 的这个过程:

{
29983 SecondaryNameNode
30596 Jps
29671 NameNode
30142 ResourceManager
}

这是给奴隶的:

{  
18096 NodeManager
17847 DataNode
18197 Jps
}

不幸的是,当我尝试使用 -put 命令时,出现了这个错误:

hduser@master:/usr/local/hadoop/bin$ ./hdfs dfs -put /home/hduser/Ejemplos/fichero /Ejemplos/ 14/03/24 12:49:06 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable 14/03/24 12:49:07 WARN hdfs.DFSClient: DataStreamer Exception org.apache.hadoop.ipc.RemoteException(java.io.IOException): File /Ejemplos/fichero.COPYING could only be replicated to 0 nodes instead of minReplication (=1). There are 0 datanode(s) running and no node(s) are excluded in this operation.

当我进入WebUI时,有0个事件节点,我不知道为什么!我无法修复此错误,非常感谢您的帮助!

最佳答案

File /Ejemplos/fichero.COPYING could only be replicated to 0 nodes instead of minReplication (=1). There are 0 datanode(s) running and no node(s) are excluded in this operation.

上述错误意味着数据节点已关闭或无法与名称节点正常通信。您可以检查您在 hdfs-site.xml、core-site.xml 中指定的配置。

关于hadoop - 无法将文件放入HDFS,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22608897/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com