I want to submit a map reduce job on HBase using a REST api built on dropwizard.
I have the map reduce jar in S3, created similar to what is given in the example by HBase itself.
How can I submit this jar on S3 to HBase? Do I need to create a YARN application as shown here?
Is there a simpler way?