Hwansung Yu

Results 7 issues of Hwansung Yu

![screen shot 2016-06-22 at 10 14 23](https://cloud.githubusercontent.com/assets/10102134/16251586/4d016d8a-3862-11e6-8e01-33481520631d.png) Using Druid + Pivot in realtime envirment, shorterm presets is needed. Current presets is lacking of minute unit interval. How about add more...

Issue #203 fixed.

I think that if is_empty_query is true then it could show empty query weather graph query or not. But, is_graph_query is false and is_empty_query is true then doesn't work with...

enhancement

Some S2Core's exceptions are not caught by query controller. S2Core internal server errors shouldn't propagate to client side.

enhancement

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)

I tried run script/test.sh. I could find errors at query for vertices. Here are error queries in test.sh. # insert vertex data ``` curl -XPOST localhost:9000/graphs/vertices/insert/s2graph/user_id -H 'Content-Type: Application/json' -d...