[
https://issues.apache.org/jira/browse/S2GRAPH-102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15451256#comment-15451256
]
ASF GitHub Bot commented on S2GRAPH-102:
----------------------------------------
Github user daewon commented on a diff in the pull request:
https://github.com/apache/incubator-s2graph/pull/72#discussion_r76928325
--- Diff: build.sbt ---
@@ -25,6 +25,7 @@ name := "s2graph"
lazy val commonSettings = Seq(
organization := "org.apache.s2graph",
scalaVersion := "2.11.7",
+ version := "0.1.0",
--- End diff --
Docfilie's s2graph version is `lateset` below.
> Add more configuration optoins in 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
>
> Original Estimate: 24h
> Remaining Estimate: 24h
>
> 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)