Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Unable to connect to livy server in the HDP sandbox from the client machine.

avatar
New Member

Hello!

I have a HDP sandbox running in my windows machine. I have configured livy2 under spark2 and it seems to be running. I can connect to it from within the sandbox but when I try to access it from the browser in the host windows machine I get 'This site can't be reached'.

All I am trying to do is go the "<sandbox IP>:8999" in the browser.

What am I missing? Any help is appreciated.

Thanks!

1 ACCEPTED SOLUTION

avatar
Master Mentor

@Naresh D

By default all the ports are not exposed in the Sandbox like here 8999. So you will need to refer to the following docs to know how to add a new port to Sandbox:

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

https://community.hortonworks.com/articles/65914/how-to-add-ports-to-the-hdp-25-virtualbox-sandbox.h...

View solution in original post

2 REPLIES 2

avatar
Master Mentor

@Naresh D

By default all the ports are not exposed in the Sandbox like here 8999. So you will need to refer to the following docs to know how to add a new port to Sandbox:

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

https://community.hortonworks.com/articles/65914/how-to-add-ports-to-the-hdp-25-virtualbox-sandbox.h...

avatar
New Member

That solved my issue.

Thank you!!!