Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Superset UI doesnt work

avatar
Rising Star

Hi, I installed sanbox hdp 2.6.3 add the superset service put it on port 9088. config port forwarding on the virtual box. When I try to access the superset from the browser e.g. 127.0.0.1:9088 get an error cant rich web site

When trying to get the url via cURL inside the guest machine e.g. from ssh I get the html .

Someone know what other settings I miss there ? Tried to compare with HDF configuration all the same

TIA

1 ACCEPTED SOLUTION

avatar
Rising Star

Issue solved!!

It is not enough to setup port forwarding on the virtual machine

Since we are on a docker we need to setup ports on the docker

Here is a link on how to do it

Please take in account that the container name is sandbox-hdp and not sandbox as written in the docs

https://hortonworks.com/tutorial/sandbox-port-forwarding-guide/section/1/

,

I found the problem!!

It is not enough to add the port forwarding on the virtual box since we are on a docker we need to update it on the start docker script

see this link for more information on how to add port forwarding :

https://hortonworks.com/tutorial/sandbox-port-forwarding-guide/section/1/

View solution in original post

5 REPLIES 5

avatar
Contributor

From the description it seems that the port forwarding on the vm is not set properly.

please make sure port forwarding is setup correctly.

avatar
Rising Star

I think I did it ..

I created another entry in the vm with host port as 9088 and guest the same port with protocol TCP

Does sandbox have any firewall?

avatar
Rising Star

Here is my capture.pngport forwarding

avatar
Rising Star

Issue solved!!

It is not enough to setup port forwarding on the virtual machine

Since we are on a docker we need to setup ports on the docker

Here is a link on how to do it

Please take in account that the container name is sandbox-hdp and not sandbox as written in the docs

https://hortonworks.com/tutorial/sandbox-port-forwarding-guide/section/1/

,

I found the problem!!

It is not enough to add the port forwarding on the virtual box since we are on a docker we need to update it on the start docker script

see this link for more information on how to add port forwarding :

https://hortonworks.com/tutorial/sandbox-port-forwarding-guide/section/1/

avatar
Contributor

@ Avraha Zilberman

Hi I did change the port forwarding in both VM and sandbox container. After that to be sure i execute "docker ps" . It also shows the new configuration. But even though Superset UI is not runiing in browser. What might be the issue? Please help me.