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 2016/08/31 01:07:20 UTC

[jira] [Created] (S2GRAPH-102) Add more explanations on application.conf

DOYUNG YOON created S2GRAPH-102:
-----------------------------------

             Summary: Add more explanations on application.conf
                 Key: S2GRAPH-102
                 URL: https://issues.apache.org/jira/browse/S2GRAPH-102
             Project: S2Graph
          Issue Type: Sub-task
    Affects Versions: 0.1.0
            Reporter: DOYUNG YOON
            Assignee: DOYUNG YOON
             Fix For: 0.1.0


Currently we only provide very minimum configuration options on application.conf, which can be found at target/apache-s2graph-$version-incubating-bin/conf/. 

{noformat}
db.default.url="jdbc:h2:file:./var/metastore;MODE=MYSQL"
db.default.user="sa"
db.default.password="sa"
{noformat}

I think it would be better to provide configuration options with simple explanation on application.conf.

We have various configurations such as connecting remote HBase cluster and Asynchbase client configurations, S2Graph's cache configuration etc.

I am suggesting to list these reasonably important configurations with comment with informations.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)