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)

Reply via email to