You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2011/09/08 06:59:09 UTC

[jira] [Created] (OOZIE-270) GH-387: 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

        

[jira] [Closed] (OOZIE-270) GH-387: default jdbc URL has wrong value

Posted by "Roman Shaposhnik (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OOZIE-270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Roman Shaposhnik closed OOZIE-270.
----------------------------------

    Resolution: Fixed

> 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

        

[jira] [Commented] (OOZIE-270) GH-387: default jdbc URL has wrong value

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ 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