[jira] [Created] (S2GRAPH-258) scala 2.12 support

2020-05-11 Thread Daewon Jeong (Jira)
Daewon Jeong created S2GRAPH-258: Summary: scala 2.12 support Key: S2GRAPH-258 URL: https://issues.apache.org/jira/browse/S2GRAPH-258 Project: S2Graph Issue Type: Improvement

[jira] [Assigned] (S2GRAPH-257) SafeUpdateCache#withCache method incorrect behavior

2020-04-25 Thread Daewon Jeong (Jira)
[ https://issues.apache.org/jira/browse/S2GRAPH-257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daewon Jeong reassigned S2GRAPH-257: Assignee: Daewon Jeong > SafeUpdateCache#withCache method incorrect behav

[jira] [Updated] (S2GRAPH-257) SafeUpdateCache#withCache method incorrect behavior

2020-04-25 Thread Daewon Jeong (Jira)
[ https://issues.apache.org/jira/browse/S2GRAPH-257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daewon Jeong updated S2GRAPH-257: - Description: The SafeUpdateCache Class needs to change the value in another thread when

[jira] [Created] (S2GRAPH-257) SafeUpdateCache#withCache method incorrect behavior

2020-04-25 Thread Daewon Jeong (Jira)
Daewon Jeong created S2GRAPH-257: Summary: SafeUpdateCache#withCache method incorrect behavior Key: S2GRAPH-257 URL: https://issues.apache.org/jira/browse/S2GRAPH-257 Project: S2Graph Issue

[jira] [Commented] (S2GRAPH-250) "select":["props"] doesn't work of getEdges

2018-12-20 Thread Daewon Jeong (JIRA)
[ https://issues.apache.org/jira/browse/S2GRAPH-250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16726500#comment-16726500 ] Daewon Jeong commented on S2GRAPH-250: -- [~Turing-L] Thank you for creating the issue and I

[jira] [Commented] (S2GRAPH-248) HTTP interface integration.

2018-11-29 Thread Daewon Jeong (JIRA)
[ https://issues.apache.org/jira/browse/S2GRAPH-248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16704375#comment-16704375 ] Daewon Jeong commented on S2GRAPH-248: -- [~steamshon]  Thank you for your suggestion. I think

Re: [jira] [Commented] (S2GRAPH-248) HTTP interface integration.

2018-11-26 Thread daewon
3. admin > 4. graphql > > It seems like you intend to migrate s2graphql also into this new subproject > s2http, so just quick question, are we going to deprecate s2graphql > subproject? > > On Mon, Nov 26, 2018 at 5:38 PM daewon wrote: > > > [S2GRAPH-248] I made th

Re: [jira] [Commented] (S2GRAPH-248) HTTP interface integration.

2018-11-26 Thread daewon
[S2GRAPH-248] I made the first commit for the issue. Link: https://github.com/daewon/incubator-s2graph/tree/S2GRAPH-248/s2http I chose `akka http` because it was stable and lightweight with the` framework` for `http layer`. The initial implementation focused on minimizing external dependencies

[jira] [Commented] (S2GRAPH-248) HTTP interface integration.

2018-11-22 Thread Daewon Jeong (JIRA)
[ https://issues.apache.org/jira/browse/S2GRAPH-248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16696384#comment-16696384 ] Daewon Jeong commented on S2GRAPH-248: -- [~steamshon] Thank you for your feedback. I will quickly

[jira] [Created] (S2GRAPH-248) HTTP interface integration.

2018-11-21 Thread Daewon Jeong (JIRA)
Daewon Jeong created S2GRAPH-248: Summary: HTTP interface integration. Key: S2GRAPH-248 URL: https://issues.apache.org/jira/browse/S2GRAPH-248 Project: S2Graph Issue Type: Task

[jira] [Assigned] (S2GRAPH-246) Integration of documents into the S2Graph project

2018-11-14 Thread Daewon Jeong (JIRA)
[ https://issues.apache.org/jira/browse/S2GRAPH-246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daewon Jeong reassigned S2GRAPH-246: Assignee: Daewon Jeong > Integration of documents into the S2Graph proj

[jira] [Created] (S2GRAPH-246) Integration of documents into the S2Graph project

2018-11-12 Thread Daewon Jeong (JIRA)
Daewon Jeong created S2GRAPH-246: Summary: Integration of documents into the S2Graph project Key: S2GRAPH-246 URL: https://issues.apache.org/jira/browse/S2GRAPH-246 Project: S2Graph Issue

[jira] [Assigned] (S2GRAPH-235) Fix typo errors in S2GraphQL MD

2018-11-12 Thread Daewon Jeong (JIRA)
[ https://issues.apache.org/jira/browse/S2GRAPH-235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daewon Jeong reassigned S2GRAPH-235: Assignee: Hwansung Yu > Fix typo errors in S2GraphQL

Re: Integrate s2graph documents into projects

2018-11-12 Thread daewon
I think GitBook is a great platform for creating content. However, there seems to be a problem caused by the existence of code base and document separately. I'll document it using sphinx as I wrote in my first email. and i will create the associated JIRA.

Re: HTTP interface integration and unfinished project (s2rest_netty) removal.

2018-11-06 Thread daewon
I've looked at the features that are available to remove the Play! Framework. I have written my comments for each function groups. - The Admin and Create APIs have yet to integrate many functions into the Play! controller code, so code separation must be preceded in order to move functionality.

Integrate s2graph documents into projects

2018-11-06 Thread daewon
How to use s2grpah can be found in the repository's README.md file and in the Gitbook (https://steamshon.gitbooks.io/s2graph-book/content/) I think there are some problems with how to use s2graph. 1. The README.md file does not describe all the APIs. ex) Absence of admin API description

Re: HTTP interface integration and unfinished project (s2rest_netty) removal.

2018-11-06 Thread daewon
on this since the current dev environment has > been broken. > > > > On Mon, Nov 5, 2018 at 6:15 PM daewon wrote: > > > S2Graph's main web interface is based on Play! Framework. > > > > Key features provided include: > > - admin api > >

HTTP interface integration and unfinished project (s2rest_netty) removal.

2018-11-05 Thread daewon
S2Graph's main web interface is based on Play! Framework. Key features provided include: - admin api - read/write api (include graph traverse) and known issues: 1. The `s2rest_netty` project is experimental and supports only `graph traverse` API. 2. `s2rest_play` based on Play!

Re: [DISCUSS]: asking about future of s2graph

2018-10-31 Thread daewon
I agree with many of your comments. For a community building, what you can do right now is just to listen to external requests while constantly improving functionality. In order to improve the accessibility of the S2Graph project, I think it would be better to create a development environment, a

Re: Podling Report Reminder - November 2018

2018-10-25 Thread daewon
Hi folks. Here I try to write the report for. Please feel free to comment. -- S2Graph S2Graph is a distributed and scalable OLTP graph database built on Apache HBase to support fast traversal of extremely large graphs. S2Graph has been incubating since

[jira] [Created] (S2GRAPH-243) Limit bug on 'graph/getEdges'

2018-10-18 Thread Daewon Jeong (JIRA)
Daewon Jeong created S2GRAPH-243: Summary: Limit bug on 'graph/getEdges' Key: S2GRAPH-243 URL: https://issues.apache.org/jira/browse/S2GRAPH-243 Project: S2Graph Issue Type: Bug

***UNCHECKED*** [jira] [Commented] (S2GRAPH-240) Add management api for Experiment and Bucket.

2018-09-19 Thread Daewon Jeong (JIRA)
[ https://issues.apache.org/jira/browse/S2GRAPH-240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16620206#comment-16620206 ] Daewon Jeong commented on S2GRAPH-240: -- GraphQL officially supports parameter substitution in Query

***UNCHECKED*** [jira] [Assigned] (S2GRAPH-241) Support for vertex/label schema generation via SDL(schema definition language)

2018-09-19 Thread Daewon Jeong (JIRA)
[ https://issues.apache.org/jira/browse/S2GRAPH-241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daewon Jeong reassigned S2GRAPH-241: Assignee: Daewon Jeong > Support for vertex/label schema generation via SDL(sch

[jira] [Created] (S2GRAPH-234) Add a meta field(source_id, target_id) to GraphQL Edge Query (label)

2018-07-31 Thread Daewon Jeong (JIRA)
Daewon Jeong created S2GRAPH-234: Summary: Add a meta field(source_id, target_id) to GraphQL Edge Query (label) Key: S2GRAPH-234 URL: https://issues.apache.org/jira/browse/S2GRAPH-234 Project

[jira] [Assigned] (S2GRAPH-232) Elimination of inefficiency due to duplication in GraphQL schema generation.

2018-07-10 Thread Daewon Jeong (JIRA)
[ https://issues.apache.org/jira/browse/S2GRAPH-232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daewon Jeong reassigned S2GRAPH-232: Assignee: Daewon Jeong > Elimination of inefficiency due to duplication in Grap

[jira] [Assigned] (S2GRAPH-231) Change the GraphQL type name to a valid string.

2018-07-10 Thread Daewon Jeong (JIRA)
[ https://issues.apache.org/jira/browse/S2GRAPH-231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daewon Jeong reassigned S2GRAPH-231: Assignee: Daewon Jeong > Change the GraphQL type name to a valid str

[jira] [Updated] (S2GRAPH-231) Change the GraphQL type name to a valid string.

2018-07-06 Thread Daewon Jeong (JIRA)
[ https://issues.apache.org/jira/browse/S2GRAPH-231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daewon Jeong updated S2GRAPH-231: - Issue Type: Improvement (was: Task) > Change the GraphQL type name to a valid str

[jira] [Created] (S2GRAPH-232) Elimination of inefficiency due to duplication in GraphQL schema generation.

2018-07-06 Thread Daewon Jeong (JIRA)
Daewon Jeong created S2GRAPH-232: Summary: Elimination of inefficiency due to duplication in GraphQL schema generation. Key: S2GRAPH-232 URL: https://issues.apache.org/jira/browse/S2GRAPH-232 Project

[jira] [Commented] (S2GRAPH-229) 'Step' abstraction for combinable queries

2018-07-02 Thread Daewon Jeong (JIRA)
[ https://issues.apache.org/jira/browse/S2GRAPH-229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16529440#comment-16529440 ] Daewon Jeong commented on S2GRAPH-229: -- [~steamshon] Thank you for your feedback. I first created

[jira] [Updated] (S2GRAPH-229) 'Step' abstraction for combinable queries

2018-06-27 Thread Daewon Jeong (JIRA)
[ https://issues.apache.org/jira/browse/S2GRAPH-229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daewon Jeong updated S2GRAPH-229: - Description: Graph Query is a combination of queries of each step. For example,    1. you can

[jira] [Updated] (S2GRAPH-229) 'Step' abstraction for combinable queries

2018-06-27 Thread Daewon Jeong (JIRA)
[ https://issues.apache.org/jira/browse/S2GRAPH-229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daewon Jeong updated S2GRAPH-229: - Description: Graph Query is a combination of queries of each step. For example,    1. you can

[jira] [Created] (S2GRAPH-229) 'Step' abstraction for combinable queries

2018-06-27 Thread Daewon Jeong (JIRA)
Daewon Jeong created S2GRAPH-229: Summary: 'Step' abstraction for combinable queries Key: S2GRAPH-229 URL: https://issues.apache.org/jira/browse/S2GRAPH-229 Project: S2Graph Issue Type: Task

[jira] [Commented] (S2GRAPH-202) Propose that the contents of a property can be searched in Verterx queries

2018-06-18 Thread Daewon Jeong (JIRA)
[ https://issues.apache.org/jira/browse/S2GRAPH-202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16515537#comment-16515537 ] Daewon Jeong commented on S2GRAPH-202: -- close issue for duplicate S2GRAPH-207 > Prop

[jira] [Created] (S2GRAPH-224) Modify HBase download script for CI

2018-06-18 Thread Daewon Jeong (JIRA)
Daewon Jeong created S2GRAPH-224: Summary: Modify HBase download script for CI Key: S2GRAPH-224 URL: https://issues.apache.org/jira/browse/S2GRAPH-224 Project: S2Graph Issue Type: Task

[jira] [Commented] (S2GRAPH-222) Support Not logical operator in WhereParser.

2018-06-17 Thread Daewon Jeong (JIRA)
[ https://issues.apache.org/jira/browse/S2GRAPH-222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16515371#comment-16515371 ] Daewon Jeong commented on S2GRAPH-222: -- [~steamshon] I agree with the addition of the Like

[jira] [Comment Edited] (S2GRAPH-222) Support Not logical operator in WhereParser.

2018-06-14 Thread Daewon Jeong (JIRA)
[ https://issues.apache.org/jira/browse/S2GRAPH-222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16513352#comment-16513352 ] Daewon Jeong edited comment on S2GRAPH-222 at 6/15/18 5:17 AM

[jira] [Commented] (S2GRAPH-222) Support Not logical operator in WhereParser.

2018-06-14 Thread Daewon Jeong (JIRA)
[ https://issues.apache.org/jira/browse/S2GRAPH-222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16513352#comment-16513352 ] Daewon Jeong commented on S2GRAPH-222: -- [~steamshon] I think `Where Parser` should follow

[jira] [Commented] (S2GRAPH-222) Support Not logical operator in WhereParser.

2018-06-14 Thread Daewon Jeong (JIRA)
[ https://issues.apache.org/jira/browse/S2GRAPH-222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16513243#comment-16513243 ] Daewon Jeong commented on S2GRAPH-222: -- [~steamshon] I'm interested in the issue. Is it okay

Re: Podling Report Reminder - June 2018

2018-06-11 Thread daewon
It has been 4 days since the review was requested. I just wonder if I should just wait or what other activities should I do for signed-off? Now no one has any feedback. How do I get a review for a request? On Fri, Jun 8, 2018 at 10:30 AM DO YUNG YOON wrote: > I tried to write June 2018 report

[jira] [Comment Edited] (S2GRAPH-174) Suggest to implement web version interactive graph visualization function

2018-06-08 Thread Daewon Jeong (JIRA)
[ https://issues.apache.org/jira/browse/S2GRAPH-174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16505751#comment-16505751 ] Daewon Jeong edited comment on S2GRAPH-174 at 6/8/18 6:34 AM: -- [~zhangmeng

[jira] [Assigned] (S2GRAPH-219) Added query that includes all vertices and associated edges for GraphVisualize.

2018-06-08 Thread Daewon Jeong (JIRA)
[ https://issues.apache.org/jira/browse/S2GRAPH-219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daewon Jeong reassigned S2GRAPH-219: Assignee: Daewon Jeong > Added query that includes all vertices and associated ed

[jira] [Created] (S2GRAPH-219) Added query that includes all vertices and associated edges for GraphVisualize.

2018-06-08 Thread Daewon Jeong (JIRA)
Daewon Jeong created S2GRAPH-219: Summary: Added query that includes all vertices and associated edges for GraphVisualize. Key: S2GRAPH-219 URL: https://issues.apache.org/jira/browse/S2GRAPH-219

[jira] [Updated] (S2GRAPH-174) Suggest to implement web version interactive graph visualization function

2018-06-04 Thread Daewon Jeong (JIRA)
[ https://issues.apache.org/jira/browse/S2GRAPH-174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daewon Jeong updated S2GRAPH-174: - Description: In our practice, s2graph is lightweight but powerful, especially compared

[jira] [Created] (S2GRAPH-217) Provide GraphiQL(An in-browser IDE for exploring GraphQL) as default in s2graphql project

2018-05-31 Thread Daewon Jeong (JIRA)
Daewon Jeong created S2GRAPH-217: Summary: Provide GraphiQL(An in-browser IDE for exploring GraphQL) as default in s2graphql project Key: S2GRAPH-217 URL: https://issues.apache.org/jira/browse/S2GRAPH-217

[jira] [Assigned] (S2GRAPH-216) Provide a transform directive in the GraphQL query result.

2018-05-30 Thread Daewon Jeong (JIRA)
[ https://issues.apache.org/jira/browse/S2GRAPH-216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daewon Jeong reassigned S2GRAPH-216: Assignee: Daewon Jeong > Provide a transform directive in the GraphQL query res

[jira] [Updated] (S2GRAPH-216) Provide a transform directive in the GraphQL query result.

2018-05-30 Thread Daewon Jeong (JIRA)
[ https://issues.apache.org/jira/browse/S2GRAPH-216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daewon Jeong updated S2GRAPH-216: - Description: h2. Provides a way to manipulate the String if the value of the returned field

[jira] [Updated] (S2GRAPH-216) Provide a transform directive in the GraphQL query result.

2018-05-30 Thread Daewon Jeong (JIRA)
[ https://issues.apache.org/jira/browse/S2GRAPH-216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daewon Jeong updated S2GRAPH-216: - Summary: Provide a transform directive in the GraphQL query result. (was: Provide a transform

[jira] [Created] (S2GRAPH-216) Provide a transform directive in the GraphQL return field.

2018-05-30 Thread Daewon Jeong (JIRA)
Daewon Jeong created S2GRAPH-216: Summary: Provide a transform directive in the GraphQL return field. Key: S2GRAPH-216 URL: https://issues.apache.org/jira/browse/S2GRAPH-216 Project: S2Graph

[jira] [Created] (S2GRAPH-215) Implement a Storage Backend for JDBC driver, such as H2, MySql using the Mutator and Fetcher interfaces.

2018-05-22 Thread Daewon Jeong (JIRA)
Daewon Jeong created S2GRAPH-215: Summary: Implement a Storage Backend for JDBC driver, such as H2, MySql using the Mutator and Fetcher interfaces. Key: S2GRAPH-215 URL: https://issues.apache.org/jira/browse

[jira] [Created] (S2GRAPH-211) Include 's2jobs' test in CI

2018-04-27 Thread Daewon Jeong (JIRA)
Daewon Jeong created S2GRAPH-211: Summary: Include 's2jobs' test in CI Key: S2GRAPH-211 URL: https://issues.apache.org/jira/browse/S2GRAPH-211 Project: S2Graph Issue Type: Improvement

[jira] [Commented] (S2GRAPH-209) GlobalIndex supports field data types such as Numeric to enable Range Query.

2018-04-23 Thread Daewon Jeong (JIRA)
[ https://issues.apache.org/jira/browse/S2GRAPH-209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16447859#comment-16447859 ] Daewon Jeong commented on S2GRAPH-209: -- The 'lucene' index provider is very difficult to implement

[jira] [Created] (S2GRAPH-208) Provides a way to force the Graphql schema to be updated using external APIs

2018-04-17 Thread Daewon Jeong (JIRA)
Daewon Jeong created S2GRAPH-208: Summary: Provides a way to force the Graphql schema to be updated using external APIs Key: S2GRAPH-208 URL: https://issues.apache.org/jira/browse/S2GRAPH-208 Project

[jira] [Created] (S2GRAPH-207) Provides a way to query data with the value of the Vertex property in a GraphQL query.

2018-04-17 Thread Daewon Jeong (JIRA)
Daewon Jeong created S2GRAPH-207: Summary: Provides a way to query data with the value of the Vertex property in a GraphQL query. Key: S2GRAPH-207 URL: https://issues.apache.org/jira/browse/S2GRAPH-207

[jira] [Updated] (S2GRAPH-194) Provides a way to remove `service`

2018-04-11 Thread Daewon Jeong (JIRA)
[ https://issues.apache.org/jira/browse/S2GRAPH-194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daewon Jeong updated S2GRAPH-194: - Description: I was looking for a bug while looking at the API to create the `deleteService

[jira] [Updated] (S2GRAPH-194) Provides a way to remove `service`

2018-04-11 Thread Daewon Jeong (JIRA)
[ https://issues.apache.org/jira/browse/S2GRAPH-194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daewon Jeong updated S2GRAPH-194: - Description: I was looking for a bug while looking at the API to create the `deleteService

[jira] [Commented] (S2GRAPH-203) Support "application/graphql" Content-Type header

2018-04-10 Thread Daewon Jeong (JIRA)
[ https://issues.apache.org/jira/browse/S2GRAPH-203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16432017#comment-16432017 ] Daewon Jeong commented on S2GRAPH-203: -- [~chul] Thank you for your good suggestion. I will implement

[jira] [Assigned] (S2GRAPH-203) Support "application/graphql" Content-Type header

2018-04-10 Thread Daewon Jeong (JIRA)
[ https://issues.apache.org/jira/browse/S2GRAPH-203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daewon Jeong reassigned S2GRAPH-203: Assignee: Daewon Jeong > Support "application/graphql" Conten

[jira] [Created] (S2GRAPH-204) Avoid N + 1 queries in GraphQL

2018-04-09 Thread Daewon Jeong (JIRA)
Daewon Jeong created S2GRAPH-204: Summary: Avoid N + 1 queries in GraphQL Key: S2GRAPH-204 URL: https://issues.apache.org/jira/browse/S2GRAPH-204 Project: S2Graph Issue Type: Improvement

[jira] [Created] (S2GRAPH-202) Propose that the contents of a property can be searched in Verterx queries

2018-04-06 Thread Daewon Jeong (JIRA)
Daewon Jeong created S2GRAPH-202: Summary: Propose that the contents of a property can be searched in Verterx queries Key: S2GRAPH-202 URL: https://issues.apache.org/jira/browse/S2GRAPH-202 Project

[jira] [Comment Edited] (S2GRAPH-199) Changing query more intuitively by using `columnName` instead of `from/to` in label field name

2018-04-05 Thread Daewon Jeong (JIRA)
[ https://issues.apache.org/jira/browse/S2GRAPH-199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16425052#comment-16425052 ] Daewon Jeong edited comment on S2GRAPH-199 at 4/5/18 7:41 AM: -- GitHub user

[jira] [Comment Edited] (S2GRAPH-199) Changing query more intuitively by using `columnName` instead of `from/to` in label field name

2018-04-02 Thread Daewon Jeong (JIRA)
[ https://issues.apache.org/jira/browse/S2GRAPH-199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16423363#comment-16423363 ] Daewon Jeong edited comment on S2GRAPH-199 at 4/3/18 1:46 AM: -- [~steamshon

[jira] [Commented] (S2GRAPH-199) Changing query more intuitively by using `columnName` instead of `from/to` in label field name

2018-04-02 Thread Daewon Jeong (JIRA)
[ https://issues.apache.org/jira/browse/S2GRAPH-199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16423363#comment-16423363 ] Daewon Jeong commented on S2GRAPH-199: -- [~steamshon] I have found some problems that can occur

[jira] [Created] (S2GRAPH-196) Apply Query Parameter to Label Fetch in S2GraphQL

2018-03-30 Thread Daewon Jeong (JIRA)
Daewon Jeong created S2GRAPH-196: Summary: Apply Query Parameter to Label Fetch in S2GraphQL Key: S2GRAPH-196 URL: https://issues.apache.org/jira/browse/S2GRAPH-196 Project: S2Graph Issue

[jira] [Commented] (S2GRAPH-195) could not create indices using S2GraphQL

2018-03-30 Thread Daewon Jeong (JIRA)
[ https://issues.apache.org/jira/browse/S2GRAPH-195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16420287#comment-16420287 ] Daewon Jeong commented on S2GRAPH-195: -- Thanks for reporting the error. indices were created

[jira] [Assigned] (S2GRAPH-195) could not create indices using S2GraphQL

2018-03-30 Thread Daewon Jeong (JIRA)
[ https://issues.apache.org/jira/browse/S2GRAPH-195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daewon Jeong reassigned S2GRAPH-195: Assignee: Daewon Jeong > could not create indices using S2Grap

[jira] [Commented] (S2GRAPH-192) could not find service column when creating the label

2018-03-30 Thread Daewon Jeong (JIRA)
[ https://issues.apache.org/jira/browse/S2GRAPH-192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16420193#comment-16420193 ] Daewon Jeong commented on S2GRAPH-192: -- [~chul] The bug has been fixed :) > could not find serv

[jira] [Created] (S2GRAPH-194) Provides a way to remove `service`

2018-03-29 Thread Daewon Jeong (JIRA)
Daewon Jeong created S2GRAPH-194: Summary: Provides a way to remove `service` Key: S2GRAPH-194 URL: https://issues.apache.org/jira/browse/S2GRAPH-194 Project: S2Graph Issue Type: Bug

[jira] [Assigned] (S2GRAPH-192) could not find service column when creating the label

2018-03-29 Thread Daewon Jeong (JIRA)
[ https://issues.apache.org/jira/browse/S2GRAPH-192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daewon Jeong reassigned S2GRAPH-192: Assignee: Daewon Jeong > could not find service column when creating the la

[jira] [Commented] (S2GRAPH-191) Providing request / response logging to GraphQL server and removing println

2018-03-29 Thread Daewon Jeong (JIRA)
[ https://issues.apache.org/jira/browse/S2GRAPH-191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16418561#comment-16418561 ] Daewon Jeong commented on S2GRAPH-191: -- [~elric] When the issue is merged, it is expected

[jira] [Assigned] (S2GRAPH-191) Providing request / response logging to GraphQL server and removing println

2018-03-28 Thread Daewon Jeong (JIRA)
[ https://issues.apache.org/jira/browse/S2GRAPH-191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daewon Jeong reassigned S2GRAPH-191: Assignee: Daewon Jeong > Providing request / response logging to GraphQL ser

[jira] [Created] (S2GRAPH-191) Providing request / response logging to GraphQL server and removing println

2018-03-28 Thread Daewon Jeong (JIRA)
Daewon Jeong created S2GRAPH-191: Summary: Providing request / response logging to GraphQL server and removing println Key: S2GRAPH-191 URL: https://issues.apache.org/jira/browse/S2GRAPH-191 Project

[jira] [Commented] (S2GRAPH-190) Remove unnecessary TC JsonBenchmarkSpec

2018-03-28 Thread Daewon Jeong (JIRA)
[ https://issues.apache.org/jira/browse/S2GRAPH-190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16418443#comment-16418443 ] Daewon Jeong commented on S2GRAPH-190: -- [~steamshon] I will send PR after work. > Rem

[jira] [Created] (S2GRAPH-180) Implement missing Management API

2018-02-26 Thread Daewon Jeong (JIRA)
Daewon Jeong created S2GRAPH-180: Summary: Implement missing Management API Key: S2GRAPH-180 URL: https://issues.apache.org/jira/browse/S2GRAPH-180 Project: S2Graph Issue Type: Sub-task

[jira] [Commented] (S2GRAPH-172) Suggest to implement GraphQL as standard web interface for S2Graph.

2018-01-31 Thread Daewon Jeong (JIRA)
[ https://issues.apache.org/jira/browse/S2GRAPH-172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16346444#comment-16346444 ] Daewon Jeong commented on S2GRAPH-172: -- I have created your first PR for an issue. link: https

[jira] [Comment Edited] (S2GRAPH-172) Suggest to implement GraphQL as standard web interface for S2Graph.

2018-01-21 Thread Daewon Jeong (JIRA)
[ https://issues.apache.org/jira/browse/S2GRAPH-172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16333925#comment-16333925 ] Daewon Jeong edited comment on S2GRAPH-172 at 1/22/18 6:48 AM: --- Finished

[jira] [Comment Edited] (S2GRAPH-172) Suggest to implement GraphQL as standard web interface for S2Graph.

2018-01-21 Thread Daewon Jeong (JIRA)
[ https://issues.apache.org/jira/browse/S2GRAPH-172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16333925#comment-16333925 ] Daewon Jeong edited comment on S2GRAPH-172 at 1/22/18 6:46 AM: --- Finished

[jira] [Commented] (S2GRAPH-172) Suggest to implement GraphQL as standard web interface for S2Graph.

2018-01-21 Thread Daewon Jeong (JIRA)
[ https://issues.apache.org/jira/browse/S2GRAPH-172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16333925#comment-16333925 ] Daewon Jeong commented on S2GRAPH-172: -- Finished preparing to support GraphQL in S2Graph

[jira] [Comment Edited] (S2GRAPH-172) Suggest to implement GraphQL as standard web interface for S2Graph.

2017-12-18 Thread Daewon Jeong (JIRA)
[ https://issues.apache.org/jira/browse/S2GRAPH-172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16294736#comment-16294736 ] Daewon Jeong edited comment on S2GRAPH-172 at 12/19/17 2:47 AM: Let's

[jira] [Comment Edited] (S2GRAPH-172) Suggest to implement GraphQL as standard web interface for S2Graph.

2017-12-18 Thread Daewon Jeong (JIRA)
[ https://issues.apache.org/jira/browse/S2GRAPH-172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16294736#comment-16294736 ] Daewon Jeong edited comment on S2GRAPH-172 at 12/18/17 10:01 AM: - Let's

[jira] [Commented] (S2GRAPH-172) Suggest to implement GraphQL as standard web interface for S2Graph.

2017-12-18 Thread Daewon Jeong (JIRA)
[ https://issues.apache.org/jira/browse/S2GRAPH-172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16294736#comment-16294736 ] Daewon Jeong commented on S2GRAPH-172: -- [~steamshon] Let's take the label in S2Graph README.md

[jira] [Comment Edited] (S2GRAPH-170) Create Interface for S2Edge/S2Vertex/S2Graph.

2017-11-06 Thread Daewon Jeong (JIRA)
[ https://issues.apache.org/jira/browse/S2GRAPH-170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16240094#comment-16240094 ] Daewon Jeong edited comment on S2GRAPH-170 at 11/6/17 10:09 AM: I

[jira] [Commented] (S2GRAPH-170) Create Interface for S2Edge/S2Vertex/S2Graph.

2017-11-06 Thread Daewon Jeong (JIRA)
[ https://issues.apache.org/jira/browse/S2GRAPH-170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16240094#comment-16240094 ] Daewon Jeong commented on S2GRAPH-170: -- I reviewed the above draft. I agree to proceed

[jira] [Comment Edited] (S2GRAPH-170) Create Interface for S2Edge/S2Vertex/S2Graph.

2017-11-06 Thread Daewon Jeong (JIRA)
[ https://issues.apache.org/jira/browse/S2GRAPH-170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16240094#comment-16240094 ] Daewon Jeong edited comment on S2GRAPH-170 at 11/6/17 10:10 AM: I

[jira] [Commented] (S2GRAPH-170) Create Interface for S2Edge/S2Vertex/S2Graph.

2017-11-06 Thread Daewon Jeong (JIRA)
[ https://issues.apache.org/jira/browse/S2GRAPH-170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16240119#comment-16240119 ] Daewon Jeong commented on S2GRAPH-170: -- [~steamshon] S2 [Edge / Vertex / Graph] In order to derive

Re: [DISCUSS] milestone for next release

2017-09-12 Thread daewon
Every suggestion looks good. 1. Java Client Is `JavaClient` related to Admin Interface? If you exclude `Admin Interface`, use Tinkerpop Interface as main Java Interface. In this case, however, it is likely to lose the advantage of Asynchronous Traverse, a feature of S2Graph. If need to implement

[jira] [Commented] (S2GRAPH-165) Add TinkerPop support documentation on README

2017-09-04 Thread Daewon Jeong (JIRA)
[ https://issues.apache.org/jira/browse/S2GRAPH-165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16153073#comment-16153073 ] Daewon Jeong commented on S2GRAPH-165: -- Nice documentation +1 > Add TinkerPop supp

Re: [VOTE] Apache S2Graph(incubating) 0.2.0 release RC3

2017-08-14 Thread daewon
+1 (non-binding) I tested below work well in the following environment. - sbt test - sbt package - run w/ example.sh # TEST ENV ## O/S ``` NAME="Ubuntu" VERSION="16.04.2 LTS (Xenial Xerus)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 16.04.2 LTS" VERSION_ID="16.04"

Re: [VOTE] Apache S2Graph(incubating) 0.2.0 release RC2

2017-08-07 Thread daewon
+1 (non-binding) I tested that `sbt test`` and `sbt package`` work well in the following environment. # TEST ENV ## O/S ``` NAME="Ubuntu" VERSION="16.04.2 LTS (Xenial Xerus)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 16.04.2 LTS" VERSION_ID="16.04" HOME_URL="http://www.ubuntu.com/;

Re: [DISCUSSION] second release schedule and scope

2017-08-02 Thread daewon
I agree with the above comments and I agree with the release. On Tue, Aug 1, 2017 at 7:45 PM DO YUNG YOON wrote: > Updates on our second release scope and schedule. > > Since Hwansung suggest to resolve tinkerpop related issue before second > release, I was working on the

[jira] [Updated] (S2GRAPH-152) Add IndexType on Management's createIndex

2017-08-02 Thread Daewon Jeong (JIRA)
[ https://issues.apache.org/jira/browse/S2GRAPH-152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daewon Jeong updated S2GRAPH-152: - Summary: Add IndexType on Management's createIndex (was: [S2GRAPH-152] Add IndexType

[jira] [Updated] (S2GRAPH-152) [S2GRAPH-152] Add IndexType on Management's createIndex

2017-08-02 Thread Daewon Jeong (JIRA)
[ https://issues.apache.org/jira/browse/S2GRAPH-152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daewon Jeong updated S2GRAPH-152: - Summary: [S2GRAPH-152] Add IndexType on Management's createIndex (was: j) > [S2GRAPH-152]

[jira] [Updated] (S2GRAPH-152) j

2017-08-01 Thread Daewon Jeong (JIRA)
[ https://issues.apache.org/jira/browse/S2GRAPH-152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daewon Jeong updated S2GRAPH-152: - Summary: j (was: Add buildGlobalIndex API on Management) > j > - > >

[jira] [Commented] (S2GRAPH-148) Provide Gremlin Plugin

2017-08-01 Thread Daewon Jeong (JIRA)
[ https://issues.apache.org/jira/browse/S2GRAPH-148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16110193#comment-16110193 ] Daewon Jeong commented on S2GRAPH-148: -- [https://github.com/SteamShon/incubator-s2graph/tree/S2GRAPH

[jira] [Assigned] (S2GRAPH-49) Add netty options.

2016-12-05 Thread Daewon Jeong (JIRA)
[ https://issues.apache.org/jira/browse/S2GRAPH-49?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daewon Jeong reassigned S2GRAPH-49: --- Assignee: Daewon Jeong > Add netty options. > -- > >

[jira] [Commented] (S2GRAPH-28) _to option gives wrong result on query.

2016-12-05 Thread Daewon Jeong (JIRA)
[ https://issues.apache.org/jira/browse/S2GRAPH-28?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15721643#comment-15721643 ] Daewon Jeong commented on S2GRAPH-28: - his issue has been reflected. > _to option gives wrong res

[jira] [Created] (S2GRAPH-141) Threshold' param doesn't work when doesn't exist duplicate edges

2016-12-04 Thread Daewon Jeong (JIRA)
Daewon Jeong created S2GRAPH-141: Summary: Threshold' param doesn't work when doesn't exist duplicate edges Key: S2GRAPH-141 URL: https://issues.apache.org/jira/browse/S2GRAPH-141 Project: S2Graph

[jira] [Created] (S2GRAPH-140) A bug where the index name is '_PK' but not the first index

2016-12-04 Thread Daewon Jeong (JIRA)
Daewon Jeong created S2GRAPH-140: Summary: A bug where the index name is '_PK' but not the first index Key: S2GRAPH-140 URL: https://issues.apache.org/jira/browse/S2GRAPH-140 Project: S2Graph

[jira] [Updated] (S2GRAPH-139) Cache expire with wrong cache key when label is deleted.

2016-12-04 Thread Daewon Jeong (JIRA)
[ https://issues.apache.org/jira/browse/S2GRAPH-139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daewon Jeong updated S2GRAPH-139: - Description: In case of label deletion, cacheKey is created as Some(id) form, while when label

[jira] [Created] (S2GRAPH-139) Cache expire with wrong cache key when label is deleted.

2016-12-04 Thread Daewon Jeong (JIRA)
Daewon Jeong created S2GRAPH-139: Summary: Cache expire with wrong cache key when label is deleted. Key: S2GRAPH-139 URL: https://issues.apache.org/jira/browse/S2GRAPH-139 Project: S2Graph

[jira] [Updated] (S2GRAPH-138) There is a problem that `log` is not left in development mode.

2016-12-04 Thread Daewon Jeong (JIRA)
[ https://issues.apache.org/jira/browse/S2GRAPH-138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daewon Jeong updated S2GRAPH-138: - Description: Logging works fine in packaged binary(sbt package) with `start-s2graph.sh

  1   2   >