I am very new for Hbase and Map Reduce API.
I am very confused with Map Reduce concepts. I need to Load text file into Hbase table using MAPReduce API. I googled some Examples but in that I can find MAPPER () not reducer method. I am confused with when to use mapper and when to use Reducer ().
I am thinking in the way like :
- TO write data to a Hbase we use mapper
- TO read data from HBASE we use mapper and reducer(). please can any one clear me with detail explanation.
- I am trying to load data from text file into HBASE table. I googled and tried some code but i dont know, how to load the text file and read in HBASE mapreduce API.
I really thank full for certain help