Work on first release has started!

2016-06-08 Thread DO YUNG YOON
Hi guys. We are staring the process to prepare for S2Graph first release. I have opend JIRA(https://issues.apache.org/jira/browse/S2GRAPH-86) to cover the tasks under our first release. If you have any JIRA in progress and would like to include it in this release, please follow the process to do

Re: Simplify write-write conflict resolving logic.

2016-06-07 Thread DO YUNG YOON
=project%20%3D%20S2GRAPH ) On Sat, May 28, 2016 at 3:35 PM DO YUNG YOON <sho...@gmail.com> wrote: > Hi JunKi. > > I had free time today, and start working on > https://issues.apache.org/jira/browse/S2GRAPH-68. > You can find out where this is going to on > https://github.com/

Re: Podling Report Reminder - May 2016

2016-06-01 Thread DO YUNG YOON
Hi folks. I was about to add report draft on wiki but I can't find S2GRAPH on http://wiki.apache.org/incubator/June2016. Should I add it? I am wondering because last time, the template has entry for S2GRAPH and this time it does not have one. Anyway following is the draft for June report, Please

Re: Podling Report Reminder - May 2016

2016-06-01 Thread DO YUNG YOON
I find out http://mail-archives.apache.org/mod_mbox/incubator-general/201605.mbox/%3ccaoqetn-vd17vur0lw-9cntjf0cg_f4qgk+3+iu47+1jfxcc...@mail.gmail.com%3E . According to this link, I think we can disregard the reminders for May. Any thought? On Wed, Jun 1, 2016 at 10:38 PM DO YUNG YOON <

New release branch 0.1.0

2016-06-19 Thread DO YUNG YOON
I've just created new release branch for our first 0.1.0 release. Please continue committing to main branch as usual, I'll cherry-pick commits to branch-0.1.0 on per needed basis. Thanks. https://git-wip-us.apache.org/repos/asf?p=incubator-s2graph.git;a=shortlog;h=refs/heads/branch-0.1.0

Re: concerned about s2graph community

2016-03-19 Thread DO YUNG YOON
Hi. I have to admit that comitters at Kakao had face-to-face discussion and these discussions have not been transparent to community. I think I am the one who screw up here, since I have created issues and ask others to review my issues f2f. Let me explain my mistakes here. There has been lots

[DISCUSS] Project Road Map

2016-03-21 Thread DO YUNG YOON
Hi folks. I just want to open up discussion on our project roadmap. https://docs.google.com/document/d/1QSEf628QHrLmky16cJN_wIv0H_cfi1E9NGLqKMpdsNE/edit?usp=sharing Things I wrote on link is completely draft(I just list up all I can think of now), please feel free to change as it is necessary.

Re: [jira] [Commented] (S2GRAPH-61) Update README.md to have Apache mailing list

