Re: Oozie on Kerberos

2019-02-27 Thread Andras Piros
Hi Namit, for Oozie latest 5.1.0, you can try the following: 1. setting up proper Hadoop configuration , also while installing

Re: Oozie actions staying in PREP status

2018-10-24 Thread Andras Piros
Hello, in case there are some Oozie launcher / action applications inside YARN RM WebUI but these haven't been run, chances are you need to set oozie.launcher.mapreduce.map.memory.mb to some high value in your workflow.xml file like this

Re: Oozie 5.1.0 release and plans for the year

2018-10-03 Thread Andras Piros
Jun 19, 2018, 4:48 AM Andras Piros wrote: > > > Good idea Gp! > > > > Thanks for volunteering as the release manager for 5.1.0. I can see *a > few > > blockers > > < > > > https://issues.apache.org/jira/issues/?jql=project%20%3D%20OOZIE%20AND%20re

Re: oozie install failed due to not found oozie-sharelib.tar.gz

2018-08-22 Thread Andras Piros
gt; > Again, I *sometimes *can start oozie server successfully and port 11000 > works fine. However, oozie installation is extremely unreliable due to > multiple issues (e.g. missing oozie-sharelib.tar.gz, oozie server > shutdown). > > > Any idea why oozie server shutdown? How to debug

Re: oozie install failed due to not found oozie-sharelib.tar.gz

2018-08-21 Thread Andras Piros
Hi Lian Jiang, as I'm not familiar w/ HDP, can you please post exception logs? I believe HDP 3.0 is based on Oozie 4.3.1. For a general introduction how Oozie sharelib works, please see relevant parts of the Apache Oozie documentation

Re: Oozie 5.1.0 release and plans for the year

2018-06-19 Thread Andras Piros
Good idea Gp! Thanks for volunteering as the release manager for 5.1.0. I can see *a few blockers

Re: Oozie for spark jobs without Hadoop

2018-05-15 Thread Andras Piros
Hi, Oozie needs HDFS to store workflow, coordinator, or bundle definitions, as well as sharelib files in a safe, distributed and scalable way. Oozie needs YARN to run almost all of its actions, Spark action being no exception. At the moment it's not feasible to install Oozie without those Hadoop

Re: Oozie Presentation - New Features Overview and Ambari GUI

2018-05-01 Thread Andras Piros
Thanks Clay, nice job! Especially good to see how Oozie can be used for cluster deployment - never would have thought of it. On Mon, Apr 30, 2018 at 7:42 PM, Mohammad Islam wrote: > Good work Clay! > On Monday, April 30, 2018, 9:15:28 AM PDT, Peter Cseh < >

[ANNOUNCE] Apache Oozie 5.0.0 released

2018-04-09 Thread Andras Piros
Hello Oozie community, Apache Oozie is a workflow scheduler system to manage Apache Hadoop jobs. The Apache Oozie team is pleased to announce the release of Oozie 5.0.0. Oozie 5.0.0 includes new features, bug fixes and minor improvements. The details of the release and download location can

Re: Adding --jars to oozie workflow

2018-03-26 Thread Andras Piros
Hi Fawze, actually, the element of the action can contain a comma-separated list of JAR or ZIP files. So you actually already can add more than one JAR files to the Spark application. Please see documentation on *Spark action details

Re: Oozie server start failed with "Invalid TimeZone: UTC" error

2018-03-14 Thread Andras Piros
Hi Michael, what's your JRE / JDK version? My first thought is that you should check your JRE's timezone settings / timezone database. For *Oracle JREs *, there is an *extensive FAQ

Re: oozie 4.3.0 can run with hadoop3.0?

2018-01-05 Thread Andras Piros
Hi there, for Oozie to run w/ Hadoop 3.0.0 we need to fix *OOZIE-2973 *. This is expected to happen in Oozie 5.0.0 which drops support for Hadoop 1.x. So no, Oozie 4.3.0 doesn't support Hadoop 3.0.0. Regards. Andras On Fri, Jan 5, 2018 at 3:25

