[
https://issues.apache.org/jira/browse/S2GRAPH-96?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15423877#comment-15423877
]
ASF GitHub Bot commented on S2GRAPH-96:
---------------------------------------
GitHub user SteamShon opened a pull request:
https://github.com/apache/incubator-s2graph/pull/64
[S2GRAPH-96]: Remove unmanaged dependencies(asynchbase) and speficy it on
build.sbt
+ remove unmanaged dependency(asynchbase) from project folder.
+ instead add it on build.sbt.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/SteamShon/incubator-s2graph S2GRAPH-96
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-s2graph/pull/64.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #64
----
commit 0cd2be52b64106851a7112963c622caa63ba66e5
Author: DO YUNG YOON <[email protected]>
Date: 2016-08-17T04:51:21Z
remove unmanaged dependency asynchbase from s2core/lib
----
> Remove unmanaged dependencies(asynchbase) and speficy it on build.sbt
> ---------------------------------------------------------------------
>
> Key: S2GRAPH-96
> URL: https://issues.apache.org/jira/browse/S2GRAPH-96
> Project: S2Graph
> Issue Type: Sub-task
> Affects Versions: 0.1.0
> Reporter: DOYUNG YOON
> Assignee: DOYUNG YOON
> Priority: Blocker
> Fix For: 0.1.0
>
> Original Estimate: 168h
> Remaining Estimate: 168h
>
> Currently there is asynchbase jar in s2core/lib folder. for source release, I
> think we can't include any binary in our source release package, so I am
> suggesting remove jar file in project.
> Alternately we can specify as following on our build.sbt.
> {noformat}
> "org.hbase" % "asynchbase" % "1.7.2-S2GRAPH" from
> "https://github.com/SteamShon/asynchbase/raw/mvn-repo/org/hbase/asynchbase/1.7.2-S2GRAPH/asynchbase-1.7.2-S2GRAPH-jar-with-dependencies.jar"
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)