Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

Oozie-users · Please go to Apache Incubator Oozie

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 191
  • Category: Open Source
  • Founded: Jun 24, 2010
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 79 - 108 of 2051   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
79 Dmitriy Ryaboy
dvryaboy Send Email
Sep 3, 2010
12:01 am
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...
80 Mohammad Islam
mislam77 Send Email
Sep 3, 2010
2:16 am
I don't think any types of file copy is supported now. As you mentioned, Java Action is the way. On 9/2/10 5:01 PM, "Dmitriy Ryaboy" <dvryaboy@...>...
81 Alejandro Abdelnur
tucu0 Send Email
Sep 3, 2010
2:27 am
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...
82 John Novatnack
jnovatnack Send Email
Sep 17, 2010
4:40 pm
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: ...
83 Mohammad Islam
mislam77 Send Email
Sep 18, 2010
12:03 am
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, ...
84 Alejandro Abdelnur
tucu0 Send Email
Sep 18, 2010
6:45 pm
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@... Send Email
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...
86 Alejandro Abdelnur
tucu0 Send Email
Sep 19, 2010
11:38 pm
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@... Send Email
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:...
88 Jeff Hammerbacher
jeff.hammerb... Send Email
Sep 21, 2010
4:02 am
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...
89 Angelo Kaichen Huang
angelokh... Send Email
Sep 21, 2010
5:43 pm
Please use GitHub instead. http://github.com/yahoo/oozie/issues Thanks, Angelo On 9/20/10 9:02 PM, "Jeff Hammerbacher" <hammer@...> wrote: Hey...
90 Tommy Chheng
tommy.chheng Send Email
Sep 21, 2010
5:59 pm
I just pulled the latest oozie from github and tried building with maven. [INFO] Oozie Main ........................................ SUCCESS [0.458s] [INFO]...
91 Alejandro Abdelnur
tucu0 Send Email
Sep 21, 2010
6:09 pm
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...
92 Jeff Hammerbacher
jeff.hammerb... Send Email
Sep 23, 2010
1:46 am
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...
93 Tucu
tucu0 Send Email
Sep 23, 2010
8:20 pm
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...
94 Kiko Aumond
jpaumond Send Email
Sep 23, 2010
11:32 pm
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...
95 Alejandro Abdelnur
tucu0 Send Email
Sep 24, 2010
12:08 am
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...
96 Jeff Hammerbacher
jeff.hammerb... Send Email
Sep 24, 2010
12:30 am
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...
97 lazyjohnmousey Send Email Sep 29, 2010
9:53 pm
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...
98 Alejandro Abdelnur
tucu0 Send Email
Sep 29, 2010
10:46 pm
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...
99 lazyjohnmousey Send Email Sep 29, 2010
11:21 pm
I tried greping for "coordinator&quot; 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...
100 lazyjohnmousey Send Email Sep 29, 2010
11:26 pm
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,...
101 Alejandro Abdelnur
tucu0 Send Email
Sep 30, 2010
12:01 am
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: ...
102 Alejandro Abdelnur
tucu0 Send Email
Sep 30, 2010
12:05 am
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 ...
103 lazyjohnmousey Send Email Sep 30, 2010
2:18 pm
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...
104 lazyjohnmousey Send Email Sep 30, 2010
2:58 pm
Look at the example, does oozie look for these two specific file for coordinator job configurations? coord-config-default.xml coordinator.xml John...
105 Kiko Aumond
jpaumond Send Email
Sep 30, 2010
6:18 pm
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 ...
106 lazyjohnmousey Send Email Sep 30, 2010
9:16 pm
How do I run the coordinator app? Thanks, John...
107 Rakesh Davanum
rakesh_davanum Send Email
Oct 1, 2010
3:21 am
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....
108 Alejandro Abdelnur
tucu0 Send Email
Oct 1, 2010
3:31 am
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...
Messages 79 - 108 of 2051   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help