I have HDP from hortonworks sandbox in a virtual box. My host OS is mac10.15.7. I am getting the hortonworks Sandbox home page at localhost:1080. However, when i try to go Ambari UI at localhost:8080 it throws error 404 as shown below
I just check to see if port 8080 is locked by some process and I get as below:
VirtualBo 5265 pcname 115u IPv4 0x4b7f661b8f6c4043 0t0 TCP localhost:http-alt (LISTEN)
java 5544 pcname 46u IPv6 0x4b7f661b88fb18b3 0t0 TCP *:http-alt (LISTEN)
And if i kill the java process it starts again with a new PID. seems like its an Apache process. I am kind of going in circle and don't know how to get Ambari running.