?????? Memstore blocking

2016-06-11 Thread ????
hi,stack: Do you have any ideas?We confused for a long time. -- -- ??: "wgq.wu";; : 2016??6??3??(??) 11:13 ??: "user@hbase.apache.org"; : ""<175998...@qq.com>; : Re: Memstore

Re: Built in REST API only gave me one column qualifier

2016-06-11 Thread Jerry He
It should work as documented. Did you have the Accept header as xml, json or protobuf? Then you will get the complete row/family. Jerry On Sat, Jun 11, 2016 at 11:22 AM, Bin Wang wrote: > Hi there, > > I started the built-in REST API server for HBase and I am planning to

question on region split/flush

2016-06-11 Thread WangYQ
in hbase 0.98.10 doc, section 6.2 "on the number of column families" " we currently does not do well with anything above two or three column families" i am wondering are there any new improvements on this

Re: Table/column layout

2016-06-11 Thread anil gupta
My 2 cents: #1. HBase version timestamp is purely used for storing & purging historical data on basis of TTL. If you try to build an app toying around timestamps you might run into issues. So, you might need to be very careful with that. #2. Usually HBase suggests that column name to be around

Built in REST API only gave me one column qualifier

2016-06-11 Thread Bin Wang
Hi there, I started the built-in REST API server for HBase and I am planning to retrieve the complete column family for a given row using the URL format here , also the guide book here

Re: hbase bulk load with map reduce error

2016-06-11 Thread Ted Yu
Which version of hbase / Hadoop are you using ? (So that line number matching can be more accurate) It would be good if you can show your code snippet. Thanks > On Jun 11, 2016, at 12:57 AM, Jilani Shaik wrote: > > Hi, > > I am trying to do hbase table bulk load from