Skip to content
This repository has been archived by the owner on Jun 22, 2020. It is now read-only.

Check the license of mysql connector. #4

Closed
babokim opened this issue May 6, 2015 · 2 comments
Closed

Check the license of mysql connector. #4

babokim opened this issue May 6, 2015 · 2 comments

Comments

@babokim
Copy link

babokim commented May 6, 2015

There is a dependency with mysql connector in build.sbt. I don't know exactly the license of mysql connector. The license of mysql connector isn't comparable with Apache license. So we should check the license of mysql connector.
I think that using derby for default meta store is more common and this can avoid the license problem.

@daewon
Copy link
Contributor

daewon commented May 20, 2015

checkout Feature/refactor/remove mysql 2, then run test
it works!

create 'models-dev', {NAME => 'm'} in hbase shell // src/main/resources/create_model.hql:1:9:create 'models-dev', {NAME => 'm'}
test-only com.daumkakao.s2graph.core.models.HBaseModelTest
bash script/test.sh                                                      
[info] HBaseModelTest:
[info] - test create
[info] - test update
[info] - test read by index
[info] - test delete
[info] Run completed in 1 second, 709 milliseconds.
[info] Total number of tests run: 4
[info] Suites: completed 1, aborted 0
[info] Tests: succeeded 4, failed 0, canceled 0, ignored 0, pending 0
[info] All tests passed.
[success] Total time: 2 s, completed 2015. 5. 21 오전 12:14:50

@daewon
Copy link
Contributor

daewon commented Jun 15, 2015

How about use postgresql? Instead of mysql

SteamShon pushed a commit that referenced this issue Jun 23, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants