I have installed Hadoop 2.5.2 single node on Ubuntu 14.04 using this guide http://www.vasanthivuppuluri.com/hadoop/installing-hadoop-2-5-1-on-64-bit-ubuntu-14-01/
when i enterstart-all.sh
then jps
output doesn't show datanode process.
hduser@jerrygoyal-Lenovo-B490:~$ jps
18043 NodeManager
18327 Jps
17913 ResourceManager
17763 SecondaryNameNode
17018 NameNode
i have also tried methods given on Datanode process not running in Hadoop but no progress.