Replies: 1
Hello,
i installed Stargate on Sandbox using this:
hbase-daemon.sh start rest -p 8081
and then tested it with
curl -H “Accept: application/json” -k http://localhost:8081
and it returns the tables.
However when i try to access this address outside the Sandbox from
my browser i get the “Unable to connect” error in browser.
How do i make the Stargate accessible outside the Sandbox.
I cann access all other services.
thanks