kakao / s2graph

This code base is retained for historical interest only, please visit Apache Incubator Repo for latest one
https://github.com/apache/incubator-s2graph
Other
250 stars 32 forks source link

compressionAlgorithm column in services table is not used. #151

Open djfwan opened 8 years ago

djfwan commented 8 years ago

https://github.com/kakao/s2graph/blob/3f295b24abcf0c8531c2a51dd97942270c94d1ee/s2core/src/main/scala/com/kakao/s2graph/core/mysqls/Service.scala#L45

Sql statement should be update.

insert into services(service_name, access_token, cluster, hbase_table_name, pre_split_size, hbase_table_ttl, compressionAlgorithm)

SteamShon commented 8 years ago

@djfwan: can you provide PR for this issue?? since seems like you already go through necessary codes