Moving Hadoop Namenode out of safemode.
Hi There, people has been asking me to put some light on safemode of Hadoop. So lets see what is it.
So if your Hadoop is in safemode. you will not be able to write any new data or create any folder on Hadoop. So you have to bring Hadoop out of safemode.
Following is the command for bringing hadoop out of safemode.
hadoop dfsadmin -safemode leave
After this, you will be able to use Hadoop as normal. Enjoy, Keep Coding, keep facing issues, keep learning :)
Hi Harijeet,
ReplyDeleteCould u plz write something on custom input format??
Thanks in advance.