hbase/examples
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
..
mapreduce HBASE-3870 Purge copyrights from src headers 2012-09-05 03:37:02 +00:00
thrift HBASE-6806 HBASE-4658 breaks backward compatibility / example scripts 2012-09-21 04:06:17 +00:00
thrift2 HBASE-3870 Purge copyrights from src headers 2012-09-05 03:37:02 +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.