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
