Getting Started
-
10. Setting Up SSH
Follow to SetUp Needed Local SSH Connection
Start SSH Service:Copysudo systemctl start ssh
Generate SSH Keys to Access:
Copyssh-keygen -b 2048 -t rsa
Copyecho "$(cat ~/.ssh/id_rsa.pub)" > ~/.ssh/authorized_keys
Testing Connection:
Copyssh 127.0.0.1
-
11. Formatting HDFS File System
Moreover, to Format the HDFS
Run:Copyhdfs namenode -format
-
12. Starting Up Hadoop
Finally, to Start Up Hadoop Database
Execute:Copystart-all.sh
-
13. Hadoop Getting Started
Apache Hadoop Database Getting Started Guide
Contents