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/13 09:00:03 UTC

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

Hwansung Yu created S2GRAPH-236:
-----------------------------------

             Summary: 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


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)