I think this has addressed. Tested having 2.5 L rows in HBase. hbase.client.scanner.max.result.size
Please correct me otherwise. Thanks, Hari -----Original Message----- From: Sethuraman, Hariharan Sent: Monday, June 15, 2015 2:48 PM To: [email protected] Cc: C, Yuling Subject: setMaxResultSize equivalent in 0.94.15? Hi, We are using HBase version: 0.94.15. We are hitting OOM when we try to scan for latest 1000 records. We learnt it because all records are being retrieved from Hbase resulting OOM in our application. Looks like the setMaxResultSize() will address this scenario in recent HBase releases but NA in 0.94.15. What is the equivalent to setMaxResultSize in 0.94.15? Reference: http://hbase.apache.org/0.94/apidocs/org/apache/hadoop/hbase/client/ClientScanner.html Thanks, Hari
