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

2016-10-03 Thread DO YUNG YOON
[Result] This vote close with one +1(binding), and three +1(non-binding). Even though we agree to cast RC4 on general mailing list, there were few issues we would better resolve. (mainly about custom repository as dependency for asynchbase). I am to resolve above issues then create RC5 soon. Th

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

2016-10-02 Thread Sergio Fernández
If with that we could get 0.1.0-incubating published to Maven central, then it'd be worth. If so, please Do Yung, cancel this vote. On Sat, Oct 1, 2016 at 4:55 PM, DO YUNG YOON wrote: > Hi folks. > > As we have discussed on this vote thread, and here >

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

2016-10-01 Thread DO YUNG YOON
Hi folks. As we have discussed on this vote thread, and here , I thought it would be better to resolve custom asynchbase dependency issue(S2GRAPH-115, S2GRAPH-116) before pos

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

2016-09-26 Thread Sergio Fernández
Hi, On Tue, Sep 27, 2016 at 5:48 AM, DO YUNG YOON wrote: > > 2. asynchbase dependency in the POM > > Like you point out, users who want to download S2Graph as dependency from > Maven central will fail. > > During incubating process, we only release our source code, not binary, so > I don't think

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

2016-09-26 Thread DO YUNG YOON
Hi JongWook. Thanks for the detailed feedback. Here is what I think about for the issues. 1. StrongLabelDeleteTest.deleteAll fails randomly I have experienced this before with following conditions. 1. run `sbt test` 2. remove metastore folder. 3. run `sbt test` We are relying on Metastore's se

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

2016-09-26 Thread Jong Wook Kim
a correction - I meant it should be better to stick with Maven Central, not adding a custom one. JW > On Sep 26, 2016, at 4:15 PM, Jong Wook Kim wrote: > > I’m not sure how critical or trivial these are, but I’d like to share some > issues: > > > > 1. StrongLabelDeleteTest.deleteAll fails

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

2016-09-26 Thread Jong Wook Kim
I’m not sure how critical or trivial these are, but I’d like to share some issues: 1. StrongLabelDeleteTest.deleteAll fails randomly First of all I have one test case that is failing, with the following log. [info] StrongLabelDeleteTest: [info] - Strong consistency select (274 milliseconds) [

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

2016-09-26 Thread Sergio Fernández
On Mon, Sep 26, 2016 at 4:04 PM, DO YUNG YOON wrote: > > Good to know the process. > We're here to help ;-) The process should be fully documented at http://incubator.apache.org/guides/releasemanagement.html#best-practice-incubator-release-vote but I guess there are too many TODOs in that guide.

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

2016-09-26 Thread DO YUNG YOON
Hi Sergio. Good to know the process. I am going to move this vote to general@incubator. Thanks for your guide. On Mon, Sep 26, 2016 at 10:58 PM Sergio Fernández wrote: > Do Yung, after passing 72 hours you can move this vote to general@incubator > (referencing this internal vote), where other

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

2016-09-26 Thread Sergio Fernández
Do Yung, after passing 72 hours you can move this vote to general@incubator (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 wrote: > Hi all.

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 votes

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

2016-09-22 Thread Sergio Fernández
On Fri, Sep 23, 2016 at 12:51 AM, Jong Wook Kim wrote: > I wrote that section in the README.md in mind that the majority will > download the binary distribution which will contain the content in the > subdirectory, > > The section “Building from the source” specifies that the distribution > will

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

2016-09-22 Thread Jong Wook Kim
I wrote that section in the README.md in mind that the majority will download the binary distribution which will contain the content in the subdirectory, The section “Building from the source” specifies that the distribution will be created in target/apache-s2graph-$version-incubating-bin. So I

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

2016-09-22 Thread Sergio Fernández
On Thu, Sep 22, 2016 at 11:56 AM, Kim, Min-Seok wrote: > > To Sergio, > > The commands will work on > `/path/to/incubator-s2graph/target/apache-s2graph-0.1.0-incubating-bin` > after `sbt package`. > Of course! Then the README needs to remark that to avoid people to get confused, like it happened

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

2016-09-22 Thread Kim, Min-Seok
+1 (non-binding) It works. I've checked: - clean build - run `bin/example.sh` at: - Java 1.8.0_60-b27, OSX x86_64 - Java 1.8.0_45, CentOS 7.1 x86_64 . To Sergio, The commands will work on `/path/to/incubator-s2graph/target/apache-s2graph-0.1.0-incubating-bin` after `sbt package`. Thanks M

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

2016-09-22 Thread Sergio Fernández
Thanks Do Yung for putting together a new RC. So far I've successfully checked: * signatures and digests * source releases file layouts * matched git tags and commit ids * incubator suffix and disclaimer * NOTICE and LICENSE files * license headers * clean build (Java 1.8.0_91, Scala, 2.11.7, SBT

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

2016-09-21 Thread daewon
+1 (non-binding) It works! - test env o/s: linux debian:jessie(amd64) jdk: openjdk version "1.8.0_91" OpenJDK Runtime Environment (build 1.8.0_91-8u91-b14-1~bpo8+1-b14) OpenJDK 64-Bit Server VM (build 25.91-b14, mixed mode) s2graph src tarbar: https://dist.apache.org/repos/dist/dev/in

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

2016-09-21 Thread DO YUNG YOON
+1 (non-binding) I tried RC4 on ubuntu 14.04, SBT 0.13.9, SCALA 2.11.7, OpenJDK 1.8.0_91. I checked followings. 1. Checksums and PGP signatures are valid 2. Release consists of source code only, no binaries 3. DISCLAIMER is correct, filenames include "incubating", top level NOTICE and LICENSE fi

[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 b