Can I invoke job workflow in Hadoop from my Ruby Code?
Regards,
Mohamed
Best Regards, Mohamed El-Refaey
www.egyptcloudforum.com
Alex Holmes
Author
Greenhorn
Joined: Oct 19, 2012
Posts: 21
posted
0
If you're using JRuby then you can invoke the Hadoop API's directly. If you're using a non-JVM language then you'll need to resort to making system calls to invoke the Hadoop scripts.
Alex Holmes wrote:If you're using JRuby then you can invoke the Hadoop API's directly. If you're using a non-JVM language then you'll need to resort to making system calls to invoke the Hadoop scripts.
can you give me an example of how to resort to make such system calls to invoke the mappers and reducers?