Hi, I am running mapreduce over hbase table using java and I want to know which is the startkey and stopkey for every region. As every mapper takes a region as input I need to know the startkey and stopkey of a region in the map function. Is there any function to get that or is there any way to achieve this
Thanks
