joshelser opened a new pull request #3675:
URL: https://github.com/apache/hbase/pull/3675


   …et a ReadType on the Scan for a Snapshot-based Job
   
   HBase 2 moved over Scans to use PREAD by default instead of STREAM like
   HBase 1. In the context of a MapReduce job, we can generally expect that
   clients using the InputFormat (batch job) would be reading most of the
   data for a job. Cater to them, but still give users who want PREAD the
   ability to do so.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to