Created 08-04-2017 10:03 AM
Where is ambari-server on this image? Its not listed under YUM and its not available as a service (service ambari-server status). Yet I can access the Ambari UI.
Same for httpd, ambari-agent etc. I also expected HDP to be installed under /usr/hdp.
Is the configuration documented somewhere?
Created 08-04-2017 10:12 AM
I am able to see the service on HDP 2.6 sandbox
# service ambari-server status Using python /usr/bin/python Ambari-server status Ambari Server running Found Ambari Server PID: 351 at: /var/run/ambari-server/ambari-server.pid
.
Are you doing ssh to Sandbox using port 2222 ? (Using port 2222 is correct approach)
# ssh root@localhost -p 2222
Created 08-04-2017 10:12 AM
I am able to see the service on HDP 2.6 sandbox
# service ambari-server status Using python /usr/bin/python Ambari-server status Ambari Server running Found Ambari Server PID: 351 at: /var/run/ambari-server/ambari-server.pid
.
Are you doing ssh to Sandbox using port 2222 ? (Using port 2222 is correct approach)
# ssh root@localhost -p 2222
Created 08-04-2017 10:36 AM
Jay - thanks a million
that was it - I needed to use port 2222 !!
thank you