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

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=16578135#comment-16578135 ] 

DOYUNG YOON commented on S2GRAPH-236:
-------------------------------------

[~djfwan]
Can you please give more information on the crash you experienced? 
Also specifying which configuration on which subproject cause the problem would help.

> 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: Major
>
> 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)