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 1022 - 1051 of 2051   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
1022 Mohammad Islam
mislam77 Send Email
Mar 2, 2011
1:07 am
Hi, Oozie team at Yahoo plans to implement a feature that will automatically monitor hadoop servers (e.g. JT/NN). As a result, if it finds any hadoop server...
1023 Alejandro Abdelnur
tucu0 Send Email
Mar 2, 2011
3:31 am
[crosspost on Oozie and Hive aliases as there threads in both] I've just posted a pull request (patch) for Oozie that add support for Hive actions in Oozie...
1024 Alejandro Abdelnur
tucu0 Send Email
Mar 2, 2011
4:04 am
Andreas, As per our previous discussion, I've submitted a new PR (rebased to oozie/master): https://github.com/yahoo/oozie/pull/548 The key differences between...
1025 Alejandro Abdelnur
tucu0 Send Email
Mar 2, 2011
6:15 am
There are 4 or 5 PRs (I've submitted them more than a week old) that have been +1 but they have not been committed and other PRs are being committed. PRs...
1026 xiaojunxiang Send Email Mar 2, 2011
8:34 am
I have installed oozie-2.2.1+82 But now the hadoop has been upgraded to 0.20.2+887-1~lucid-cdh3b4 and I tried to install 2.3.0+19-1~lucid-cdh3b4 but some...
1027 Alejandro Abdelnur
tucu0 Send Email
Mar 2, 2011
8:36 am
Regarding https://github.com/yahoo/oozie/issues/530 Kerberos principals should be generated automatically based on the JT/NN hostnames. That is how it works...
1028 Alejandro Abdelnur
tucu0 Send Email
Mar 2, 2011
8:38 am
Xiang, For CDH installation issues please use the CDH user alias (cross-posting). Thanks. Alejandro...
1029 jaydeep vishwakarma
jaydeep.vishwakarma@... Send Email
Mar 2, 2011
4:57 pm
Hi, How to send alert if any specific work flow fails. Is SLA is the answer for it? I did not find documentation for it. I tried something with SLA getting...
1030 Mohammad Islam
mislam77@... Send Email
Mar 2, 2011
8:18 pm
Hi Jaydeep, Currently there is no built-in way of sending email from oozie. SLA stuffs is for storing the information into oozie. Email notification is done by...
1031 Mohammad Islam
mislam77@... Send Email
Mar 2, 2011
8:23 pm
We are looking into those. Regards, Mohammad ________________________________ From: Alejandro Abdelnur <tucu@...> To: oozie-users...
1032 jaydeep vishwakarma
jaydeep.vishwakarma@... Send Email
Mar 2, 2011
8:57 pm
Thank you very much to save my time. I am interested in both web service for monitoring tool . And Java action for sending mail. I will let you know if I will...
1033 Bai, Gang
dev@... Send Email
Mar 4, 2011
1:40 am
Oozie expects users to pull status info from oozie servers, and it won't push such info, via email notifications for example. On Thu, Mar 3, 2011 at 12:56 AM,...
1034 xiaojunxiang Send Email Mar 4, 2011
1:44 am
like <workflow-app name=¡¯wordcount-wf¡¯> <start to=¡®wordcount¡¯/> <action name=¡¯wordcount&#39;> <map-reduce> <job-tracker>foo.com:9001</job-tracker> ...
1035 Alejandro Abdelnur
tucu0 Send Email
Mar 4, 2011
2:25 am
Xiajun, It is a Hadoop job configuration file, identical to the inline <configuration&gt;..</configuration>;. Thanks. Alejandro ... Xiajun, It is a Hadoop job...
1036 Xiaojun Xiang
xiaojunxiang Send Email
Mar 4, 2011
2:41 am
thanks Is the wordcount.xml file should in the same directory of workflow.xml? Do I have to specify the location of the wordcout.xml? Is it like...
1037 Xiaojun Xiang
xiaojunxiang Send Email
Mar 4, 2011
3:01 am
I am trying to run a wordcount example but it fail my workflow.xml is: <workflow-app xmlns="uri:oozie:workflow:0.1" name="wordcount-wf"> <start...
1038 Mayank Bansal
bansalm@... Send Email
Mar 4, 2011
3:01 am
Hi Alejandro, I have updated this discussion thread in to issue: https://github.com/yahoo/oozie/issues/332 I have some open questions, which I have updated the...
1039 Xiaojun Xiang
xiaojunxiang Send Email
Mar 4, 2011
4:14 am
Now it works,thank you ... Now it works,thank you On Fri, Mar 4, 2011 at 11:01 AM, Xiaojun Xiang < xjxiang.nju@... > wrote: I am trying to run a...
1040 xiaojunxiang Send Email Mar 4, 2011
6:57 am
hello,if I want to define a counter,in the first map-reduce job I update it,and in the second map-reduce job I access it. where should I define this counter?in...
1041 Andreas Neumann
neumandreas Send Email
Mar 5, 2011
2:05 am
Hi Alejandro, Oozie should only depend on Apache releases of Apache projects. We have asked the Hive community to mavenize their build and make the artifacts...
1042 Alejandro Abdelnur
tucu0 Send Email
Mar 5, 2011
10:42 am
Xiaojun, you should be able to pass the counter info as parameter to the second action, for example: <configuration&gt; ... <property> <name>my.counter</name> ...
1043 Alejandro Abdelnur
tucu0 Send Email
Mar 5, 2011
11:19 am
Andreas, Well, that is not entirely true, Oozie consumes Yahoo distributions of Hadoop and Pig (from Yahoo GH maven). [BTW, this brings up again the GH-0226 ...
1044 Andreas Neumann
neumandreas Send Email
Mar 6, 2011
7:25 pm
Hello Oozie Users, here is a quick overview of what the Oozie team at Yahoo! is working on: * We are almost ready to provide a continuous integration service...
1045 Andreas Neumann
neumandreas Send Email
Mar 6, 2011
7:31 pm
Hi Alejandro, you are right, and I hope we can change that to Apache releases very soon. -Andreas. On Mar 5, 2011, at 3:19 AM, Alejandro Abdelnur wrote: ...
1046 Alejandro Abdelnur
tucu0 Send Email
Mar 7, 2011
4:40 am
Any timeline for this? Given that we depend on Apache Hadoop to release a security enable version of Hadoop this is definitely a few months away. And I don't...
1047 Alejandro Abdelnur
tucu0 Send Email
Mar 7, 2011
4:43 am
Andreas, Thanks for the update. I've commented on the issues you mentioned in your email. Regarding the bundles code, I've a bit puzzled by the fact that the ...
1048 Alejandro Abdelnur
tucu0 Send Email
Mar 7, 2011
4:45 am
Jaydeep, An email action extension could easily be implemented. Would you like to take a stab at it? I can help you get started on how to do it. Thanks. ...
1049 Mohammad Islam
mislam77@... Send Email
Mar 7, 2011
8:08 am
Hi Alejandro, You have mentioned the question of Bundle interface/implementation in one previous email. I have also answered that question. ...
1050 Alejandro Abdelnur
tucu0 Send Email
Mar 8, 2011
2:00 pm
Mohammad, 1* OozieCLI uses the Json* versions of CoordinatorAction/CoordinatorJob/BundleJob. It should use the interfaces. 2* BundleJob misses the...
1051 jeremy_hanna1234
jeremy_hanna... Send Email
Mar 8, 2011
11:20 pm
I see in the documentation (in cdh3) that schemas for 0.1 and 0.2 are both listed and examples are given. I see that the examples to run are use the 0.1...
Messages 1022 - 1051 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