Re: Any plan for Java 7 or 8 implementation of Oozie?

2014-04-08 Thread Alejandro Abdelnur
btw, at cloudera we are building and testing with both 6 & 7. thx Alejandro (phone typing) > On Apr 8, 2014, at 17:34, Jagat Singh wrote: > > Hello Nathan, > > I was building and running Oozie and other hadoop components on Java 8 this > week. I will post my findings for each soon. > > Is t

Re: Any plan for Java 7 or 8 implementation of Oozie?

2014-04-08 Thread Jagat Singh
Hello Nathan, I was building and running Oozie and other hadoop components on Java 8 this week. I will post my findings for each soon. Is there Apache infrastructure which can be used for Regression testing. Sooner or later Hadoop community should accept Java 8 for the set of functional programmi

Re: Any plan for Java 7 or 8 implementation of Oozie?

2014-04-08 Thread Alejandro Abdelnur
java6, no plans for 7 or 8 yet. thx Alejandro (phone typing) > On Apr 8, 2014, at 16:03, "Segerlind, Nathan L" > wrote: > > Hi All. > > I looked for a FAQ but I couldn't find one. Oozie is currently implemented in > Java 6 - are there any plans to move to Jave 7 or Java 8? > > Thanks, > N

Any plan for Java 7 or 8 implementation of Oozie?

2014-04-08 Thread Segerlind, Nathan L
Hi All. I looked for a FAQ but I couldn't find one. Oozie is currently implemented in Java 6 - are there any plans to move to Jave 7 or Java 8? Thanks, Nate Segerlind

Re: Hadoop 2 and Oozie 4.0 - why still reference to jobTracker?

2014-04-08 Thread Robert Kanter
Hi, You can put the ResourceManager's address in place of the JobTracker (this actually works in Oozie 3 as well). I had created OOZIE-1508 to better document this. Another thing that we could do to make it more clear is to add a new schema versi

Hadoop 2 and Oozie 4.0 - why still reference to jobTracker?

2014-04-08 Thread mpeterson2
I am in the processing of moving to Hadoop 2 and have Oozie 4.0 installed. >From the Oozie 4.0 docs, the Oozie workflow.xml doc still wants "jobTracker" defined. But hasn't the concept of Job Tracker been removed from Hadoop 2 in favor of Resource Manager and Application Master? Two questions: -

RE: Oozie not starting in Amazon EMR

2014-04-08 Thread Savitha Devi Inbasekaran
I have added the jar files in /libext and tried even that is throwing same error. -Original Message- From: Mona Chitnis [mailto:chit...@yahoo-inc.com] Sent: Monday, April 07, 2014 10:36 PM To: user@oozie.apache.org Subject: Re: Oozie not starting in Amazon EMR Savitha, You donĀ¹t manual

Re: Sub-workflows id is not being logged in job logs

2014-04-08 Thread Nitin Pawar
not sure there is direct way but I think there used to be "parentId" field in response of list jobs rest api of oozie. On Tue, Apr 8, 2014 at 5:17 PM, Abhishek Agarwal wrote: > I noticed that external Id of MR jobs spawned by workflow actions are > logged but for the sub-workflow, external ids

Sub-workflows id is not being logged in job logs

2014-04-08 Thread Abhishek Agarwal
I noticed that external Id of MR jobs spawned by workflow actions are logged but for the sub-workflow, external ids are not being logged. I can find the id of sub workflow through "oozie job -info" however that gives me the information of latest run. Given a workflow, which has retried itself, for