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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 2021 - 2050 of 2051   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
2021 Alejandro Abdelnur
tucu0 Send Email
Aug 24, 2011
3:43 pm
Andreas, I'm sorry but at the moment I don't have the bandwidth to get involved in Hive to do that (I have a release coming up, I'm engaged in important Hadoop...
2022 Felix
felixgao Send Email
Aug 24, 2011
4:53 pm
NN is running on a different box and so is JT. I do have access to NN and JT from localhost, the box that is used for oozie used to be the launchpad for all of...
2023 Alejandro Abdelnur
tucu0 Send Email
Aug 24, 2011
4:59 pm
Felix, What are doing that you need to modify the service classes? Thanks. Alejandro ... Felix, What are doing that you need to modify the service classes?...
2024 Felix
felixgao Send Email
Aug 24, 2011
6:16 pm
Alejandro, I am modifying the oozie.services to <property> <name>oozie.services&lt;/name> <value> org.apache.oozie.service.SchedulerService, ...
2025 Alejandro Abdelnur
tucu0 Send Email
Aug 24, 2011
6:31 pm
Felix, [moving from oozie-users@ (in BCC) to cdh-user@ alias as this seems a CDH setup problem] If you are using RPM CDH Hadoop and Oozie, you don't have to...
2026 Felix
felixgao Send Email
Aug 24, 2011
7:02 pm
When reverted to the stock oozie-site.xml except I have changed the database to use mysql instead of derby. I still have the exception below. 2011-08-24...
2027 Alejandro Abdelnur
tucu0 Send Email
Aug 24, 2011
7:11 pm
Felix, [Again, moving to the cdh-user@ alias, BCCing oozie-users] What are the exact versions of Hadoop and Oozie you are using? What unix user is running...
2028 Felix
felixgao Send Email
Aug 24, 2011
7:27 pm
hadoop version Hadoop 0.20.2+228 Subversion -r cfc3233ece0769b11af9add328261295aaf4d1ad Compiled by root on Mon Mar 22 03:11:39 EDT 2010 oozie version Oozie...
2029 Mohammad Islam
mislam77@... Send Email
Aug 24, 2011
8:21 pm
... Hi Alejandro, It was my bad that the yahoo dependency of hadoop to build was not taken off yet. Do you see any issue of using apache maven repository for...
2030 Frank Astier
fastier Send Email
Aug 24, 2011
8:24 pm
Hi - Is there a way to include a dependency on a repository for oozie 3.0.2? It looks like the project on github doesn't have a "version" that maven dependency...
2031 Alejandro Abdelnur
tucu0 Send Email
Aug 24, 2011
8:54 pm
Mohammad, Nobody's bad. We need to use Hadoop JARs with security from a release that works for people to be able to use it. Personally I'm good depending on...
2032 Angelo Kaichen Huang
angelokh... Send Email
Aug 24, 2011
10:03 pm
Could you try these? <dependency>   <groupId>com.yahoo.oozie</groupId>   <artifactId>oozie-client</artifactId>   <version>3.0.0</version> </dependency> ...
2033 Andreas Neumann
neumandreas Send Email
Aug 25, 2011
9:30 am
I don't mind using a different repository – as long as it is temporary and it has the same release as Apache. But if it takes little effort to fix Apache...
2034 Alejandro Abdelnur
tucu0 Send Email
Aug 25, 2011
1:33 pm
Hi Andreas, Yes, definitely would be temporary, same was with Hadoop security, until we have Apache viable alternatives. Hive build system is based on Ant &...
2035 vishal.santoshi Send Email Aug 25, 2011
1:51 pm
According to Coordinator specification timeout's default value is -1 timeout: The maximum time, in minutes, that a materialized action will be waiting for the...
2036 Felix
felixgao Send Email
Aug 25, 2011
5:19 pm
I have added <property> <name>hadoop.proxyuser.oozie.hosts</name> <value>*</value> </property> <property> <name>hadoop.proxyuser.oozie.groups<;/name> ...
2037 Alejandro Abdelnur
tucu0 Send Email
Aug 25, 2011
5:31 pm
Felix, It seems your email client has some issues and keeps sending emails to oozie-users@ alias. You are having issues with CDH setup and it is not...
2038 Mohammad Islam
mislam77@... Send Email
Aug 25, 2011
9:47 pm
which version of oozie you are using? ________________________________ From: vishal.santoshi <vishal.santoshi@...> To: Oozie-users@yahoogroups.com Sent:...
2039 Mohammad Islam
mislam77@... Send Email
Aug 26, 2011
2:34 am
Hi Oozie-user, Since we are moving to Apache incubator, from now, we will use the Aapche provided user list for communications. Please subscribe to the user...
2040 Alejandro Abdelnur
tucu0 Send Email
Aug 26, 2011
4:03 pm
I've just posted the above PRs (they should be applied in that order), they fix the postgres config file for testing, set the 2.3.2 release version in the POMs...
2041 vishal.santoshi Send Email Aug 26, 2011
5:20 pm
It seems to be the version. In oozie-2.3.0-cdh3u0 , timeout is not even a valid schema element. Any ideas what the timeout is hardcoded as in...
2042 Jeremy Hanna
jeremy_hanna... Send Email
Aug 28, 2011
4:51 am
Cool! On both counts - a 3.1 release and the move to apache infrastructure. Hopefully it will mean greater exposure, adoption, and community involvement....
2043 Yu Li
carp841009 Send Email
Aug 28, 2011
5:53 pm
Hi all, Recently I've run unit test on Oozie 2.3.1 with pig-0.8.1.jar, but find the following 3 test cases failed, in all 3 rounds: ...
2044 Alejandro Abdelnur
tucu0 Send Email
Aug 28, 2011
11:51 pm
Yu Li, That has been fixed in GH-483 <https://github.com/yahoo/oozie/issues/483> Oozie 3.0.x and coming Oozie 2.3.2 have this fix. Thxs. Alejandro...
2045 Alejandro Abdelnur
tucu0 Send Email
Aug 29, 2011
5:12 pm
Would be possible to integrate PR 818 in branch 2.3 today? https://github.com/yahoo/oozie/pull/818 With this we'd be doing the last 2.3.x release before moving...
2046 Mohammad Islam
mislam77@... Send Email
Aug 29, 2011
8:13 pm
Done. ________________________________ From: Alejandro Abdelnur <tucu@...> To: oozie-users <Oozie-users@yahoogroups.com> Sent: Monday, August 29, 2011...
2047 Alejandro Abdelnur
tucu0 Send Email
Aug 29, 2011
8:19 pm
Thanks Mohammad. Alejandro...
2048 Yu Li
carp841009 Send Email
Aug 30, 2011
7:33 am
Thanks, Alejandro, for the quick response! -- Best Regards, Li Yu...
2049 Alejandro Abdelnur
tucu0 Send Email
Aug 30, 2011
3:53 pm
Dear Oozie users and developers, As part of the Oozie move to the Apache Incubator we are getting a new email alias. The new email alias is...
2050 Alejandro Abdelnur
tucu0 Send Email
Sep 1, 2011
4:34 pm
As part of the Oozie move to the Apache Incubator we are getting a new email alias. The new email alias is oozie-dev@... To subscribe to the...
Messages 2021 - 2050 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