Hbase Question

2017-11-17 Thread apple
Hi: I expect synchrodata between hbase 0.9 and hbase 1.2. What's more,I find several ways to do it. Follow : 1.replication (need modify) 2.sync hlog before delete to hdfs .oldlog (need modify) 3.client writes data to two hbase 4.client writes data to kafka and consume to two hbase But, I think

I got some problem when use java api to connect hbase(standalone mode without hadoop).

2014-03-28 Thread apple
I got some problem when use java api to connect hbase(standalone mode without hadoop). My local environment: java version:1.6 hbase:0.98 OS: OS X 10.9.2 Please see: http://stackoverflow.com/questions/22710112/get-error-when-i-use-java-api-to-connect-hbasestandalone-mode-without-hadoop