For 0.94, the following should be referenced: http://hbase.apache.org/0.94/book.html
I searched for hbase.client.scanner.caching In section 2.3.1, you would see that its value is 1. Cheers On Thu, Jul 11, 2013 at 9:28 AM, Patrick Schless <[email protected]>wrote: > In 0.94 I noticed (in the "Job File") my job VerifyRep job was running with > hbase.client.scanner.caching set to 1, even though the hbase docs [1] say > it defaults to 100. I didn't have that property being set in any of my > configs. I added the properties to hbase-site.xml (set to 100), and now > that job runs with 100, as expected. Is it possible that that docs are > wrong? > > [1] http://hbase.apache.org/book/config.files.html >
