Hello list, 

For future reference, after I've successfully set up the
full-dev-platform, I still had a couple of small issues: 

- The following services were not running: 

Supervisor / Storm
RegionServer / HBase
Nimbus / Storm
HBase Master / HBase 

Manually starting them in the Ambari GUI fixed this. 

- I did not know the login/password of the Services GUI
(http://node1:2812/). This turned out to be admin/monit. 

- Elastic Search & Kibana were not running. This is fixed by doing: 

$ vagrant ssh
$ sudo su - 

# /etc/init.d/elasticsearch start 

# /etc/init.d/kibana start

Reply via email to