33918/how-to-start-namenode-and-datanode-individually
I know that ./start-all.sh will start all the daemons. But what if I want to start only namenode or only datanode individually? What command should I use for that?
You can use these commands.
For namenode:
./hadoop-daemon.sh start namenode
For datanode:
./hadoop-daemon.sh start datanode
Hello, Using the “local-master-backup.sh” you can start up ...READ MORE
Hi@akhtar, If you configured your Hadoop master successfully, ...READ MORE
I would recommend you to install Cent ...READ MORE
Read operation on HDFS In order to read ...READ MORE
Firstly you need to understand the concept ...READ MORE
org.apache.hadoop.mapred is the Old API org.apache.hadoop.mapreduce is the ...READ MORE
Hi, You can create one directory in HDFS ...READ MORE
In your case there is no difference ...READ MORE
Stop all running server 1) stop-all.sh Edit the ...READ MORE
You can try something like this: ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.