2016-03-22 Thread DO YUNG YOON
Looks good to me. I am going to merge this. Thanks for contributions. On Wed, Mar 23, 2016 at 10:27 AM ASF GitHub Bot (JIRA) wrote: > > [ >

Re: About s2ab query needs status code in result.

2016-03-22 Thread DO YUNG YOON
Hi Hwansung. Seems like it is validation check issue on 'experiment' routes on s2rest. I think it is better to throw explicit exception(dedicated exception or BadQueryException which currently exist). Not only this cases, but also I think there is lots to work on regarding exception handling on

Separate build rowKey, qualifier, value for KeyValue in Serializable.

2016-04-28 Thread DO YUNG YOON
When user query is provided, we are build RPC request(GetRequest, Scanner) to fetch list of KeyValue from storage. For query, I think mostly we only need bytes for rowKey(GetRequest), but currently building rowKey, qualifier, value on Serializable is not separated so we have to serialize qualifier

Re: About s2ab query needs status code in result.

2016-04-27 Thread DO YUNG YOON
Appreciate it. On Fri, Apr 22, 2016 at 11:02 AM Hwansung Yu <deejayf...@gmail.com> wrote: > I agree to throw explicit exception. > I created an issue. > > https://issues.apache.org/jira/browse/S2GRAPH-67 > > > > On Wed, Mar 23, 2016 at 2:49 PM, DO YUNG YOON <

Re: [DISCUSS] Project Road Map

2016-04-28 Thread DO YUNG YOON
p of > > >> HBase, > > >>> it always had other storage engines in mind. > > >>> Perhaps this is somewhat unclear in the proposal, but I see hits of > the > > >>> plan for additional storages in statements such as - > > >>> S2Graph <h

Re: [jira] [Commented] (S2GRAPH-72) Support Apache TinkerPop and Gremlin

2016-05-11 Thread DO YUNG YOON
Hi Marko, Thanks for brought up this issue. Stephen, Thanks for the reference. Hi folks. I think this Issue is really our top priority not only for community but also all goodies that Apache TinkerPop provide. Is there any folks who want to work on this Issue? I think it is great chance to get

Re: [Discussion] first release plan.

2016-05-08 Thread DO YUNG YOON
/How+to+Release+Sqoop2 and do what needs to be done. What do you guys think? On Mon, May 2, 2016 at 8:29 AM DO YUNG YOON <sho...@gmail.com> wrote: > Thanks for guide, Venkatesh and Sergio. > I will definitely read through it to understand the general processes. > > So first th

Re: Provide storage which use HBase's native client(not Asynchbase).

2016-04-21 Thread DO YUNG YOON
> > > > If we can avoid the Asynchbase+Guava issue by shading them and the only > > interesting reason left to switch is the benchmark, it might not worth > > going back to the blocking API as it will require a whole new threading > > design. > > > > Sincerely,

Re: Podling Report Reminder - August 2016

2016-08-01 Thread DO YUNG YOON
Hi Sergio. sorry for being late, I have been busy these days. I will try to update wiki tonight! Thanks for heads up! On Mon, Aug 1, 2016 at 2:56 PM Sergio Fernández wrote: > ping > the report should be online in the wiki in two days... > > On Wed, Jul 27, 2016 at 3:29 PM,

Re: Podling Report Reminder - August 2016

2016-08-01 Thread DO YUNG YOON
tesh Seetharam [ ](s2graph) Sergio Fernández On Mon, Aug 1, 2016 at 3:04 PM Sergio Fernández <wik...@apache.org> wrote: > np, thx! > > On Mon, Aug 1, 2016 at 8:03 AM, DO YUNG YOON <sho...@gmail.com> wrote: > > > Hi Sergio. > > sorry for being late, I have been b

Re: [Discuss] license file for dependencies.

2016-07-05 Thread DO YUNG YOON
ase advice me if anyone has concerns. Best Regards. DOYUNG YOON On Tue, Jul 5, 2016 at 12:15 AM DO YUNG YOON <sho...@gmail.com> wrote: > Hi folks. > > I was working on creating LICENSE file for our release and following is > what I have got from `sbt dependencyLicenseInfo` on b

[VOTE] Apache S2Graph(incubating) 0.1.0 release RC1

2016-08-08 Thread DO YUNG YOON
Hi all, This is a call for a releasing Apache S2Graph 0.1.0-incubating, release candidate 1. This is the first release of S2Graph. The source tarball, including signatures, digests, etc. can be found at: https://dist.apache.org/repos/dist/dev/incubator/s2graph/0.1.0-incubating-RC1/ The tag to

[VOTE] Apache S2Graph(incubating) 0.1.0 release RC2

2016-09-01 Thread DO YUNG YOON
Hi all, This is a call for a releasing Apache S2Graph 0.1.0-incubating, release candidate 2. This is the first release of S2Graph. The source tarball, including signatures, digests, etc. can be found at: https://dist.apache.org/repos/dist/dev/incubator/s2graph/0.1.0-incubating-RC2/ The tag to

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

2016-09-01 Thread DO YUNG YOON
ith the missing dependency, I'm > more than happy to revise my vote. But, as I pointer in another email, > remember I'd only have 24 hours from now until I'll go on vacations. > > Thanks. > > Cheers, > > > On Thu, Sep 1, 2016 at 11:53 AM, DO YUNG YOON <s

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

2016-09-01 Thread DO YUNG YOON
Yung, > > > > On Thu, Sep 1, 2016 at 3:07 PM, DO YUNG YOON <sho...@gmail.com> wrote: > >> > >> Thanks for the quick feedback. > >> > > > > The quicker the better, specially the timing for me. > > > > After look up, I found

[VOTE] Apache S2Graph(incubating) 0.1.0 release RC5

2016-10-03 Thread DO YUNG YOON
Hi all This is a call for a releasing Apache S2Graph 0.1.0-incubating, release candidate 5. This is the first release of S2Graph. The source tarball, including signatures, digests, etc. can be found at: https://dist.apache.org/repos/dist/dev/incubator/s2graph/0.1.0-incubating-RC5/ The tag to

[VOTE] Apache S2Graph(incubating) 0.1.0 release RC6

2016-10-10 Thread DO YUNG YOON
Hi all This is a call for a releasing Apache S2Graph 0.1.0-incubating, release candidate 6. This is the first release of S2Graph. The source tarball, including signatures, digests, etc. can be found at: https://dist.apache.org/repos/dist/dev/incubator/s2graph/0.1.0-incubating-RC6/ The tag to be

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

2016-09-20 Thread DO YUNG YOON
ommitters (non-binding) have > responsibilities within the project releases. > Checking a release (including the RM) helps you to make better releases in > the future. > > > On Tue, Sep 13, 2016 at 3:41 AM, DO YUNG YOON <sho...@gmail.com> wrote: > > > Hi all

Re: [VOTE] Apache S2Graph(incubating) 0.1.0 release RC4

2016-09-21 Thread DO YUNG YOON
nd LICENSE files. 4. Check license header on files. 5. Test if I can run `bin/example.sh` after build. Thanks. On Thu, Sep 22, 2016 at 10:24 AM DO YUNG YOON <sho...@gmail.com> wrote: > Hi all, > > This is a call for a releasing Apache S2Graph 0.1.0-incubating, release > cand

[VOTE] Apache S2Graph(incubating) 0.1.0 release RC4

2016-09-21 Thread DO YUNG YOON
Hi all, This is a call for a releasing Apache S2Graph 0.1.0-incubating, release candidate 4. This is the first release of S2Graph. The source tarball, including signatures, digests, etc. can be found at: https://dist.apache.org/repos/dist/dev/incubator/s2graph/0.1.0-incubating-RC4/ The tag to

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

2016-09-20 Thread DO YUNG YOON
Fernández <wik...@apache.org> wrote: > -1 (binding): there are files (e.g., bin/example.sh) without proper license > headers. > > On Tue, Sep 13, 2016 at 3:41 AM, DO YUNG YOON <sho...@gmail.com> wrote: > > > Hi all, > > > > This is a call for a relea

Re: Including asynchbase in the sourcetree

2016-09-28 Thread DO YUNG YOON
seClient.java by editing > Scanner.getNextRowsRequest. So this should be simpler; please let me know > if I’m missing something. > > > JW > > > > On Sep 28, 2016, at 10:41 AM, DO YUNG YOON <sho...@gmail.com> wrote: > > > > Hi Jong Wook. > > &

Re: Including asynchbase in the sourcetree

2016-09-28 Thread DO YUNG YOON
Hi Jong Wook. Thanks for casting this issue and working on it. I took some time today, to clear the custom patches and find out followings. 1. GetRequest.setMaxResultsPerColumnFamily/setRowOffsetPerColumnFamily methods. I think we do not actually need this method which only exist on our custom

Re: [VOTE] Apache S2Graph(incubating) 0.1.0 release RC4

2016-09-26 Thread DO YUNG YOON
Hi all. So far, we got 1(+1 binding) and 3(+1 non-binding). Thanks for taking time to try out RC4. But I think we need more +1. Please take time to try out our RC4 then give any feedback and vote. I will wait more days before closing out this vote thread until either objection or sufficient

Re: [VOTE] Apache S2Graph(incubating) 0.1.0 release RC4

2016-09-26 Thread DO YUNG YOON
(referencing this internal vote), where others (including IPMC members and > other mentors) can further check the release and get the minimum 3 binding > +1's. > > > On Mon, Sep 26, 2016 at 3:27 PM, DO YUNG YOON <sho...@gmail.com> wrote: > > > Hi all. > > > > So far,

Re: [VOTE] Apache S2Graph(incubating) 0.1.0 release RC4

2016-09-26 Thread DO YUNG YOON
SBT project only aggregates s2core and s2rest_play, > and thus any sbt command in the root directory, like compile, test, and > publish, will be only applied to those two. > > > > > > > > > > 4. Travis CI fails to resolve SBT dependencies > > > &

Re: [VOTE] Apache S2Graph(incubating) 0.1.0 release RC4

2016-10-01 Thread DO YUNG YOON
/0.1.0-incubating-RC5/ Unless objection, I will close this vote for RC4 and create new RC5 vote thread. On Tue, Sep 27, 2016 at 2:59 PM Sergio Fernández <wik...@apache.org> wrote: > Hi, > > On Tue, Sep 27, 2016 at 5:48 AM, DO YUNG YOON <sho...@gmail.com> wrote: > > > &

Re: [VOTE] Apache S2Graph(incubating) 0.1.0 release RC4

2016-10-03 Thread DO YUNG YOON
close this vote for RC4 and create new RC5 vote > > thread. > > > > On Tue, Sep 27, 2016 at 2:59 PM Sergio Fernández <wik...@apache.org> > > wrote: > > > > > Hi, > > > > > > On Tue, Sep 27, 2016 at 5:48 AM, DO YUNG YOON <sho...@gmail.co

Re: [VOTE] Apache S2Graph(incubating) 0.1.0 release RC5

2016-10-03 Thread DO YUNG YOON
nd LICENSE files. 4. Check license header on files. 5. Test if I can run `bin/example.sh` after build. Thanks. On Tue, Oct 4, 2016 at 2:13 PM DO YUNG YOON <sho...@gmail.com> wrote: > Hi all > > This is a call for a releasing Apache S2Graph 0.1.0-incubating, release > candidate 5.

Re: [RESULT][VOTE] Release Apache S2Graph 0.1.0-incubation RC6

2016-10-29 Thread DO YUNG YOON
t;> Good work, guys! >> >> Finally did you push binary maven artifacts to asf nexus? In that case >> wait until they get mirrored http://search.maven. >> org/#search%7Cga%7C1%7Cs2graph before doing the official announcement. >> >> On Tue, Oct 25, 2016 at 4:

Re: [DISCUSS] milestone for next release.

2016-11-07 Thread DO YUNG YOON
interested. Just wondering if there is any others who are interested in Various Storage Backend. On Fri, Nov 4, 2016 at 9:31 AM DO YUNG YOON <sho...@gmail.com> wrote: > Would love to see S2Graph integrate with Zepplin just like neo4j > https://github.com/apache/zeppelin/pull/1582. > Let me

Re: [DISCUSS] Support Apache TinkerPop and Gremlin

2016-11-24 Thread DO YUNG YOON
s unnatural and I think it > will cost more in Serialize / Deserialize > - If you put a serviceColumn in the id, it will be cumbersome to compare > the id value itself or to perform the operation like "summary". > - Ignoring the service column makes it easier to access differe

Re: Opinion on the directional index feature provided in ISSUE-123

2016-11-27 Thread DO YUNG YOON
Hi Daewon. As far as I understand, you are suggesting to drop `dir` column in LabelIndex model and let user to specify direction on each option? I agree that `dir` should be deprecated since what user logically think for query is based on indexName, not (indexName, dir) pair. I have +1 on this

Re: [DISCUSS] Support Apache TinkerPop and Gremlin

2016-11-27 Thread DO YUNG YOON
"userid"), new S2VertexId (2,"gogo", > > "userid") ) > > > > Also, I was wondering if the following operation would work in the > summary > > part. The idea is that the S2VertexId object needs to return the actual > id. > > Ex) g.V().id().sum

