GH-387: default jdbc URL has wrong value
----------------------------------------
Key: OOZIE-270
URL: https://issues.apache.org/jira/browse/OOZIE-270
Project: Oozie
Issue Type: Bug
Reporter: Hadoop QA
It has
oozie.service.StoreService.jdbc.url=jdbc:derby:${oozie.home.dir}/${oozie.db.schema.name}-db;create=true
When it should have:
oozie.service.StoreService.jdbc.url=jdbc:derby:${oozie.data.dir}/${oozie.db.schema.name}-db;create=true
This change does not affect the default value after installation.
This change is required because the start/run script set oozie.data.dir to
OOZIE_DATA env if defined. and the purpose of the OOZIE_DATA env is to define
an alternate location for Oozie data files.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira