0

enter image description here

I installed hadoop and tried to run it. The terminal shows that everything has been started but when i run jps command it shows only jps. I am new to ubuntu and we need to use for academics can anyone help me run it. I installed java using sudo apt-get install open-jdk My usr/lib/jvm directory looks like this enter image description here

The following are my hadoop configuration files: hdfs-env.sh

mapred-site.xml

Shivam...
  • 409
  • 1
  • 8
  • 21
  • I don't think that your services started in the first place. You can check it by using ports. Check if your machine is listening to 50070,8090,50075 ports? And if yes, try to use this ports and see if you can get an UI for the daemon process you started. – Abhinav Sep 11 '18 at 19:20
  • could you open the namenode webpage ,please show your namenode & datanode logs , – HbnKing Sep 12 '18 at 02:39
  • i ran sudo netstat -plnt after start-all.sh and there were no ports with the above mentioned port numbers. Also i am not getting a web page ui on entering localhost:50070 etc. – Shivam... Sep 12 '18 at 03:50

1 Answers1

0

Its probably due to the users you are using . I can see start-all.sh with different user and jps with a different user. Run both commands with the same user