hbase/examples
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
..
mapreduce HBASE-4336 Convert source tree into maven modules 2012-05-26 05:56:04 +00:00
thrift HBASE-4336 Convert source tree into maven modules 2012-05-26 05:56:04 +00:00
thrift2 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

Example code.

* src/examples/thrift
    Examples for interacting with HBase via Thrift from C++, PHP, Python and Ruby.
* org.apache.hadoop.hbase.mapreduce.SampleUploader
    Demonstrates uploading data from text files (presumably stored in HDFS) to HBase.
* org.apache.hadoop.hbase.mapreduce.IndexBuilder
    Demonstrates map/reduce with a table as the source and other tables as the sink.

As of 0.20 there is no ant target for building the examples. You can easily build
the Java examples by copying them to the right location in the main source hierarchy.