Re: Oozie coordinator and kafka

2017-12-20 Thread Andras Piros
contract much more flexible. > > > > I could have traceability, debuggability, transparency, throttling, > > > > concurrency of oozie and push coordinator job on demand. And I'm not > > > > limited to strict HDFS path pattern. > > > > > > > &

Re: Oozie coordinator and kafka

2017-12-18 Thread Andras Piros
Hi Serega, not to my knowledge. Would be interested on your use case, though. Would start w/ *Coordinator Input Events / Datasets * . Andras On Sat, Dec 16, 2017 at 2:54 PM, Serega Sheypak

Re: Welcoming new Oozie PMC member Satish Saley

2017-12-11 Thread Andras Piros
Congrats Satish! To infinity and beyond! Artem Ervits (időpont: 2017. dec. 11., H, 21:06) ezt írta: > Well deserved, congratulations Satish! > > On Dec 11, 2017 2:49 PM, "Robert Kanter" wrote: > > > Hello Oozie community, > > > > It's my pleasure to

Re: how to set the doneflag of input event with batch number and other variable?

2017-10-02 Thread Andras Piros
Hi there, yes, should support user defined variable substitution, as you can see in TestCoordSubmitXCommand#testSubmitWithDoneFlag() . Further usage of and

Re: Welcome new Oozie Committer - Attila Sasvari

2017-07-20 Thread Andras Piros
Yy! Great job, well done, Sasi! Congrats! Andras On Thu, Jul 20, 2017 at 6:01 PM, Robert Kanter wrote: > Hi everyone, > > It is my pleasure to announce that the Oozie PMC has invited > Attila Sasvari to become an Oozie committer and he has > accepted our invitation. >

Re: Minitest failing with java.lang.NoClassDefFoundError: Could not initialize class org.apache.oozie.util.DateUtils

2017-07-19 Thread Andras Piros
quot;unix" > > Distro is Ubuntu 16.04.2 LTS > > On Wed, Jul 19, 2017 at 2:32 PM, Andras Piros <andras.pi...@cloudera.com> > wrote: > > > Hi Stanislavs, > > > > what is the OS / JDK version you're trying with? > > > > For me, mvn clean tes

Re: Minitest failing with java.lang.NoClassDefFoundError: Could not initialize class org.apache.oozie.util.DateUtils

2017-07-19 Thread Andras Piros
Hi Stanislavs, what is the OS / JDK version you're trying with? For me, mvn clean test succeeds from minitest folder: > > --- > T E S T S > --- > Java HotSpot(TM) 64-Bit Server VM warning:

Re: OYA! - no more LauncherMappers

2017-06-12 Thread Andras Piros
Hi Dongying, while implementing Oozie On YARN, we tried to avoid the most backward incompatibility issues possible. However, there are some of these still remaining as part as *OOZIE-2889 *. It is mostly targeted for Oozie 5.0.0. Can you please

Re: Oozie 4.3.0 Launcher Uber Mode + Preemption

2017-06-06 Thread Andras Piros
Hi Rohit, OOZIE-2123 is that when those parameters mapreduce.job.classloader or mapreduce.user.classpath.first are set by the user, they take precedence over oozie.action.launcher. mapreduce.job.ubertask.enable one - it will be silently set to

Re: is there any doc or jira to show why we need 'timezone' in coordinator.xml

2017-04-10 Thread Andras Piros
Hi Wang, here u go w/ reading the *the appropriate chapter * of Coordinator Functional Specification. Regards, Andras On Sat, Apr 8, 2017 at 10:58 AM, WangYQ

Re: Amazon EMR

2017-04-07 Thread Andras Piros
uster) in the tag at the very beginning. > Where should I install oozie ? Can I install it on my web server ? > > -----Original Message- > From: Andras Piros [mailto:andras.pi...@cloudera.com] > Sent: Thursday, April 6, 2017 6:01 PM > To: user@oozie.apache.org > Subject

Re: Amazon EMR

