Safemode in Hadoop hdfs

萝らか妹 提交于 2020-03-16 18:08:21

问题


I have started my hadoop using the following command

sbin/start-dfs.sh

When i browse in the hadoop web interface. i get: safemode is on. So, i have leave the safemode by entering :

hdfs dfsadmin -safemode leave.

Now i can create and delete directories. the problem is when i try to upload a file, it doesnt allow me to upload. why? I have used the following command

bin/hdfs fsck /

And the output is :

healthy

.

How can i resolve this?

来源:https://stackoverflow.com/questions/60504475/safemode-in-hadoop-hdfs

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!