martinprobson / vagrant-hadoop-hive-spark

Vagrant project to spin up a single node VM running current versions of Hadoop, Hive and Spark
Apache License 2.0
67 stars 59 forks source link

jps does not show any hadoop process #4

Closed kirankumarhm closed 6 years ago

kirankumarhm commented 6 years ago

When I connect usinig putty and type in jps does not show any hadoop process

martinprobson commented 6 years ago

Hi You need to be running as root to see the hadoop processes running with jps. What happens if you type sudo jps? You should also be able to see Yarn resource mgr page at http://10.211.55.101:8088. If Yarn/HDFS does not seem to be up then logs can be checked in /usr/local/hadoop/logs

kirankumarhm commented 6 years ago

Thank you, I will try that... FYI ... Also I am trying to include HBase and Kafka I will update you once I success

kirankumarhm commented 6 years ago

unfortunately mysql configuration is NOT working after installation. If you could provide proper configuration that will be great helpful.

I am getting below error:

node1: Allow root access from network... node1: /tmp/vagrant-shell: line 39: mysql: command not found node1: Create hive_metastore schema... node1: /tmp/vagrant-shell: line 41: mysql: command not found node1: Create hive meta-db user... node1: /tmp/vagrant-shell: line 43: mysql: command not found node1: grant permissions to hive meta-db user... node1: /tmp/vagrant-shell: line 45: mysql: command not found node1: Flush mysqld for changes to take effect... node1: /tmp/vagrant-shell: line 47: mysql: command not found node1: Restarting mysqld for changes to take effect...

martinprobson commented 6 years ago

The mysql configuration should be working fine, it maybe an issue when mysql was installed and configured. Please retry with the latest release and see if that helps.