I would like to copy a file (either local, produced by a java action, or an hdfs file, produced by an mr, pig, or a java action) to some remote server, as the...
Or, assuming your remote server is fronted by a webserver you could have a java action that post the data to the remote server. ... Or, assuming your remote...
Hi all, I'm playing around with Cloudera's oozie fork and can't seem to get the message in a kill node to log. In the logs I do see something like: ...
Hi John, Your observation is correct. The message is not logged to any place. We also experienced the same. This is a bug and needs to be addressed. Regards, ...
cross-posting as Y! Oozie folks may know this. Thxs. A ... From: Alejandro Abdelnur <tucu00@...> Date: Sat, Sep 18, 2010 at 11:36 AM Subject: Pig 0.7...
85
茅æ—å³°
m9suns@...
Sep 19, 2010 1:31 pm
Hi all, I want to set a ssh action for the oozie workflow, the problem is the sshd daemon is listening on port 12345, but not 22. Could someone tell me how to...
Hi Mao, Using a non-standard port is not supported. Also, the SSH action is deprecated. You should use the Java Action. Regards. Alejandro ... Hi Mao, Using a...
87
茅æ—å³°
m9suns@...
Sep 20, 2010 12:44 am
Thanks a lot, Alejandro!. Mao Xu-Feng ... Thanks a lot, Alejandro!. Mao Xu-Feng On Mon, Sep 20, 2010 at 7:37 AM, Alejandro Abdelnur < tucu00@... > wrote:...
Hey Mohammad, Is there a public issue tracker available to track these bugs? If not, we'll be happy to set one up at issues.cloudera.org. Thanks, Jeff...
I just pulled the latest oozie from github and tried building with maven. [INFO] Oozie Main ........................................ SUCCESS [0.458s] [INFO]...
Hi Tommy, Yes, we started seeing this a while ago. I have a patch for that at http://github.com/tucu00/oozie branch: GH-0010 You'll have to trash completely...
Github issue tracking is pretty primitive; why aren't we using JIRA, as with all other Hadoop-related projects? On Tue, Sep 21, 2010 at 10:42 AM, Angelo...
As a side clarification, Cloudera has not forked Oozie, Cloudera bundles Yahoo Oozie providing: * Easier to use packaging * Out of the box integration with the...
Hi I am a brand new Oozie user (just got started this week) and also just joined the list. Going through the documentation, I see the following: "A Workflow...
Hi Kiko, Http & Email action have never been implemented. Ssh action has been implemented but it is deprecated. What you would normally do via http and Ssh...
I've created an issue at http://github.com/yahoo/oozie/issues/issue/28 to update the documentation. I also cried a little bit trying to use Github issues...
I am trying to schedule a daily job, is there a way to do this. The sample show you how you can invoke a workflow using the command line. Is there a way to...
Yes, you need to use a coordinator app for that. In the examples there is one. You can do a plain crontab like, ie execute every 24 hours. Or you can add data...
I tried greping for "coordinator" in the example directory but it found nothing. Are you suggesting that I setup a cron-tab that runs every hour to kick of a...
Is there also a way to kick off multiple workflow with one command. In my use case, there might be multiple hourly or daily workflow jobs I want to kick off,...
John, As I've mentioned before, the examples are not in good shape and we are working on it. Apologies for that. You can check the coordinator example at: ...
John, You'll have to have run multiple coordinator jobs, one per workflow. i.e.: coordinator job A: frequency=60mins, workflow=/user/john/workflows/workflowA ...
Thanks Alejandro! Just to clarify, once I specify a coordinator job call A that runs from START-DATE till END-DATE, the specify workflow will be setup to run...
Hi I have a script that determines some parameters dynamically, such as file locations and dates and then invokes Pig, Sqoop and Java tasks with these ...
Hi, My MR code has Mappers and Reducers which implements org.apache.hadoop.mapred.Mapper and org.apache.hadoop.mapred.Reducer which are currently depricated....
Hi Rakesh, yes it is a current limitation in Oozie. As the new APIs are not yet (or were not until not long ago) cut in stone we didn't invest time in them. I...