Package org.apache.hadoop.hbase.rest

Provides an HBase REST service.

See:
          Description

Class Summary
Dispatcher Servlet implementation class for hbase REST interface.
GenericHandler GenericHandler contains some basic common stuff that all the individual REST handler types take advantage of.
MetaHandler MetaHandler fields all requests for metadata at the instance level.
RowHandler  
ScannerHandler ScannderHandler fields all scanner related requests.
TableHandler TableHandler fields all requests that deal with an individual table.
 

Enum Summary
GenericHandler.ContentType  
 

Package org.apache.hadoop.hbase.rest Description

Provides an HBase REST service. This directory contains a REST service implementation for an Hbase RPC service.

Description

By default, an instance of the REST servlet runs in the master UI; just browse to [WWW] http://MASTER_HOST:MASTER_PORT/api/ (Results are returned as xml by default so you may have to look at source to see results). If you intend to use the hbase REST API heavily, to run an instance of the RES T server outside of the master, do the following:

cd $HBASE_HOME
bin/hbase rest start
  
The default port is 60050.

URI

System Operation

Table Operation

Row Operation

Scanner Operation

For examples and more details, please visit HBaseRest Wiki page.



Copyright © 2008 The Apache Software Foundation