You can start from http://hbase.apache.org/book.html#hregion.scans
To get to know internals, you should look at the code - in IDE such as Eclipse. Start from StoreScanner and read the classes which reference it. Cheers On Wed, Dec 28, 2016 at 12:59 AM, Rajeshkumar J <[email protected] > wrote: > Can anyone point me where I can learn internals of hbase such as scan in > depth. >
