Environment: ubuntu 14.04, hadoop 2.6
After I type the start-all.sh
and jps
, DataNode
doesn\'t list on the terminal
For this you need to give permission to you hdfc folder. Then run below commands:
sudo adgroup hadoop
sudo usermod -a -G hadoop "ur_user"
( u can see current user by Who command)
sudo chown -R "ur_user":"ur_gourp" /usr/local/hadoop_store
hdfs namenode -format
and start all services you can see the result.....now type JPS (it will work).