On Tue, Nov 15, 2011 at 6:43 AM, Vamshi Krishna <[email protected]> wrote: > Hi , i am using hadoop-0.20.2 and hbase-0.90.4, both are running, from > eclipse i ran one small program creating and inserting a row of data. It is > dispalying following on the console and stopping. > I added following jars to my java buildpath. > conf folder of hbase, hbase-0.90.4.jar, zookeeper-3.3.2.jar, > hadoop-0.20.2-core.jar, commons-logging-1.1.1.jar, > commons-cli-1.2.jar, log4j-1.2.16.jar.
I don't see anything wrong in there, was it suppose to do something else? Try jstack'ing it? > > One more different doubt, Can i use hbase-0.26.jar, > hbase-0.26-transactional.jar to my hbase project build path while i am > working on the top of hbase-0.90.4.? No. That project was moved out of HBase (along with all the other contribs). It now lives here: https://github.com/hbase-trx/hbase-transactional-tableindexed > > -- > *Regards* > * > Vamshi Krishna > * >
