You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@s2graph.apache.org by "Hwansung Yu (JIRA)" <ji...@apache.org> on 2018/08/27 02:06:00 UTC

[jira] [Updated] (S2GRAPH-236) Set up a convention of configurations between projects.

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

Hwansung Yu updated S2GRAPH-236:
--------------------------------
    Priority: Trivial  (was: Major)

> Set up a convention of configurations between projects.
> -------------------------------------------------------
>
>                 Key: S2GRAPH-236
>                 URL: https://issues.apache.org/jira/browse/S2GRAPH-236
>             Project: S2Graph
>          Issue Type: Improvement
>            Reporter: Hwansung Yu
>            Priority: Trivial
>
> The configurations are not uniform among several projects.
> For example, for h2 db, some projects use file url and others use tcp url.
> {code:java}
> "db.default.url":"jdbc:h2:tcp://localhost/./var/metastore;MODE=MYSQL"
> "db.default.url":"jdbc:h2:file:./var/metastore;MODE=MYSQL"
> {code}
> This causes a crash when running example in the project.
> It is impossible all the settings at once.
> Therefore, I want to try to solve some of the conflicts while running the example for important settings like db setting.
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)