Jon, I'm not sure I'm understanding how/where you are looking for the launcher jobs logs. The launcher job is a Hadoop MR job. its name starts with ...
It's ok, I think there's some confusion, most prob my fault : ) I don't have that MR job in the jobtracker interface. I am only running this on a single...
No worries, just trying to figure it out. Even if you are running everything in one machine you still have a 'cluster39;. Does the JT webconsole show any job...
Jon, From the logs it seems Oozie is not starting properly. Could you please try the following: * Stop Oozie * delete all Oozie logs * Start Oozie * See if you...
Jon, Your Oozie server is not starting. You have to do the following (this is a known problem in your setup): Copy, from the conf/oozie-default.xml the...
Isn't that the standard namenode port? I followed this: http://www.cloudera.com/blog/2009/08/hadoop-default-ports-quick-reference/ For the libpath, I have all...
Jon, I think you have your ports wrong, Hadoop default settings are: 50070 is the NN webUI port 50030 is the JT webUI port 8020 is the NN RPC port 8021 is the...
Do you see any hadoop job being submitted this time? -Angelo On 6/7/11 4:55 PM, "Jonathan Holloway" <jonathan.holloway@...> wrote: Hey Alejandro, the...
Jon, I'm sorry, but from your logs it is not clear if Oozie is able to submit jobs to Hadoop or not. Would you mind posting your WF XML? Thxs. Alejandro On...
Hi all, Is it possible to define parallel pig actions using the fork, join block at all using Oozie. The first step in the process is a specified action which...
Jon, It works as you indicate and you can do that for any Oozie action (MR/Pig/Java/fs/sub-wf/..) Thanks. Alejandro On Thu, Jun 9, 2011 at 9:20 AM, Jonathan...
Hmm, Oozie appears to submit the jobs fine, all are in a RUNNING state, but they never complete, I get the following in each tasktracker log: *3611 [main] INFO...
Awesome : ) I guessed so, just needed confirmation... It would be good if Oozie errored because of this though or timed out after a while... it's been running...
Jon, Oozie has not way to know the reason an MR/Pig job is taking to long (slow cluster, lots of data, clustered maxed out). You have to ensure your cluster...
Hi. I'm trying to get a basic workflow working on Oozie. It's a java action with a main method that takes in some arguments, one of which being a filename for...
The Java action runs in any node in the cluster. The files you put in the WF directory are in the HDFS, not in the local filesystem where the Java action runs....
Thanks, that clears up some things. Unfortunately, the null exception error still gets thrown. My workflow for this action looks something like this: <action...
you have a cut&paste error in the second <file>, the symlink name is the same as for the first file. Thxs. Alejandro On Fri, Jun 10, 2011 at 11:23 AM,...