While trying to figure out the best way to incorporate Integration Testing into our Oozie development plan it has occurred to me that I don't really know...
171
Alejandro Abdelnur
tucu0
Oct 12, 2010 6:42 am
The following GH issues should be tagged for Oozie 3.0: 62/63/94/44/45/113/118/76/45 Thanks. Alejandro...
172
Abdullah Yoldas
apocode
Oct 13, 2010 5:41 am
Hello, I am getting Error: E0501 : E0501: Could not perform authorization operation, Call to localhost/127.0.0.1:8020 failed on local exception:...
173
Mohammad Islam
mislam77
Oct 13, 2010 5:53 am
Hi Abdullah, What version of oozie are you using? Is it 1.6? I didn't find it closely. But my hunch is: your group name should be "users". Currently your...
174
apocode
Oct 13, 2010 11:12 am
Hi Mohammad, Thanks for your reply. Versions: Oozie 1.6.2 , Hadoop 0.20.2 (Both are from Cloudera's tarballs). I installed them on my Mac for development. I...
175
apocode
Oct 13, 2010 2:55 pm
Hello, I found something related. Whenever I execute the oozie command I get a new log record in namenode log: term1> tail -f...
176
apocode
Oct 13, 2010 8:03 pm
Hello, Seemingly the problem was using Oozie 1.6 and Hadoop 0.20.2 . I followed the steps below to upgrade my Oozie installation to 2.2.2 on my Mac. My...
177
John Hui
lazyjohnmousey
Oct 13, 2010 8:21 pm
Hello, When I run a pig script via the coordinator, it's throw an error. It's becoming very difficult for me to diagnose the problem since I don't have...
178
John Hui
lazyjohnmousey
Oct 13, 2010 10:28 pm
Hi, I have a coordinator job which at every hour, say 6:00AM, want run a pig script on "minute" data generate in the last hour from 5:00 AM to 5:59...
179
Mohammad Islam
mislam77
Oct 14, 2010 6:02 pm
Was your original problem resolved? On 10/13/10 1:03 PM, "apocode" <apocode@...> wrote: Hello, Seemingly the problem was using Oozie 1.6 and Hadoop...
180
apocode
Oct 14, 2010 10:52 pm
Hi, Yes, the original problem disappeared after switching to Oozie v2. I can submit jobs now. Although I had another problem about a missing jar file, the rest...
181
Roman Shaposhnik
roman.shapos...
Oct 16, 2010 1:10 am
... Ok. I've also assigned your name to 44,45,94,118 since you'll be an expected implementer for them. Thanks, Roman....
182
Edward
appodictic
Oct 18, 2010 4:16 pm
Doing my first build of oozie. Had to get wget http://repo1.maven.org/maven2/org/apache/openjpa/openjpa-kernel/1.2.1/openjpa-kernel-1.2.1.jar and a few other...
183
Arvind Prabhakar
arvind_prabh...
Oct 18, 2010 4:33 pm
While you can definitely work through build issues from the github master branch, you could also try out the Cloudera's distribution of Oozie. You can find the...
184
Shrijeet Paliwal
shrijeetp
Oct 18, 2010 6:03 pm
Gang, I am wondering what is the usual practice followed by oozie users when generating a job.xml for a map reduce action. I am in a situation where...
185
Arvind Prabhakar
arvind_prabh...
Oct 18, 2010 6:42 pm
Shrijeet, Oozie offers a set of EL functions out of the box that can be used to build complex logic for parameter substitution. Have a look at the ...
186
Arvind Prabhakar
arvind_prabh...
Oct 18, 2010 6:50 pm
[x-posting this to Oozie-users] Support for Hive and Sqoop action is currently available in Cloudera's distribution of Oozie. It contains example invocation of...
187
Roman Shaposhnik
roman.shapos...
Oct 18, 2010 8:20 pm
... Are you saying that you're packaging all the dependencies inside that tarball? ... Yeah, speaking of tests failing it looks (judging by 2.2.1) like you're ...
188
Roman Shaposhnik
roman.shapos...
Oct 18, 2010 8:24 pm
... I'd be very interested in making our builds as reliable as possible. You seem to be the second one who has issues with it, though -- which is not good....
189
Roman Shaposhnik
roman.shapos...
Oct 18, 2010 8:37 pm
Hi Arvind! ... I'm just curious -- what are the diffs between the doc that you quoted and the one that we publish as part of the Oozie project on GitHub: ...
190
arvind@...
arvind_prabh...
Oct 18, 2010 8:39 pm
... We package some dependencies. Other available dependencies are downloaded from the appropriate maven repositories. ... Which commit are you referring to?...
191
arvind@...
arvind_prabh...
Oct 18, 2010 8:42 pm
Hi Roman, The documentation I quoted was from Cloudera's latest release of Oozie (versio 2.2.1+78). The build along with sources is available at ...
192
Shrijeet Paliwal
shrijeetp
Oct 18, 2010 8:48 pm
Arvind, Thanks for answering and driving attention towards EL functions. They look promising, if not here I could definitely use them some where else. So my...
193
Roman Shaposhnik
roman.shapos...
Oct 18, 2010 8:51 pm
... I see, well, in that case you're still not solving the "Maven dependecy management being broken" a 100%. Btw, just out of curiosity -- where you draw the...
194
arvind@...
arvind_prabh...
Oct 18, 2010 9:34 pm
Shrijeet, Your use case looks something cut out for Coordinator application. This type of application is triggered based on rolling time windows and/or the ...
195
Shrijeet Paliwal
shrijeetp
Oct 18, 2010 9:48 pm
Arvind, ... Absolutely. Couldn't agree more. I am looking into Coordinator application now. Thanks for pointers, they were helpful. -- Shrijeet On Mon, Oct 18,...
196
arvind@...
arvind_prabh...
Oct 18, 2010 10:44 pm
... We package only the few libraries that are not available in public maven repositories. As you know not all the Hadoop projects have transitioned to Maven...
197
Shrijeet Paliwal
shrijeetp
Oct 19, 2010 12:53 am
Gang, Few questions on suspending a coordinator app. 1. I assume the user can treat this feature as being equivalent of disabling a cron (by lets says...
198
Mohammad Islam
mislam77
Oct 19, 2010 4:15 am
Hi Shrijeet, For your example, at 5:30 PM, it will start dinging for 1 PM, 2 PM, 3 PM, 4 PM, 5 PM. So oozie doesn't cancel those rather delayed those. Your...
199
Mohammad Islam
mislam77
Oct 19, 2010 4:34 am
Hi John, That condition is required. Because you are referring the data that is earlier than your initial instance. Oozie reads the initial instance as the...