0.0
No commit activity in last 3 years
No release in over 3 years
Wrapping up all of that HBase Thrift stuff so you can use it.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

~> 0.20.5
 Project Readme

HBase Adapter

Wrapping up all of that HBase Thrift stuff so you can use it.

Dependencies

Install HBase and Thrift normally (for some definition of “normally” for your platform). This code was developed against HBase 0.20.5

gem install hbase-thrift

Alpha

This is very alpha and may not be production ready. Contributions are welcome though.

TODO

Thrift

All Thrift structures and services (even redundant ones) are represented as more idiomatic Ruby classes and methods except the following:

Thrift data structures:

  • Some of the attributes on ColumnDescriptor
  • TRegionInfo: probably just going to wrap in something with Ruby style attribute names.

Thrift service methods:

  • atomicIncrement (spec’d & implemented, but there’s a Java error)
  • scannerOpen
  • scannerOpenWithStop
  • scannerOpenWithPrefix
  • scannerOpenTs
  • scannerOpenWithStopTs
  • scannerGet
  • scannerGetList
  • scannerClose

Documentation

Some documentation would be good…

Other

A lot of the code could be DRYer. Also, I’d like to make it so we don’t have to keep dropping and creating tables in tests.

Contributing

Fork the repository at http://github.com/AndrewO/hbase-adapter and send me a pull request.

Happy hacking.

–Andrew O’Brien