Hi Alejandro, I have committed all commits. But I mistakenly "stashed" the commit message to one commit. This link shows all are there. ...
774
Alejandro Abdelnur
tucu0
Feb 1, 2011 7:21 am
Giridhar, Yes you can, this is exactly how Oozie runs MR/Pig actions. Check Oozie's MapReduceMain and PigMain classes. Your Java main class will run in a node...
773
addepalli giridhar
giridhar510
Feb 1, 2011 7:01 am
Hi, Can i start a Map-Reduce Job from inside the Main class of a Java Action ? Are there any limits on what is possible from inside Main class of Java Action ?...
772
addepalli giridhar
giridhar510
Feb 1, 2011 6:46 am
Sorry for wrong wording. First sentence should be :: "Java Action is carried out inside a mapper, which could run on any machine in cluster" instead of "Java...
771
giridhar
giridhar510
Feb 1, 2011 6:45 am
Hi Arun, Java Action is carried out inside a mapper, which could run on any machine in HDFS. How are you making sure that your Java Action is running on the...
770
Alejandro Abdelnur
tucu0
Feb 1, 2011 3:28 am
Mohammad, You've closed PR358 (https://github.com/yahoo/oozie/pull/358) as done, but you have not committed that combo patch to 2.3, you've committed one of...
769
Mayank Bansal
bansalm@...
Feb 1, 2011 2:44 am
HI, Updated comments in the PR. https://github.com/yahoo/oozie/pull/197 Thanks, Mayank On 1/31/11 5:40 PM, "Alejandro Abdelnur" <tucu@...> wrote: ...
768
Alejandro Abdelnur
tucu0
Feb 1, 2011 1:41 am
Guys, https://github.com/yahoo/oozie/pull/197#issuecomment-727177 As far I know we have not finished the discussion on this PR, we shouldn't push yet. My...
767
Mohammad Islam
mislam77
Feb 1, 2011 1:36 am
Hi Giridhar, Currently there is no special documents for catch-up mode. In short, if you submit a coordinator job with start time < current time, it is a...
766
Alejandro Abdelnur
tucu0
Jan 31, 2011 10:19 pm
Deepika, Forks and Joins must come in pairs, all paths of a fork must reach the same join, if forks/joins are nested they cannot crossover. Thanks. Alejandro...
765
Deepika Khera
c.joshi26
Jan 31, 2011 7:10 pm
Just to update, I got it working with forks and joins, though in my case I don't really need a join. That is because my child jobs depend on the completion of...
764
Alejandro Abdelnur
tucu0
Jan 31, 2011 9:34 am
I've just submitted a PR that adds a hook on the client side, on the OozieCLI class. I believe this change should not be contentious as it does not change any...
763
addepalli giridhar
giridhar510
Jan 31, 2011 6:36 am
Hi, Is there any place where we can get details abt catch up mode of Oozie. Thanks, Giridhar....
762
Alejandro Abdelnur
tucu0
Jan 31, 2011 1:21 am
Hi Andreas, The JIRA I've open in Hadoop is to add support for Kerberos HTTP SPNEGO authentication to Hadoop HTTP web-consoles. Hadoop HTTP web-consoles are ...
761
Andreas Neumann
neumandreas
Jan 31, 2011 12:31 am
Alejandro, you opened a similar JIRA for Hadoop core (I can't get to it right now, because Apache Jira down under mainenance, but it is Hadoop-7119). If that...
760
Deepika Khera
c.joshi26
Jan 30, 2011 10:09 pm
So if I use fork for my use case, it should be possible to do something like this, right (Considering every fork should have its join)? Once again, I want 1...
759
chao wang
brook_wc
Jan 29, 2011 4:30 am
Hi Alejandro, I believe I have already answered your question in my previous message - basically no fancy stuff here. Hope this clarify things. Thanks, Chao ...
758
Alejandro Abdelnur
tucu0
Jan 29, 2011 3:51 am
Mayank, Thanks for the detailed use cases. *Usecase 1:* Oozie would be like a Hadoop proxyuser to system ABC and it would a 'doAs' call to get some kind of...
757
Alejandro Abdelnur
tucu0
Jan 29, 2011 3:25 am
Andreas, all, It seems we are not reaching consensus with the current discussion. Because of this, I'd like to do a reset and propose an alternative that would...
756
Alejandro Abdelnur
tucu0
Jan 28, 2011 10:45 pm
Great, a few tips: To write the function class, just look at a simple function in Oozie, ie: trim=org.apache.oozie.util.ELConstantsFunctions#trim Add the class...
755
Frank
frankmarit
Jan 28, 2011 10:36 pm
Will do. Thanks for the quick reply!...
754
Alejandro Abdelnur
tucu0
Jan 28, 2011 10:31 pm
Hi Frank, Nasty, didn't know that JSP EL would cast a long to double before performing the division. Would you please open an issue on this. It seems we would...
753
Frank
frankmarit
Jan 28, 2011 10:22 pm
Hi, Is it possible to use EL in the workflow definition to calculate the number of reducers to use? I have tried this but it doesn't seem to work: <property> ...
752
Deepika Khera
c.joshi26
Jan 28, 2011 9:58 pm
The two jobs need to be triggered when this parent job finishes successfully. Following that, they are independent of each other for their execution, but after...
751
Angelo Kaichen Huang
angelokh...
Jan 28, 2011 9:52 pm
If it is independent of each other and parent, why not make two workflows instead? --Angelo On 1/28/11 1:37 PM, "Deepika Khera" <Deepika.Khera@...> wrote: ...
750
Deepika Khera
c.joshi26
Jan 28, 2011 9:37 pm
I need a little help with my job workflow use case. I have a job which when completes should trigger 2 other jobs, which then have their own pipeline. I could...
749
Alejandro Abdelnur
tucu0
Jan 28, 2011 1:06 am
Thanks Angelo, replied back (you got to love GH weird notification). Alejandro On Fri, Jan 28, 2011 at 8:55 AM, Angelo Kaichen Huang <angeloh@......
748
Angelo Kaichen Huang
angelokh...
Jan 28, 2011 12:56 am
Hi Alejandro, I replied your comments here. https://github.com/yahoo/oozie/pull/337 Thanks, Angelo On 1/20/11 10:04 PM, "Alejandro Abdelnur"...
747
Alejandro Abdelnur
tucu0
Jan 27, 2011 10:49 pm
Thanks Chao, I'm not opposed to this bug. I just want to understand what make you change your mind that it can be applied independently of all the other...
746
Alejandro Abdelnur
tucu0
Jan 27, 2011 10:45 pm
The fact that Yahoo Hadoop/Pig JARs don't use the standard groupId for its JARs it is becoming a big pain when doing cross-product integration. I...