2017-04-06 Thread Andras Piros
Hi Hitesh, thanks for your interest towards Oozie! Please take a look at the *Shell Action documentation *. Regards, Andras On Thu, Apr 6, 2017 at 2:19 PM, Hitesh Goyal wrote: > Hi team, > > I am

Re: Immutable vs mutable parameters in Oozie 4.2.0

2017-04-05 Thread Andras Piros
Hi Toby, thanks for your interest on using Oozie! In order I can help you further, can you please: - add *Apache GitHub * git hashes of Oozie versions for each HDP version - add a small example of two workflows, one sets a parameter, the other reads

Re: Welcome new Oozie Committers - Peter Bacsko and Peter Cseh

2017-03-20 Thread Andras Piros
Congratulations Peter (Geza) and Peter Bacsko! On Mon, Mar 20, 2017 at 11:37 PM, Robert Kanter wrote: > Hi everyone, > > It is my pleasure to announce that the Oozie PMC has invited > Peter Bacsko and Peter (Geza) Cseh to become Oozie committers > and they have both accepted

Re: Web UI Error

2017-03-14 Thread Andras Piros
ted 3 EMR clusters recently of this version, and all three have this > problem. I'm about to take this to AWS but wanted to check here if anyone > has encountered it. > > The Tomcat page on port 8080 shows up very fine. > > Thank you for assisting with this, > Suresh. > > >

Re: Web UI Error

2017-03-13 Thread Andras Piros
Hi Suresh, can you please provide following details: - what are the exact and minimal steps to reproduce, aka what does that exactly mean "when accessing the Oozie web client"? - what is the Oozie version you're trying? Or did you build that from master? - when trying w/ Tomcat

Re: is there any simple demo to show how to submit a job to a oozie server with kerberos on

2017-03-09 Thread Andras Piros
Hi Wang, for details on how to configure Oozie user and Hadoop authentication, please see *this * . For Oozie SSL configuration, please take a look at *this

Re: oozie ha

2016-12-20 Thread Andras Piros
. Regards, Andras -- Andras PIROS Software Engineer <http://www.cloudera.com/> On Tue, Dec 20, 2016 at 1:10 PM, WangYQ <wangyongqiang0...@163.com> wrote: > in > http://blog.cloudera.com/blog/2014/03/inside-apache-oozie-ha/ > > > Architecture: Access > > Usually, wh

Re: Exception when setup oozie HA using virtual IP

2016-12-07 Thread Andras Piros
. Thanks, and regards, Andras -- Andras PIROS Software Engineer <http://www.cloudera.com/> On Tue, Dec 6, 2016 at 4:33 AM, Dongying Jiao <pineapple...@gmail.com> wrote: > Hi: > Do you have the detail steps on setting up oozie HA using virtual IP? > I setup oozie HA using

Re: Change NN and JobTracker dynamically during runtime

2016-12-05 Thread Andras Piros
a load balancer setting configured runtime) is better? Thanks, Andras -- Andras PIROS Software Engineer <http://www.cloudera.com/> On Mon, Dec 5, 2016 at 7:45 PM, mdk-swandha <dipeshsoftw...@gmail.com> wrote: > Hi Alex, > > The idea is to call this external service which will

Re: MiniOozie for local dryrun or other options for doing dryrun of oozie workflows?

2016-12-05 Thread Andras Piros
Hi Serega, as per *Oozie documentation <http://oozie.apache.org/docs/4.1.0/DG_CommandLineTool.html#Dryrun_of_Workflow_Job>* we can see that with -dryrun option does not create nor run a job. So for the killer feature request, I think it's not possible ATM. Regards, Andras -- Andras

Re: Spark oozie job failed on launching

2016-11-04 Thread Andras Piros
448.html#gbmtm>*), or just list the contents of each and every jar file loaded by the jvm trying to run MRAppMaster.main(). Regards, Andras -- Andras PIROS Software Engineer <http://www.cloudera.com/> On Fri, Nov 4, 2016 at 7:10 AM, Saurabh Malviya (samalviy) < samal...@cisco.co