I am very new to Hbase and Hadoop. I am getting confused with MapReduce concept, I want to know the flow of execution in Mapreduce F/w. I tried searching google for a way to read data from a file and load the data into Htable using the Put class using reducer. I have a file in HDFS which I need to read from Hbase Mapreducer and load the data into Htable.
Can any one show me where I went wrong?