Hi Damien, Can't say for the Python stuff. You can reuse or extract what you need in HBaseTestingUtility from the hbase test package, this will allow you to start a full Hbase mini cluster in a few lines of Java code.
Cheers, N. On Mon, Jan 30, 2012 at 11:10 AM, Damien Hardy <[email protected]> wrote: > Hello, > > I wrote some code in python using Hbase as image storage. > I want my code to be tested independently of some external Hbase full > architecture so my question is : > Is there some "howto" helping on instantiate a temporary local > minicluster + thrift interface in order to pass python (or maybe other > language) hbase-thrift based tests easily. > > Cheers, > > -- > Damien > >
