0

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?

spiralarchitect
  • 880
  • 7
  • 19
  • As understood by me you have mapreduce job in s3, and you want to submit the a mapreduce job from s3(remote client) to HBase cluster (which is installed on hadoop fs).. isnt it? what is dropwizard – Ram Ghadiyaram Jul 04 '16 at 13:19
  • @RamPrasadG: Yes. I want to submit from a web server, not S3. Drop wizard is just a framework to create REST apis. You can discard drop wizard. I just want to submit map-reduce job from REST api. – spiralarchitect Jul 04 '16 at 13:56
  • yes. Got it. isnt it this way http://stackoverflow.com/questions/9849776/calling-a-mapreduce-job-from-a-simple-java-program – Ram Ghadiyaram Jul 04 '16 at 14:48

0 Answers0