Hi,
I came across MultiTableInputFormat class which convert HBase tabular data from multiple scanners into a format that is consumable by Map/Reduce. So what will be the input to the mapper class if I have passed a scan object to this class which scans two tables. Whether the input to mapper class is the whole data which the scan object returns ?? can any one explain Thanks
