RE: Reg: Oozie 4.1.0 having jdbc error

2018-06-11 Thread Jaboy Mathai
Dear Peter, There are 3 folders for the jar files in oozie home folder : 'lib' , 'libext' and 'libtools'. When I build oozie , I had Hadoop jar version '2.4.0' which I saw in 'lib' folder, but in 'libext' I had '2.6.0' version. Then I changed the jars in 'lib' folder to '2.6.0' to make the

Re: Reg: Oozie 4.1.0 having jdbc error

2018-06-11 Thread Peter Cseh
Hey! Oozie 4.3.1 and newer releases are compiling with Hadoop 2.6.0. Why is the Hadoop jar you're referring is 2.4.0? Also, what Hadoop version you're compiling Oozie and you're code submitting to Oozie against? There might be different versions in play on the Oozie classpath and that can cause