I'm trying to load a .csv file into HDFS. For that I do this:
hdfs dfsadmin -safemode leave
sudo -u hdfs hadoop fs -copyFromLocal /home/cloudera/reduced.csv /user/cloudera
But when I submit this I'm getting:
copyFromLocal: Cannot create file/user/cloudera/reduced.csv._COPYING_. Name node is in safe mode.
I already see this post: Name node is in safe mode. Not able to leave
But I'm still get this error...