hbase/examples/thrift
Michael Stack 390f32d79f HBASE-4336 Convert source tree into maven modules
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1342856 13f79535-47bb-0310-9956-ffa450edef68
2012-05-26 05:56:04 +00:00
..
DemoClient.cpp HBASE-4336 Convert source tree into maven modules 2012-05-26 05:56:04 +00:00
DemoClient.java HBASE-4336 Convert source tree into maven modules 2012-05-26 05:56:04 +00:00
DemoClient.php HBASE-4336 Convert source tree into maven modules 2012-05-26 05:56:04 +00:00
DemoClient.pl HBASE-4336 Convert source tree into maven modules 2012-05-26 05:56:04 +00:00
DemoClient.py HBASE-4336 Convert source tree into maven modules 2012-05-26 05:56:04 +00:00
DemoClient.rb HBASE-4336 Convert source tree into maven modules 2012-05-26 05:56:04 +00:00
Makefile HBASE-4336 Convert source tree into maven modules 2012-05-26 05:56:04 +00:00
README.txt HBASE-4336 Convert source tree into maven modules 2012-05-26 05:56:04 +00:00

README.txt

Hbase Thrift Client Examples
============================

Included in this directory are sample clients of the HBase ThriftServer.  They
all perform the same actions but are implemented in C++, Java, Ruby, PHP, and
Python respectively.

To run/compile this clients, you will first need to install the thrift package
(from http://developers.facebook.com/thrift/) and then run thrift to generate
the language files:

thrift --gen cpp --gen java --gen rb --gen py -php \
    ../../../src/java/org/apache/hadoop/hbase/thrift/Hbase.thrift

See the individual DemoClient test files for more specific instructions on 
running each test.