Hi all, I have one simple doubt in hbase ,
Suppose i use a scanner to iterate through all the rows in the hbase and process the data in the table corresponding to those rows .Is the processing of that data done locally on the region server in which that particular region is located or is it transferred over network so that all the processing is done on a single machine on which that script runs!! thanks
