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
