[ 
https://issues.apache.org/jira/browse/OOZIE-270?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13099934#comment-13099934
 ] 

Hadoop QA commented on OOZIE-270:
---------------------------------

tucu00 remarked:
Closed by c12bf8ce36a135edf48fb0032e0e43160233f395 default jdbc URL has wrong 
value

> 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

        

Reply via email to