And those settings were not there by default after the installation? Or have you modified the installation thus they were not there anymore? Thanks. Alejandro ...
1186
Mark
static.void.dev@...
Mar 25, 2011 11:15 pm
... Oozie HOME dir and when you do oozie-setup.sh it will include all the JARs found in that directory. This doesn't seem to be the case. I have to use the...
1187
Alejandro Abdelnur
tucu0
Mar 25, 2011 11:18 pm
Mark, Oops, sorry, the addition is coming in CDH3u0 release. For now you have to use the -jars options. Sorry for the confusion. Thanks. Alejandro...
1188
Mark
static.void.dev@...
Mar 25, 2011 11:27 pm
Sorry should have mentioned we are using our own settings....
1189
Mark
static.void.dev@...
Mar 25, 2011 11:27 pm
Ok good. Thought I was doing something wrong :)...
1190
staticvoid.development
staticvoid.d...
Mar 25, 2011 11:34 pm
I have 2 questions. First one should be pretty simple. How do I supply command line arguments? --foo bar --baz fuz Second question. How are classpaths...
1191
Mohammad Islam
mislam77
Mar 25, 2011 11:43 pm
... [Mohammad] Do you see the property name (‘input’) in the config tab? Value could be empty due to value of initial-instance. Can you see other...
1192
Alejandro Abdelnur
tucu0
Mar 25, 2011 11:51 pm
For each argument use one <arg>..</arg> element. Each <arg>...</arg> value is translated into one String[] element in the args parameter of the main function. ...
1193
Mohammad Islam
mislam77
Mar 25, 2011 11:58 pm
... [Mohammad] I’m sure you are asking for Java action and how to pass the CLI argument. Use <arg> element. For simple example, look...
1194
staticvoid.development
staticvoid.d...
Mar 26, 2011 1:26 am
Thanks for the argument help. I separated each arg into its own <arg></arg> I am using 2.3 (Oozie client build version: 2.3.0-CDH3B4). I have the following...
1195
staticvoid.development
staticvoid.d...
Mar 26, 2011 1:30 am
What are the differences between the user sharelib directory and oozie system sharelib. I only have this value set in oozie-site.xml <property> ...
1196
staticvoid.development
staticvoid.d...
Mar 26, 2011 1:48 am
... Yes I see other properties. Just not the input one. ... What do you mean by creating an output path? Do you mean create the string value to be used as the...
1197
staticvoid.development
staticvoid.d...
Mar 26, 2011 1:53 am
... Ok this makes sense to me now. You were correct in the fact that i used the same start for coordinator as well as my initial-instance. Ill adjust and see...
I'm still having problems understanding how coordinator inputs should work. I have the following sample coordinator application: <coordinator-app...
1200
staticvoid.development
staticvoid.d...
Mar 26, 2011 4:53 pm
I should also ask in the first instance with the nominal time of: 2011-03-25T00:00Z it should resolve the first input dependency as: ...
1201
staticvoid.development
staticvoid.d...
Mar 26, 2011 7:02 pm
I have the following decision node: <decision name="decide"> <switch> <case to="end"> ${fs:exists('/user39;)} </case> <default to="fail"/> ...
1202
Angelo Kaichen Huang
angelokh...
Mar 26, 2011 8:48 pm
Could you try this way? Please let us know if you have any questions. ...
1203
Angelo Kaichen Huang
angelokh...
Mar 26, 2011 9:09 pm
You have to set the job property "oozie.use.system.libpath" to true to use the oozie SYSTEM libpath (in your case, /user/oozie/share/lib). "Oozie.libpath" is...
1204
Angelo Kaichen Huang
angelokh...
Mar 26, 2011 9:46 pm
Hi, The status you saw was correct behavior. The materialization service for coordinator will only materialize (create) actions for one hour each time in...
1205
Angelo Kaichen Huang
angelokh...
Mar 26, 2011 9:58 pm
http://yahoo.github.com/oozie/releases/2.3.0/CoordinatorFunctionalSpec.html#a5.1._Synchronous_Datasets done-flag: The done file for the data set. If done-flag...
1206
Angelo Kaichen Huang
angelokh...
Mar 26, 2011 10:53 pm
*1 This should create 3 nominal times correct? YES. 1) 2011-03-25T00:00Z 2) 2011-03-26T00:00Z 3) 2011-03-27T00:00Z However I only see 1 nominal time in the Web...
1207
Mohammad Islam
mislam77
Mar 27, 2011 3:30 am
... If you can’t see the property name then there is some other issue. The value could be missing. Please make sure the WF job you are seeing really...
1208
Praveen DS
praveen_d_s
Mar 27, 2011 5:39 pm
Thanks for the code Mayank. I created a package with these changes, will test it and let you know. Btw, how will you supply the following properties for s3n...
1209
Mohammad Islam
mislam77
Mar 29, 2011 10:57 pm
Hi All, Oozie team at Yahoo plans to wrap up oozie 3.0 release by April 15th. Oozie 3.0 is a major release with a lot of important features.( details of the...
1210
Laiping Zhao
zhaolaiping@...
Mar 30, 2011 11:16 am
Dear all, As mentioned in the documents, oozie schedules a task based on time & input-data-dependent. I am curious about the scheduling order, the question is,...
1211
Alejandro Abdelnur
tucu0
Mar 30, 2011 12:03 pm
Laiping, If you refer to a workflow [start->A->B->C->D->end] then A,B,C,D are executed one after the other in sequence, if you do a fork after A forking to...
1212
Laiping Zhao
zhaolaiping@...
Apr 1, 2011 1:33 am
Dear Alejandro, Thanks for the reply, what I mean is a forking to B,C,D. I got the answer is, B,C,D will be started at the same time right after A. Here is...
1213
Alejandro Abdelnur
tucu0
Apr 1, 2011 2:37 am
Laiping, Oozie will start all of them at the time of submission. Their execution is done via a background threadpool, thus it is non-deterministic which one ...
1214
Alejandro Abdelnur
tucu0
Apr 1, 2011 5:39 am
It seems somebody using their IDE configured to use Windows CR. Thanks. Alejandro...