Replies: 1
I have got the Hortonworks sandbox up and running and successfully loaded data into HBase. I can view that data using the hbase shell. I have also started the Hbase REST endpoint:
I now want to access that same data via the REST endpoint. I can hit the REST endpoint at http://<ip address>:8085/rest.jsp successfully:
However, I cannot access any other such information. I know I have a table called “so” hence I thought I’d be able to access that table via “http://<ip address>:8085/so/schema” but it appears not:
Could someone let me know what the root URI for the REST endpoint is please? From there I’ll be able to work out everything else I need to know.