[DISCUSS] manage our subprojects

2016-11-28 Thread DO YUNG YOON
Hi folks. I think we should discuss what we provide as subproject until next release. Since initial code imports to apache, we have not worked on other subprojects except s2core, s2rest_play. Here is what you can find in each subproject(from our README). 1. s2core: The core library,

[ANNOUNCE] Apache S2Graph 0.1.0-incubating release

2016-11-01 Thread DO YUNG YOON
The Apache S2Graph team is pleased to announce the release of Apache S2Graph 0.1.0-incubating. Apache S2Graph(incubating) is a graph database designed to handle transactional graph processing at scale. Its REST API allows you to store, manage and query relational information using edge and vertex

Re: [RESULT][VOTE] Release Apache S2Graph 0.1.0-incubation RC6

2016-10-31 Thread DO YUNG YOON
> > > > Anyone can run ‘sbt package’, and it should be good to go, preferably > > after some testing on various OSX/linux platforms. > > > > BTW, as per S2GRAPH-115, I’m still figuring out how to do a Maven Central > > upload, any clarification would

Re: Board Report

2016-11-03 Thread DO YUNG YOON
Thanks for reminding us John. I submit our board report and updated wiki yesterday. Following is our report for November. S2GraphS2Graph is a distributed and scalable OLTP graph database built on ApacheHBase to support fast traversal of extremely large graphs.S2Graph has been incubating since

