Last active
October 25, 2016 21:35
-
-
Save nabsul/705f6aa57ffdc126d378fb8aa7245aec to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ssh-keygen #just press enter when it asks you for a file path and password | |
cat ~/.ssh/id_rsa.pub > ~/.ssh/authorized_keys | |
chmod 600 ~/.ssh/authorized_keys | |
chmod 755 ~/hadoop_start.sh | |
hadoop namenode -format | |
~/hadoop_start.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment