Hi, I am trying to run a mapreduce job on oozie which takes hbase table snapshot as its input. Currently I am able to do it (not using oozie workflow) using org.apache.hadoop.hbase.mapreduce.TableMapReduceUtil which provides me with a method initTableSnapshotMapperJob().
Is there a similar option in oozie, where I can specify hbase SNAPSHOT as input to my map reduce job. If not what are the other options ? Thanks, Hitrix
