[ 
https://issues.apache.org/jira/browse/OOZIE-270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alejandro Abdelnur updated OOZIE-270:
-------------------------------------

    Fix Version/s: pre-Apache
    
> 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
>             Fix For: pre-Apache
>
>
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to