[jira] [Created] (S2GRAPH-158) Bug fix on org.apache.s2graph.core.types.v2.InnerVal
DOYUNG YOON created S2GRAPH-158: --- Summary: Bug fix on org.apache.s2graph.core.types.v2.InnerVal Key: S2GRAPH-158 URL: https://issues.apache.org/jira/browse/S2GRAPH-158 Project: S2Graph Issue Type: Sub-task Affects Versions: 0.2.0 Reporter: DOYUNG YOON Assignee: DOYUNG YOON Priority: Blocker Fix For: 0.2.0 Current master's test failed on following environment and I think it is because of usage of getBytes without specifying encoding on InnerVal class. More specifically, I think String's getBytes without encoding cause different result. {noformat} case s: String => val pbr = new SimplePositionedMutableByteRange(s.getBytes.length + 3) val len = OrderedBytes.encodeString(pbr, s, order) pbr.getBytes().take(len) {noformat} I am suggesting change String type InnerVal's serialize/deserialize to use UTF-8 encoding so running environment do not break test cases. -- This message was sent by Atlassian JIRA (v6.4.14#64029)
[CANCELED][VOTE] Apache S2Graph(incubating) 0.2.0 release RC1
This vote has been canceled because of -1 vote and bug.
Re: [VOTE] Apache S2Graph(incubating) 0.2.0 release RC1
-1 (non-binding) I tried RC1( https://dist.apache.org/repos/dist/dev/incubator/s2graph/0.2.0-incubating-RC1/) on ubuntu 16.04, SBT 0.13.9, SCALA 2.11.7, OpenJDK 1.8.0_91. 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 files. 4. Check license header on files by following DEVELOPMENT.md. 5. Test if I can run `bin/example.sh` after build. 6. `sbt compile`, `sbt test:compile` to see any compile errors. 7. `sbt "project loader" assembly`, `sbt "project s2counter_loader"` assembly to see executable jar successfully built from source. 8. `sbt test` to see if all test cases passed. I found error on 8, more specifically InnerValTest failed on "korean". I am going to create issue for fixing this and re-open vote thread with RC2 once this bug fixed. On Mon, Aug 7, 2017 at 2:30 PM DO YUNG YOON wrote: > 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: > > https://git-wip-us.apache.org/repos/asf?p=incubator-s2graph.git;a=shortlog;h=refs/tags/v0.2.0-incubating-rc1 > > The release hash is cddbaa48290b2d38b1d0f8c6401b0535689f6a49: > > https://git-wip-us.apache.org/repos/asf?p=incubator-s2graph.git;a=commit;h=cddbaa48290b2d38b1d0f8c6401b0535689f6a49 > > Release artifacts are signed with the following key: > https://dist.apache.org/repos/dist/dev/incubator/s2graph/KEYS > > Once download source, please look into README.md to build from source. > > Notable changes from 0.1.0 is providing tinkerpop3 integration(S2GRAPH-72, > S2GRAPH-151). > > The vote will be open for at least 72 hours. Unless objection I will try > to close it Wednesday August 9 if we have sufficient votes. > > Please download the release candidate and evaluate the necessary items > including checking hashes, signatures, build from source, and test. > please vote: > > [ ] +1 Release this package as 0.2.0 > [ ] +0 no opinion > [ ] -1 Do not release this package because... > > Thanks, > DOYUNG YOON. >
[VOTE] Apache S2Graph(incubating) 0.2.0 release RC1
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: https://git-wip-us.apache.org/repos/asf?p=incubator-s2graph.git;a=shortlog;h=refs/tags/v0.2.0-incubating-rc1 The release hash is cddbaa48290b2d38b1d0f8c6401b0535689f6a49: https://git-wip-us.apache.org/repos/asf?p=incubator-s2graph.git;a=commit;h=cddbaa48290b2d38b1d0f8c6401b0535689f6a49 Release artifacts are signed with the following key: https://dist.apache.org/repos/dist/dev/incubator/s2graph/KEYS Once download source, please look into README.md to build from source. Notable changes from 0.1.0 is providing tinkerpop3 integration(S2GRAPH-72, S2GRAPH-151). The vote will be open for at least 72 hours. Unless objection I will try to close it Wednesday August 9 if we have sufficient votes. Please download the release candidate and evaluate the necessary items including checking hashes, signatures, build from source, and test. please vote: [ ] +1 Release this package as 0.2.0 [ ] +0 no opinion [ ] -1 Do not release this package because... Thanks, DOYUNG YOON.
Re: Work on 0.2.0 release has started
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 wrote: > 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 so. > Feel free to comment on the JIRA if you have any comments/suggestions. > > Best Regards. > DOYUNG YOON >
Re: Podling Report Reminder - August 2017
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 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 towards graduation: 1. Make a second release. 2. Attract more users and contributors. 3. Build the developer community in both size and diversity. Any issues that the Incubator PMC (IPMC) or ASF Board wish/need to be aware of? None How has the community developed since the last report? * There have been 45 Commits - All of 45 commits were by single active committers * Mailing list has been quite. - Discuss next release schedule and scope. How has the project developed since the last report? * Focused on Tinkerpop3 integration. - Added Global Index layer. - Full text predicate support. - Provide Gremlin plugin to integrate gremlin-console, gremlin-server. - S2Graph is now TinkerPop compliant. * Discuss next release schedule and scope. - Agrees to release with Tinkerpop3 integration. - Release manager is working on building release candidate. How would you assess the podling's maturity? Please feel free to add your own commentary. [ ] Initial setup [ ] Working towards first release [x] Community building [ ] Nearing graduation [ ] Other: Date of last release: 2016-11-01 When were the last committers or PPMC members elected? None Signed-off-by: [ ](s2graph) Andrew Purtell Comments: [ ](s2graph) Seetharam Venkatesh Comments: [ ](s2graph) Sergio Fernández Comments: IPMC/Shepherd notes: On Mon, Jul 24, 2017 at 9:07 AM wrote: > Dear podling, > > This email was sent by an automated system on behalf of the Apache > Incubator PMC. It is an initial reminder to give you plenty of time to > prepare your quarterly board report. > > The board meeting is scheduled for Wed, 16 August 2017, 10:30 am PDT. > The report for your podling will form a part of the Incubator PMC > report. The Incubator PMC requires your report to be submitted 2 weeks > before the board meeting, to allow sufficient time for review and > submission (Wed, August 02). > > Please submit your report with sufficient time to allow the Incubator > PMC, and subsequently board members to review and digest. Again, the > very latest you should submit your report is 2 weeks prior to the board > meeting. > > Thanks, > > The Apache Incubator PMC > > Submitting your Report > > -- > > Your report should contain the following: > > * Your project name > * A brief description of your project, which assumes no knowledge of > the project or necessarily of its field > * A list of the three most important issues to address in the move > towards graduation. > * Any issues that the Incubator PMC or ASF Board might wish/need to be > aware of > * How has the community developed since the last report > * How has the project developed since the last report. > * How does the podling rate their own maturity. > > This should be appended to the Incubator Wiki page at: > > https://wiki.apache.org/incubator/August2017 > > Note: This is manually populated. You may need to wait a little before > this page is created from a template. > > Mentors > --- > > Mentors should review reports for their project(s) and sign them off on > the Incubator wiki page. Signing off reports shows that you are > following the project - projects that are not signed may raise alarms > for the Incubator PMC. > > Incubator PMC >
[jira] [Commented] (S2GRAPH-157) Check proper apache license header on all files for release 0.2.0
[ https://issues.apache.org/jira/browse/S2GRAPH-157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16116011#comment-16116011 ] ASF GitHub Bot commented on S2GRAPH-157: Github user asfgit closed the pull request at: https://github.com/apache/incubator-s2graph/pull/116 > Check proper apache license header on all files for release 0.2.0 > - > > Key: S2GRAPH-157 > URL: https://issues.apache.org/jira/browse/S2GRAPH-157 > Project: S2Graph > Issue Type: Sub-task >Affects Versions: 0.2.0 >Reporter: DOYUNG YOON >Assignee: DOYUNG YOON >Priority: Blocker > Fix For: 0.2.0 > > > Check files without proper apache license header and correct them if there > are any exist. -- This message was sent by Atlassian JIRA (v6.4.14#64029)
[jira] [Commented] (S2GRAPH-157) Check proper apache license header on all files for release 0.2.0
[ https://issues.apache.org/jira/browse/S2GRAPH-157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16115984#comment-16115984 ] ASF GitHub Bot commented on S2GRAPH-157: GitHub user SteamShon opened a pull request: https://github.com/apache/incubator-s2graph/pull/116 [S2GRAPH-157]: Check proper apache license header on all files for release 0.2.0 - added apache license header on 3 files. You can merge this pull request into a Git repository by running: $ git pull https://github.com/SteamShon/incubator-s2graph S2GRAPH-157 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-s2graph/pull/116.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #116 commit b232a97604c2bd78ca32e674bee0c242e70a77aa Author: DO YUNG YOON Date: 2017-08-07T00:52:17Z check and add apache license header. > Check proper apache license header on all files for release 0.2.0 > - > > Key: S2GRAPH-157 > URL: https://issues.apache.org/jira/browse/S2GRAPH-157 > Project: S2Graph > Issue Type: Sub-task >Affects Versions: 0.2.0 >Reporter: DOYUNG YOON >Assignee: DOYUNG YOON >Priority: Blocker > Fix For: 0.2.0 > > > Check files without proper apache license header and correct them if there > are any exist. -- This message was sent by Atlassian JIRA (v6.4.14#64029)
[jira] [Created] (S2GRAPH-157) Check proper apache license header on all files for release 0.2.0
DOYUNG YOON created S2GRAPH-157: --- Summary: Check proper apache license header on all files for release 0.2.0 Key: S2GRAPH-157 URL: https://issues.apache.org/jira/browse/S2GRAPH-157 Project: S2Graph Issue Type: Sub-task Affects Versions: 0.2.0 Reporter: DOYUNG YOON Assignee: DOYUNG YOON Priority: Blocker Fix For: 0.2.0 Check files without proper apache license header and correct them if there are any exist. -- This message was sent by Atlassian JIRA (v6.4.14#64029)
[DRAFT] Incubator PMC Board Report - August 2017
All, Below please find the report in draft. There are 4 podlings not reporting thus far, and six podlings missing sign off. Please review at your earliest convenience. I have CC'd the ten podlings. John Incubator PMC report for August 2017 The Apache Incubator is the entry path into the ASF for projects and codebases wishing to become part of the Foundation's efforts. July was a quieter month for the incubator, summer holidays and what not. We executed seven podling releases this month, one podling retired but otherwise no other changes. * Community New IPMC members: - None People who left the IPMC: - None * New Podlings - None * Podlings that failed to report, expected next month - MRQL - Ratis - Slider - Unomi * Podlings missing sign off, will be moved to failed to report - Guacamole - Impala - iota - Netbeans - S2Graph - Superset * Graduations The board has motions for the following: - None * Retirements The following podlings retired this month: - HORN * Releases The following releases entered distribution during the month of July: - 2017-07-06 Apache Gearpump 0.8.4 - 2017-07-06 Apaceh Traffic Control 2.0.0 - 2017-07-08 Apache Aria Tosca 0.1.0 - 2017-07-11 Apahce HAWQ 2.2.0.0 - 2017-07-18 Apache Griffin 0.1.5 - 2017-07-18 Apache Aria Tosca 0.1.1 - 2017-07-31 Apache Guacamole 0.9.13 * IP Clearance - We have begun work to clean up IP Clearance policies. First is to make it clear that the preference is ICLAs and CCLAs over SGAs. We have also seen better responsiveness after reasserting that the IPMC owns responsibility for all incoming code donations. * Legal / Trademarks * Infrastructure * Miscellaneous - A general issue of VPs within other cross functional areas of the ASF reaching out to podlings has started to surface. Specifically, I would like to request that the board supports a request that those areas should be reaching out to podlings directly with issues, escalating to the IPMC due to lack of follow through, rather than approaching the IPMC first. The Security team's model is a perfect example of what to do. -- Table of Contents BatchEE DataFu Edgent Fluo Gobblin Guacamole Heron Impala iota Joshua Livy MRQL NetBeans PredictionIO Pulsar Ratis S2Graph Slider Superset Tamaya Toree Unomi -- BatchEE BatchEE projects aims to provide a JBatch implementation (aka JSR352) and a set of useful extensions for this specification. BatchEE has been incubating since 2013-10-03. Three most important issues to address in the move towards graduation: 1. Increase the community probably? 2. - 3. - Any issues that the Incubator PMC (IPMC) or ASF Board wish/need to be aware of? No How has the community developed since the last report? Not much as expected being in between "spec" releases. How has the project developed since the last report? BatchEE is quite stable and therefore should probably head to graduation soon. How would you assess the podling's maturity? Please feel free to add your own commentary. [ ] Initial setup [ ] Working towards first release [ ] Community building [X] Nearing graduation [ ] Other: Date of last release: 2016-09-22 When were the last committers or PPMC members elected? 2016-12-18 Signed-off-by: [ ](batchee) Jean-Baptiste Onofré Comments: [X](batchee) Olivier Lamy Comments: [ ](batchee) Mark Struberg Comments: IPMC/Shepherd notes: team-list.html - this page shows no members or committers. I checked private and it looks like the last committer/ppmc add was in Dec 2015. User ML had questions from only one person at two different times in 2015. There is activity and it looks like a new release may happen soon. Dave Fisher DataFu DataFu provides a collection of Hadoop MapReduce jobs and functions in higher level languages based on it to perform data analysis. It provides functions for common statistics tasks (e.g. quantiles, sampling), PageRank, stream sessionization, and set and bag operations. DataFu also provides Hadoop jobs for incremental data processing in MapReduce. DataFu has been incubating since 2014-01-05. Three most important issues to address in the move towards graduation: 1. Positive IPMC recommendation vote for graduation 2. Address any IPMC feedback regarding graduation 3. Continue releases Any issues that the Incubator PMC (IPMC) or ASF Board wish/need to be aware of? None How has the community developed since the last report? * Community voted positively for graduation from Incubator. * New contributor opened and fixed DATAFU-124 How has the project developed since the last report? * Completed maturity evaluation checklist (https://cwiki.apache.org/confluence/display/DATAFU/Maturity+Evalu