Can somebody give one good example link for mapreduce with Hbase? My requirement is run mapreduce on hdfs file and store reducer output to hbase table. Mapper input will be hdfs file and output will be Text,IntWritable key value pairs. Reducers output will be Put object ie add reducer Iterable IntWritable values and store in hbase table.
Can somebody give one good example link for mapreduce with Hbase? My requirement is
Share
Here is the code which will solve your problem
Driver
Mapper&Reducer