Re: Oozie workflow to use "hadoop jar" to run a main() method in an MR class

2013-11-04 Thread Robert Kanter
Hi, (Moving to u...@oozie.apache.org list) You can use the Java action ( http://oozie.apache.org/docs/4.0.0/WorkflowFunctionalSpec.html#a3.2.7_Java_Action) to run a main-class; it sounds exactly like what you’re looking for. In addition to the documentation, you may also find this blog post I wr

Oozie workflow to use "hadoop jar" to run a main() method in an MR class

2013-11-01 Thread Corey Nolet
Hello Oozie Devs, I'm trying to configure a map-reduce workflow that will allow me to fire off a static main-class method just like I would with the "hadoop jar" command. I'm noticing that the workflow spec provides me with the ability to specify the job conf xml but I've already wired up a config