Re: setMaxResultSize on Gets

2016-08-22 Thread Stack
On Mon, Aug 22, 2016 at 3:02 PM, Bryan Beaudreault wrote: > In HBase 1.2.x and higher you can call setMaxResultSize on a Scan to limit > the impact of scans that are too aggressive, by bailing out at a certain > size response. The client side will nicely splice

Re: Row length is 0 at org.apache.hadoop.hbase.client.Mutation.checkRow(Mutation.java:503)

2016-08-22 Thread Michale
Thank you man, you are right, and i solve this problem with your information -- View this message in context: http://apache-hbase.679495.n3.nabble.com/Row-length-is-0-at-org-apache-hadoop-hbase-client-Mutation-checkRow-Mutation-java-503-tp4077663p4081995.html Sent from the HBase User mailing

A quick survey from the Apache HBase project

2016-08-22 Thread Andrew Purtell
The Apache HBase project would like just a moment of your time to complete a four question usage survey: https://www.surveymonkey.com/r/NJFKKGW ​All results will be completely anonymous, we have turned off all data collection options on SurveyMonkey except the tally of answers. This is a quick

setMaxResultSize on Gets

2016-08-22 Thread Bryan Beaudreault
In HBase 1.2.x and higher you can call setMaxResultSize on a Scan to limit the impact of scans that are too aggressive, by bailing out at a certain size response. The client side will nicely splice together all of the isPartial responses to create a full one as well, pushing the danger to the

Re: (BUG)ShortCircuitLocalReads Failed when enabled replication

2016-08-22 Thread yangming860101
Can anybody test it again,to verify whether there is a problem. Thanks! -- View this message in context: http://apache-hbase.679495.n3.nabble.com/BUG-ShortCircuitLocalReads-Failed-when-enabled-replication-tp4081733p4081968.html Sent from the HBase User mailing list archive at Nabble.com.