Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.
The following page has been changed by Michael Gottesman: http://wiki.apache.org/hadoop/Hbase/JSONRest ------------------------------------------------------------------------------ ==== UseCase: Get Database Metadata ==== This query returns the master's connection status and a list of all database tables and their columns. To call this query send a simple get request to: {{{ - '/' + GET '/' }}} aka, server root. The server will then respond with JSON of the form: {{{ @@ -44, +44 @@ ==== Get All Rows from Table with all Columns ==== This query is called by sending a query to URI: {{{ - '/TABLE_NAME' + GET '/TABLE_NAME' }}} Then JSONRest will return JSON of the following form: {{{
