Q&A
Ask and answer questions to make information more available to wider audiences.
Chloe Jameson @jamesonchloe   14, Jun 2023 12:00 AM
add 100 nodes in Hive
Is it possible to add 100 nodes when we already have 100 nodes in Hive?
answers 2
 
Answer 1
Jose Grimsbro @josegrimsbro   21, Jun 2023 12:29 PM
Yes it is possible
 
Answer 2
Michaela Samuel @samuelmichaela5   21, Jun 2023 11:12 AM
Yes, we can add the nodes by following the below steps:

Step 1: Take a new system; create a new username and password
Step 2: Install SSH and with the master node setup SSH connections
Step 3: Add ssh public_rsa id key to the authorized keys file
Step 4: Add the new DataNode hostname, IP address, and other details in /etc/hosts slaves file:

192.168.1.102 slave3.in slave3

Step 5: Start the DataNode on a new node
Step 6: Login to the new node like suhadoop or:

ssh -X hadoop@192.168.1.103

Step 7: Start HDFS of the newly added slave node by using the following command:

./bin/hadoop-daemon.sh start data node

Step 8: Check the output of the jps command on the new node