[RESULT][VOTE] Apache S2Graph(incubating) 0.1.0 release RC6

2016-10-13 Thread DO YUNG YOON
Hi all. After being opened for over 72 hours, the vote for releasing Apache S2Graph 0.1.0-incubating RC6 passed with following result. +1 binding - Sergio Fernández +1 non-binding - DO YUNG YOON - Jong Wook Kim - Daewon Jung - Hwansung Yu There was no -1 and 0. I am going to create a vote

[CANCEL][VOTE] Apache S2Graph(incubating) 0.1.0 release RC5

2016-10-10 Thread DO YUNG YOON
This vote closed with two +1(one binding, one non binding), one 0(non binding), one -1(non binding). Due to following reasons, vote for 0.1.0 release RC5 canceled. 1. logging facade(S2GRAPH-117) 2. sbt “project loader” test:compile fail(S2GRAPH-118) Detailed discussion can be found at

Re: [DISCUSSION] second release schedule and scope

2017-08-03 Thread DO YUNG YOON
egards. > > On Wed, Aug 2, 2017 at 3:27 PM, daewon <dae...@apache.org> wrote: > > > I agree with the above comments and I agree with the release. > > > > On Tue, Aug 1, 2017 at 7:45 PM DO YUNG YOON <sho...@gmail.com> wrote: > > > > > Updat

