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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 775 - 804 of 2051   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
775 Mohammad Islam
mislam77 Send Email
Feb 1, 2011
9:05 pm
Hi Alejandro, I have committed all commits. But I mistakenly "stashed" the commit message to one commit. This link shows all are there. ...
776 Frank
frankmarit Send Email
Feb 1, 2011
10:01 pm
Hi Alejandro, Turns out it is even easier to do this. All I did was change the oozie.service.ELService.functions.workflow property by adding this: ...
777 Alejandro Abdelnur
tucu0 Send Email
Feb 1, 2011
10:10 pm
Hi Mohammad, I'd prefer if we rollback and reapply the patches so each issue has a different commit. The reasons are that when scanning the logs titles there...
778 Alejandro Abdelnur
tucu0 Send Email
Feb 1, 2011
10:13 pm
Not at all, that was clever :) When submitting the patch there should be a tests to verify that the bindings work. Thanks. Alejandro...
779 Deepika Khera
c.joshi26 Send Email
Feb 1, 2011
10:24 pm
Can I single workflow be used to run jobs on two different DFS clusters? So something like this : <action name=cluster1job1&gt; <map-reduce> ...
780 Alejandro Abdelnur
tucu0 Send Email
Feb 1, 2011
10:26 pm
Deepika, If the 2 clusters are running the version of Hadoop, yes it is possible. Thanks. Alejandro...
781 Deepika Khera
c.joshi26 Send Email
Feb 1, 2011
10:36 pm
Thanks. Yes, both my clusters are running the same version of hadoop. Any idea Alejandro of why I would get the exception that I mentioned. I bet its something...
782 Alejandro Abdelnur
tucu0 Send Email
Feb 1, 2011
10:41 pm
Mmmhhh, I assume your WF dir is in the first cluster. It could be that the jobconf created by Oozie set incorrectly some property pointing to the HDFS of the...
783 Deepika Khera
c.joshi26 Send Email
Feb 1, 2011
11:57 pm
Yes that is right - the WF directory is the first cluster. On turning debug on, I see that when the workflow gets to the job that is to be run on the second...
784 Deepika Khera
c.joshi26 Send Email
Feb 2, 2011
12:17 am
I have a feeling that the issue is in this method : JavaActionExecutor.getActionFileSystem(Context context, Element actionXml), it is not using the actionXml...
785 Amol Kekre
akekre Send Email
Feb 2, 2011
1:10 am
Alejandro, We need to start pulling Oozie 3.0 code into the master branch. Can you ensure that you have no issues from Oozie 2.3 side; i.e. you have pulled all...
786 Alejandro Abdelnur
tucu0 Send Email
Feb 2, 2011
1:34 am
Amol, Yes, it would be great to have all open issues for 2.3 in. My laundry list ... master branch: * GH-0370 must be reviewed (and applied if no objections) ...
787 Amol Kekre
akekre Send Email
Feb 2, 2011
3:04 am
Alejandro, We would wrap up the following. We are aiming to wrap it up by eod 2nd Feb (US time). - Combo 341.346.354bp23 - GH-0141bp23 -...
788 Alejandro Abdelnur
tucu0 Send Email
Feb 2, 2011
3:32 am
Hi Amol, Regarding 0370, there is not functional code in master for this. This was never committed as we never agreed on. The path for issue GH-0370 does not...
789 Deepika Khera
c.joshi26 Send Email
Feb 2, 2011
4:21 am
I am trying to patch oozie for this issue....So far it seems there is a lot of setup that needs to be done before I generate the patched jar and test it. ...
790 Alejandro Abdelnur
tucu0 Send Email
Feb 2, 2011
4:31 am
Deepika, The following docs may help you with that: http://yahoo.github.com/oozie/releases/2.2.1/ENG_Building.html Thanks. Alejandro...
791 Deepika Khera
c.joshi26 Send Email
Feb 2, 2011
6:16 am
Thanks Alejandro. When I try to build the oozie distribution as described in the document, it throws me errors for missing classes (for instance from pig,...
792 Alejandro Abdelnur
tucu0 Send Email
Feb 2, 2011
6:19 am
Deepika, what version of Oozie are you building?...
793 Oren
orens.geo Send Email
Feb 2, 2011
3:30 pm
Hi everyone, I would like to know if there is a way to define a coordinator input event to trigger whenever a file is added/changed recursively under a parent...
794 Alejandro Abdelnur
tucu0 Send Email
Feb 2, 2011
9:41 pm
Hi Oren, No, this is not possible to do today. IMO, this would add a significant amount of load to the NN that I'm not sure it would be acceptable in large...
795 Alejandro Abdelnur
tucu0 Send Email
Feb 2, 2011
10:00 pm
Reported as Issue: https://github.com/yahoo/oozie/issues#issue/382 The link http://yahoo.github.com/maven/repository/ is not available anymore. I have a patch...
796 Mohammad Islam
mislam77 Send Email
Feb 2, 2011
10:26 pm
Hi, Oozie team at Yahoo would like to implement the following issues. We want to start the design discussion about those items. If anyone is interested, please...
797 Deepika Khera
c.joshi26 Send Email
Feb 3, 2011
5:06 am
I was building version 2.2 of oozie, all issues with generating the oozie distribution are resolved. Was looking at how to fix the issue I described below. I...
798 Alejandro Abdelnur
tucu0 Send Email
Feb 3, 2011
6:25 am
Yahoo Oozie team, Would be possible to review and integrate the following 3 PRs both in master and 2.3? * GH-0370: https://github.com/yahoo/oozie/pull/376 *...
799 Sandesh
smadhyas Send Email
Feb 3, 2011
9:16 am
Hi Alejandro, We built a version of Oozie with the Hive action patch. We are seeing the following issue when we try to do the following (1) Run a map reduce...
800 Alejandro Abdelnur
tucu0 Send Email
Feb 3, 2011
9:24 am
Hi Sandesh, Glad to see that Yahoo is interested in the Hive action. By the way, I'm still working on some changes on its design, that is the reason I have not...
801 Sandesh
smadhyas Send Email
Feb 3, 2011
9:45 am
Hi Alejandro (1) (a) Hive version - Trunk (b) Hadoop Version - 0.20.201 (c) Oozie Version - 2.3 + Hive action patch (2) Actually the Hive action by itself...
802 Alejandro Abdelnur
tucu0 Send Email
Feb 3, 2011
9:55 am
Sandesh, I'm confused, is the Hive action that fails or a Java action that is doing a DISCTP? If it is as I'm saying, then the problem is that your Java Main...
803 Alejandro Abdelnur
tucu0 Send Email
Feb 3, 2011
11:24 am
Amol, Andreas, Mohammad, Would be possible to get answers regarding the following? *GH-0332: *As far as I know we are still discussing this issue (I'm waiting ...
804 Sandesh
smadhyas Send Email
Feb 3, 2011
11:32 am
Hi Alejandro, Sorry for the confusion. It is not the Hive action that is failing.It is the Java action that is doing a Distcp that is failing. In fact there is...
Messages 775 - 804 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