Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
Created on 12-07-2017 02:47 PM - edited 09-16-2022 05:37 AM
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
Created 12-09-2017 07:12 PM
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/
Created 12-07-2017 03:47 PM
From the description it seems that the port forwarding on the vm is not set properly.
please make sure port forwarding is setup correctly.
Created 12-07-2017 03:50 PM
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?
Created 12-07-2017 03:52 PM
Here is my capture.pngport forwarding
Created 12-09-2017 07:12 PM
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/
Created 04-09-2018 04:58 PM
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.