Work on 0.2.0 release has started

2017-08-03 Thread DO YUNG YOON
Hi guys. We are staring the process to prepare for S2Graph 0.2.0 release. I have opend JIRA(https://issues.apache.org/jira/browse/S2GRAPH-156) to cover the tasks under 0.2.0 release. If you have any JIRA in progress and would like to include it in this release, please follow the process to do

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

2017-08-14 Thread DO YUNG YOON
ntu.com/; > BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/; > VERSION_CODENAME=xenial > UBUNTU_CODENAME=xenial > ``` > > ## java > ``` > openjdk version "1.8.0_131" > OpenJDK Runtime Environment (build > 1.8.0_131-8u131-b11-2ubuntu1.16.04.3-b11) > Open

[RESULT][VOTE] Apache S2Graph(incubating) 0.2.0 release RC3

2017-08-14 Thread DO YUNG YOON
Hi all. After being opened for over 72 hours, the vote for releasing Apache S2Graph 0.2.0-incubating RC3 passed with following result. +1 binding - Sergio Fernández +1 non-binding - DO YUNG YOON - Daewon Jung There was no -1 and 0. I am going to create a vote in the general@ list. Thanks.

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

2017-08-11 Thread DO YUNG YOON
incubating-RC2/CHANGES > <https://dist.apache.org/repos/dist/dev/incubator/s2graph/0.2.0-incubating-RC2/CHANGES> > claims changes for "Release 0.1.0 - unreleased". > > Best, > > > On Mon, Aug 7, 2017 at 10:10 AM, DO YUNG YOON <sho...@gmail.com> wrote: >

Re: Need mentor sign off on the S2Graph report

2017-08-10 Thread DO YUNG YOON
Hi John. I was wondering what podlings supposed to do if we failed to get sign off from our mentors. Also we opened up vote for new release candidates( http://markmail.org/message/i7ix3rqk7ishp4r3) and we still need binding vote from our mentors. I am also wondering what RM should do to proceed

Re: Need mentor sign off on the S2Graph report

2017-08-10 Thread DO YUNG YOON
Thank you for signing off Andrew. On Fri, Aug 11, 2017 at 2:54 AM Andrew Purtell wrote: > I signed off with the comment > > "We need to find more mentors for this podling. In the past > Sergio was helpful but he hasn't been around much recently. I would >

[VOTE] Apache S2Graph(incubating) 0.2.0 release RC3

2017-08-11 Thread DO YUNG YOON
Hi all This is a call for a releasing Apache S2Graph 0.2.0-incubating, release candidate 3. The source tarball, including signatures, digests, etc. can be found at: https://dist.apache.org/repos/dist/dev/incubator/s2graph/0.2.0-incubating-RC3 The tag to be voted upon is v0.2.0-incubating-rc3:

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

2017-08-12 Thread DO YUNG YOON
assembly to see executable jar successfully built from source. 8. `sbt test` to see if all test cases passed. Thanks. On Sat, Aug 12, 2017 at 7:31 AM DO YUNG YOON <sho...@gmail.com> wrote: > Hi all > > This is a call for a releasing Apache S2Graph 0.2.0-incubating, release >

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

2017-08-13 Thread DO YUNG YOON
part of the release > tarball it should be fine, but would be nice to keep that very clear. > > Thanks for the work on this new release! > > Cheers, > > > > On Sat, Aug 12, 2017 at 4:38 PM, DO YUNG YOON <sho...@gmail.com> wrote: > > > +1 (non-binding) > >

Re: Need mentor sign off on the S2Graph report

2017-08-10 Thread DO YUNG YOON
not, every IPMC member counts here. > > On Thu, Aug 10, 2017 at 8:08 AM, DO YUNG YOON <sho...@gmail.com> wrote: > > > Hi John. > > > > I was wondering what podlings supposed to do if we failed to get sign off > > from our mentors. > > > > Also we

Re: [DISCUSSION] second release schedule and scope

2017-07-07 Thread DO YUNG YOON
, indices = Seq( Index("PK", Seq("amount", "created_at") ), props = Seq( Prop("amount", "0.0", "double"), Prop("created_at", "2000-01-01", "string") ), consistencyLevel = "

Re: [DISCUSSION] second release schedule and scope

2017-07-08 Thread DO YUNG YOON
... > If full-text search is supported, we expect that constraints that were able > to traversal will disappear only if the vertex is known. > If supported, it would be better to leave it as a separate option to avoid > confusion with existing indexes. > > On Sat, Jul 8, 2017 at

[DISCUSSION] second release schedule and scope

2017-07-03 Thread DO YUNG YOON
to be included on next release, please list them on this thread. Thanks DO YUNG YOON

Re: [DISCUSSION] second release schedule and scope

2017-08-01 Thread DO YUNG YOON
tion. I want to hear what others think. On Sun, Jul 9, 2017 at 10:26 AM DO YUNG YOON <sho...@gmail.com> wrote: > Thanks for your feedback. Here is my questions. > > 1. Release schedule: > - Do you think we should wait until all issues with tinkerpop support > resolved after

Re: Podling Report Reminder - August 2017

2017-08-06 Thread DO YUNG YOON
I just found out I sent my draft for report to wrong mailing list on Aug. 1. So just want to share it on correct mailing list. Here is copy of report I attached on WIKI( https://wiki.apache.org/incubator/August2017). Please review this. S2Graph S2Graph is a distributed and scalable OLTP graph

Re: Work on 0.2.0 release has started

2017-08-06 Thread DO YUNG YOON
I have just created new release branch for 0.2.0-incubating release. Please continue committing to "master" branch as usual, I will cherry-pick commits to branch-0.2.0 on per needed basis. Thanks. On Fri, Aug 4, 2017 at 8:03 AM DO YUNG YOON <sho...@gmail.com> wrote: &

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

2017-08-07 Thread DO YUNG YOON
is and re-open vote thread with RC2 once this bug fixed. On Mon, Aug 7, 2017 at 2:30 PM DO YUNG YOON <sho...@gmail.com> wrote: > Hi all > > This is a call for a releasing Apache S2Graph 0.2.0-incubating, release > candidate 1. > > The source tarball, including signatures,

[VOTE] Apache S2Graph(incubating) 0.2.0 release RC1

2017-08-06 Thread DO YUNG YOON
Hi all This is a call for a releasing Apache S2Graph 0.2.0-incubating, release candidate 1. The source tarball, including signatures, digests, etc. can be found at: https://dist.apache.org/repos/dist/dev/incubator/s2graph/0.2.0-incubating-RC1 The tag to be voted upon is v0.2.0-incubating-rc1:

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

2017-08-07 Thread DO YUNG YOON
assembly to see executable jar successfully built from source. 8. `sbt test` to see if all test cases passed. Thanks. On Mon, Aug 7, 2017 at 5:10 PM DO YUNG YOON <sho...@gmail.com> wrote: > Hi all > > This is a call for a releasing Apache S2Graph 0.2.0-incubating, release >

[CANCELED][VOTE] Apache S2Graph(incubating) 0.2.0 release RC1

2017-08-07 Thread DO YUNG YOON
This vote has been canceled because of -1 vote and bug.

Re: [DISCUSS] Support Apache TinkerPop and Gremlin

2017-05-07 Thread DO YUNG YOON
rrently. Please feel free to open issue/discussion on above or any other things we should think about. Best Regards. DOYUNG YOON On Thu, Nov 24, 2016 at 12:45 PM DO YUNG YOON <sho...@gmail.com> wrote: > Hi folks. > > After discussion at ApacheCon BigData Europe(sevile), I was wond

Re: [DISCUSS] milestone for next release

2017-09-17 Thread DO YUNG YOON
eature of S2Graph. If need to > > implement it separately for the above reason, we should use `S2Edge, > > S2Vertex` from Tinkerpop implemention as POJO. and JavaClient should > > include a query builder. > > Given the user base, the provision of JavaClient is likely to be

Re: [DISCUSS] milestone for next release

2017-09-17 Thread DO YUNG YOON
Hi Sergio. I am happy to discuss how to growth our community in general. Can you please explain more about mid-term approaches? On Mon, Sep 18, 2017 at 10:44 AM DO YUNG YOON <sho...@gmail.com> wrote: > Hi daewon, Thanks for feedback. > > I was thinking about including admin inter

[DISCUSS] milestone for next release

2017-09-08 Thread DO YUNG YOON
Hi folks. I want to discuss milestone for next release. Here is a my list that I wish include in next release. Please feel free to correct me or add more issues I missed. 1. Java Client even though it is possible to use scala code in java, using scala code in java project is frustrating. since

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

2017-08-24 Thread DO YUNG YOON
at the website. Can anybody help me to add 0.2.0 release download link on website? Unless objection, I will send official announce tomorrow after read through https://lists.apache.org/list.html?annou...@apache.org tonight. Thanks. On Wed, Aug 23, 2017 at 1:42 PM DO YUNG YOON <sho...@gmail.com>

Re: s2graph

2017-10-11 Thread DO YUNG YOON
Hi Ruchir. Welcome and thanks for your interests. If you want to setup development environment, I think following link can also be helpful. - https://github.com/apache/incubator-s2graph/tree/master/dev_support Best Regards. DOYUNG On Tue, Oct 10, 2017 at 9:05 PM Hyunsung Jo

Re: Podling Report Reminder - November 2017

2017-11-05 Thread DO YUNG YOON
Thanks for your review Sergio. On Fri, Nov 3, 2017 at 10:12 AM Sergio Fernández <wik...@apache.org> wrote: > LGTM. Signing it off. > > On Tue, Oct 31, 2017 at 6:06 PM, DO YUNG YOON <sho...@gmail.com> wrote: > > > I tried to write November report and here it is.

Re: Podling Report Reminder - November 2017

2017-10-31 Thread DO YUNG YOON
I tried to write November report and here it is. please review. 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 2015-11-29. Three most important issues to address in the move

Re: Podling Report Reminder - June 2018

2018-06-12 Thread DO YUNG YOON
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 a

Re: Podling Report Reminder - June 2018

2018-06-07 Thread DO YUNG YOON
I tried to write June 2018 report and here it is. Please review. 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 2015-11-29. Three most important issues to address in the move

Re: State of S2Graph

2018-06-03 Thread DO YUNG YOON
Hi John, Sergio. IMO, I think there are enough activities and I wrote up what we have been worked on here. (https://www.mail-archive.com/dev@s2graph.incubator.apache.org/msg01737.html ) Overall, I agree with Sergio that we have struggled with community growth from the beginning, and the problem

Re: Podling Report Reminder - May 2018

2018-05-02 Thread DO YUNG YOON
I tried to write May report and here it is. please review. 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 2015-11-29. Three most important issues to address in the move

Re: Podling Report Reminder - February 2018

2018-02-01 Thread DO YUNG YOON
I am going to volunteer this time, and will write it by this weekend. Thanks for notifying. On Tue, Jan 30, 2018 at 1:35 PM Sergio Fernández wrote: > Any volunteer for this reporting cycle? > > On Mon, Jan 29, 2018 at 8:20 PM, wrote: > > > Dear

Re: Podling Report Reminder - February 2018

2018-02-03 Thread DO YUNG YOON
? None Signed-off-by: [ ](s2graph) Andrew Purtell Comments: [ ](s2graph) Seetharam Venkatesh Comments: [ ](s2graph) Sergio Fernández Comments: On Thu, Feb 1, 2018 at 5:50 PM DO YUNG YOON <sho...@gmail.com> wrote: > I am going to volunteer this time, and w

Re: Podling Report Reminder - July 2018

2018-07-08 Thread DO YUNG YOON
Hi all. One quick question is that why podling report changes from 3-month interval to 1-month interval. I know that s2graph community failed to report on May 2018, which trigger June 2018 report, but seems like we succeed on July 2018. Anyway, here is the podling report for July 2018, I am

[DISCUSS]: asking about future of s2graph

2018-10-31 Thread DO YUNG YOON
It's been almost 3 years since s2graph has entered apache incubating. Our community has not been successful to reach more people so far and I think failing on growing community is the blocker issue for s2graph to graduate. I want to open up the discussion about what we have to do for growing

Re: Operating s2graph in a Cloud enviroment

2018-11-02 Thread DO YUNG YOON
Hi Hwansung. I think implementing DatastoreFetcher/DatastoreMutator, DynamoDBFetcher/DynamoDBMutator class which implement our Fetcher/Mutator interface will help you to work with data in that storage. The purpose of exposing Fetcher/Mutator interface is for others to implement in their way to

Re: [DISCUSS]: asking about future of s2graph

2018-11-02 Thread DO YUNG YOON
d and successfully > graduated from the incubation. > > 2018년 10월 31일 (수) 오후 3:56, DO YUNG YOON 님이 작성: > > > It's been almost 3 years since s2graph has entered apache incubating. Our > > community has not been successful to reach more people so far and I think > > f

Re: Podling Report Reminder - November 2018

2018-11-02 Thread DO YUNG YOON
I noticed that the report has not been on wiki, so I just moved what deawon wrote here to https://wiki.apache.org/incubator/November2018 On Fri, Oct 26, 2018 at 12:08 AM Sergio Fernández wrote: > LGTM > > The only tooic I may extend it a bit would be the graduation: It's been > almost three

Re: Operating s2graph in a Cloud enviroment

2018-11-07 Thread DO YUNG YOON
time, please review. I would appreciate any feedback. On Sat, Nov 3, 2018 at 7:24 AM DO YUNG YOON wrote: > Hi Hwansung. > > I think implementing DatastoreFetcher/DatastoreMutator, > DynamoDBFetcher/DynamoDBMutator class which implement our Fetcher/Mutator > interface will help y

Re: Integrate s2graph documents into projects

2018-11-06 Thread DO YUNG YOON
I believe that the only reason current document resides on the gitbook was that person who wrote the documentation(me) did not know another way. If we can reference other project and find out the better way, I would be happy to help. I agree that maintaining documentation on the same repository

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

2018-11-07 Thread DO YUNG YOON
+1 on deprecate unnecessary routes. About 'WithWait' postfix, I think we should make routes with `WithWait` postfix as the default and deprecate others, so for example, only leave `/graphs/edges/insert` and replace use `/graphs/edges/insertWithWait` implementation in there. Anyway, the list looks

Re: Podling Report Reminder - November 2018

2018-11-06 Thread DO YUNG YOON
Thanks for signing off Sergio On Sat, Nov 3, 2018 at 11:07 AM Sergio Fernández wrote: > signed-off, thanks! > > On Fri, Nov 2, 2018, 11:36 DO YUNG YOON > > I noticed that the report has not been on wiki, so I just moved what > > deawon wrote here to https://wiki

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

2018-11-06 Thread DO YUNG YOON
Hi deawon. Thanks for bringing this issue up. I agree with your suggestions since I got pretty frustrated when I was working on S2GRAPH-243(I modify one line of code and had to re-package project since dev mode on s2rest_play is not working because of classpath issue). I am more than happy to

Re: Podling Report Reminder - September 2018

2018-09-02 Thread DO YUNG YOON
Hi folks. I was bit busy during the last 2 month and missed our podling report for August. Here I try to write the report for September. Please feel free to comment. S2Graph S2Graph is a distributed and scalable OLTP graph database built on Apache HBase to support fast traversal of

[DISCUSS]: implementation of meta storage(schema)

2018-12-31 Thread DO YUNG YOON
Hi folks. I want to discuss the current implementation of meta storage(schema). The roles of the schema in S2Graph are following. 1. When it accepts write request that is represented by logical vertex/edge, it uses schema to build a physical internal representation, which is specific to storage

Re: [DISCUSS]: asking about future of s2graph

2018-12-03 Thread DO YUNG YOON
te: > Hi Do Yung, > > Thank you very much for the clear explanation. > I've recently applied for a mentor for this project, so I'm reading past > messages to understand the context now. ;-) > Please see my comments inline. > > On 2018/10/31 06:56:15, DO YUNG YOON wrote

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

2018-11-21 Thread DO YUNG YOON
Thanks for getting involved in the discussion Woonsan. @deawon, can you please create the Jira issue for this? By the way, I merged S2GRAPH-246(integration of documents into S2Graph project) into master yesterday, so I think we are ready to work on this. What if we move the APIs one by one and

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

2018-11-22 Thread DO YUNG YOON
11월 22일 (목) 오후 2:00, DO YUNG YOON 님이 작성: > > > Thanks for getting involved in the discussion Woonsan. > > > > @deawon, can you please create the Jira issue for this? > > > > By the way, I merged S2GRAPH-246(integration of documents into S2Graph > >

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

2018-11-26 Thread DO YUNG YOON
No problem deawon, I will work on S2GRAPH-249 based on your commit. Just quick questions, I guess you mention 4 high-level functionalities. 1. write 2. read 3. admin 4. graphql It seems like you intend to migrate s2graphql also into this new subproject s2http, so just quick question, are we

Re: Documentation to the official online site svn?

2019-03-28 Thread DO YUNG YOON
tps://s2graph.apache.org/docs/index.html>* Please check the updates and feel free to comment On Tue, Mar 5, 2019 at 11:10 PM Woonsan Ko wrote: > Thanks a lot, Do Yung, as always! > Please tell me if there's anything I can help with. > > Cheers, > > Woonsan > > On Tue, Mar 5,

Re: Documentation to the official online site svn?

2019-03-04 Thread DO YUNG YOON
Hi Woonsan. I agree with your suggestion, and I am volunteering for this. Let me try working on this on weekends then I will share any questions/updates. Thanks for your suggestion. On Tue, Mar 5, 2019 at 11:27 AM Woonsan Ko wrote: > Hi folks, > > At the moment, the "Docs" link at the top

  1   2   >