Re: how to export data from hbase to mysql?

2013-08-27 Thread Ravi Kiran
If you would like to have greater control on what data / which columns from HBase should be going into MySQL tables , you can write a simple MR job and use the DBOutputFormat . It is a simple one and works great for us. Regards Ravi On Wed, Aug 28, 2013 at 10:42 AM, ch huang wrote: > i use

Re: Hbase 0.94.6 stargate can't use multi get

2013-08-27 Thread Ravi Kiran
Hi , Can you please query for the schema of the table and show us here. Would like to know what is value for VERSIONS that you have set for the column family . I hope you have set it to 10. Ex:http://myhost.com:8080/log/schema Regards