firstNotNull failing

2013-05-27 Thread KayVajj
Hi, I have a question regarding the firstNotNull function and in general about undefined variables in oozie. I have the following snippet of code in my oozie workflow mapred.job.queue.name ${firstNotNull(defaultQueue, "default")} I wanted to have the default queue to be c

Launcher MR Job

2013-05-27 Thread KayVajj
I understand in oozie each action results in two MR jobs 1) Launcher 2) Action Is there any specific reason for the Launcher Job. Why couldn't oozie kickoff just the Action MR job like we do from a command line? Your answers are appreciated. Thanks Kishore

Re: Binary distribution of oozie

2013-05-27 Thread Alejandro Abdelnur
Hi Lenin, We don't have binary distributions available. Would you try raising the memory for Maven before running your build? $ export MAVEN_OPTS=-Xmx1024m Thanks On Mon, May 27, 2013 at 11:27 AM, Lenin Raj wrote: > Hello, > > I was searching for the binary distribution of oozie here: > > ht

Binary distribution of oozie

2013-05-27 Thread Lenin Raj
Hello, I was searching for the binary distribution of oozie here: http://apache.mirrors.tds.net/oozie/3.3.2/ It has only the source distribution. *Is binary distribution not available?* So, I tried to build from this source using *./bin/mkdistro.sh* It went fine but stopped at a point: * [INF