hbase/examples/thrift
Michael Stack 7c9d6f3440 HBASE-6806 HBASE-4658 breaks backward compatibility / example scripts
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1388318 13f79535-47bb-0310-9956-ffa450edef68
2012-09-21 04:06:17 +00:00
..
DemoClient.cpp HBASE-6806 HBASE-4658 breaks backward compatibility / example scripts 2012-09-21 04:06:17 +00:00
DemoClient.java HBASE-6806 HBASE-4658 breaks backward compatibility / example scripts 2012-09-21 04:06:17 +00:00
DemoClient.php HBASE-6806 HBASE-4658 breaks backward compatibility / example scripts 2012-09-21 04:06:17 +00:00
DemoClient.pl HBASE-6806 HBASE-4658 breaks backward compatibility / example scripts 2012-09-21 04:06:17 +00:00
DemoClient.py HBASE-6806 HBASE-4658 breaks backward compatibility / example scripts 2012-09-21 04:06:17 +00:00
DemoClient.rb HBASE-6806 HBASE-4658 breaks backward compatibility / example scripts 2012-09-21 04:06:17 +00:00
Makefile HBASE-6806 HBASE-4658 breaks backward compatibility / example scripts 2012-09-21 04:06:17 +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.