Re: HDP3.0: oozie cannot start

2018-08-13 Thread Peter Cseh
Thanks Lian for posting the resolution! On Thu, Aug 9, 2018 at 6:06 PM Lian Jiang wrote: > By reading 4.3.1 oozie source code, I solved the problem by adding > oozie.service.JPAService.validate.db.connection": "false". Thanks. > > On Wed, Aug 8, 2018 at 3:49 PM, Lian Jiang wrote: > > > Thanks

Re: HDP3.0: oozie cannot start

2018-08-09 Thread Lian Jiang
By reading 4.3.1 oozie source code, I solved the problem by adding oozie.service.JPAService.validate.db.connection": "false". Thanks. On Wed, Aug 8, 2018 at 3:49 PM, Lian Jiang wrote: > Thanks Peter. I attached sanitized /etc/oozie/3.0.0.0-1634/0/oozie-site.xml. > Please let me know if you see

Re: HDP3.0: oozie cannot start

2018-08-08 Thread Lian Jiang
Thanks Peter. I attached sanitized /etc/oozie/3.0.0.0-1634/0/oozie-site.xml. Please let me know if you see any issue. On Mon, Jul 30, 2018 at 1:23 AM, Peter Cseh wrote: > Hi! > > I'm not familiar with the details of HDP, but based on the error message > your xml is not well formatted. > > Based

Re: HDP3.0: oozie cannot start

2018-07-30 Thread Peter Cseh
Hi! I'm not familiar with the details of HDP, but based on the error message your xml is not well formatted. Based on the code: https://github.com/apache/oozie/blob/master/core/src/main/java/org/apache/oozie/service/JPAService.java#L198 the issue is in your driver classname or url for the jdbc.