Re: [VOTE] Release Apache Pinot (incubating) 0.4.0 RC2

2020-06-09 Thread Jim Jagielski
+1 (binding)

> On Jun 9, 2020, at 12:20 AM, H  wrote:
> 
> This is a call for vote to the release Apache Pinot (incubating) version
> 0.4.0
> 
> Apache Pinot (incubating) is a distributed columnar storage engine that can
> ingest data in realtime and serve analytical queries at low latency.
> 
> Pinot community has voted and approved this release.
> 
> Vote thread:
> https://lists.apache.org/thread.html/r866256b82048845ed732cb49638294314a0d475c2ea908c2e11bc7a1%40%3Cdev.pinot.apache.org%3E
> 
> Result thread:
> https://lists.apache.org/thread.html/rdff8e67f8680fd9d4ed61e0baacad3c7c3ad141567fa7325776c85b1%40%3Cdev.pinot.apache.org%3E
> 
> The release candidate:
> https://dist.apache.org/repos/dist/dev/incubator/pinot/apache-pinot-incubating-0.4.0-rc2
> 
> Git tag for this release:
> https://github.com/apache/incubator-pinot/tree/release-0.4.0-rc2
> 
> Git hash for this release:
> 8355d2e0e489a8d127f2e32793671fba505628a8
> 
> The artifacts have been signed with key: 6CC169A6FC19C470, which can be
> found in the following KEYS file.
> https://dist.apache.org/repos/dist/release/incubator/pinot/KEYS
> 
> Release notes:
> https://github.com/apache/incubator-pinot/releases/tag/release-0.4.0-rc2
> 
> Staging repository:
> https://repository.apache.org/content/repositories/orgapachepinot-1013
> 
> Documentation on verifying a release candidate:
> https://cwiki.apache.org/confluence/display/PINOT/Validating+a+release+candidate
> 
> 
> The vote will be open for at least 72 hours or until necessary number of
> votes are reached.
> 
> Please vote accordingly,
> 
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove with the reason
> 
> Thanks,
> Apache Pinot (incubating) team


-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE] Release Apache DataSketches-cpp 2.0.0-incubating-rc4

2020-06-09 Thread Jon Malkin
Hello IPMC and Apache DataSketches Community,

Fixing a typo and the git hash that cane from re-using my previous template.

1. This is a call for vote to release Apache DataSketches-cpp version:
2.0.0-incubating-rc4

NOTE 1: The C++ code provides a header-only library. Compilation
is needed only to build unit tests. A Python extension is also
included in this repository as a set of thin wrappers. That does
produce a compiled artifact, but is not built by default.

NOTE 2: Compiling the C++ unit tests requires CMake 3.12 or newer.

  A. Results from the PPMC vote:

 - 1 (+1 binding) vote, 2 (+1 non-binding) votes

 - The vote thread can be found at the Permalink:
   
https://lists.apache.org/thread.html/r8297fd16ab52c9fc60ea8d9d6f14f2a3c389f222d4260d09a4f87a37%40%3Cdev.datasketches.apache.org%3E

  B. Testing/actions/votes performed by the voters in the PPMC Stage 1:
- Furkan Kamachi (+1 binding)
  I checked:
  - Incubating in name
  - DISCLAIMER-WIP exists
  - LICENSE and NOTICE are fine
  - Checked PGP signatures
  - Checked Checksums
  - cmake, make, make test for cpp
  - python wrapper build (tried with python3)

- Lee Rhodes (+1 non-binding)
  I checked:
  - DISCLAIMER-WIP, LICENSE and NOTICE are fine
  - checked GPG and shasum signatures OK
  - cmake, make, make test OK
- git.properties are correct (match the vote letter and GitHub):
- git.branch OK
- git.commit.id OK
- git.commit.tag OK

- Alexander Saydakov (+1 non-binding)
  Checked:
  - gpg signature
  - shasum
  - cmake, make, make test

2. Source repository:
- https://github.com/apache/incubator-datasketches-cpp

Git Tag for this release:
- 
https://github.com/apache/incubator-datasketches-cpp/tree/2.0.0-incubating-rc4
on branch 2.0.x-incubating

Git HashId for this release starts with: 90b6689

3. The Release Candidate / Dist (Zip Repository):
- 
https://dist.apache.org/repos/dist/dev/incubator/datasketches/cpp/2.0.0-incubating-rc4/

The public signing key can be found in the KEYS file:
- https://dist.apache.org/repos/dist/dev/incubator/datasketches/KEYS

The artifacts have been signed with --keyid-format SHORT : 38F334CC

4. C++ Test Guide:
- 
https://github.com/apache/incubator-datasketches-cpp/blob/2.0.0-incubating-rc4/README.md
5. Python Build & Test Guide:
- 
https://github.com/apache/incubator-datasketches-cpp/blob/2.0.0-incubating-rc4/python/README.md
- Most python unit tests are written in a tutorial style that can
be followed as example usage:
https://github.com/apache/incubator-datasketches-cpp/tree/2.0.0-incubating-rc4/python/tests
- Only python 3 is supported

6. This is the second stage vote:
   - This voting process will remain open for at least 72 hours and
until at least 3 (+1) IPMC votes or a majority of (+1) are acquired.

Please vote accordingly:

[ ] +1 approve
[ ] +0 no opinion
[ ] -1 disapprove with the reason
Thanks,
Jon malkinjmal...@apache.org 


Re: [VOTE] Release Apache DataSketches-cpp 2.0.0-incubating-rc4

2020-06-09 Thread Furkan KAMACI
Hi,

+1 from me (binding, carrying over).

I checked:

- Incubating in name
- DISCLAIMER-WIP exists
- LICENSE and NOTICE are fine
- Checked PGP signatures
- Checked Checksums
- cmake, make, make test for cpp
- python wrapper build (tried with python3)

Kind Regards,
Furkan KAMACI

On Tue, Jun 9, 2020 at 9:04 PM Jon Malkin  wrote:

> Hello IPMC and Apache DataSketches Community,
>
> Fixing a typo and the git hash that cane from re-using my previous
> template.
>
> 1. This is a call for vote to release Apache DataSketches-cpp version:
> 2.0.0-incubating-rc4
>
> NOTE 1: The C++ code provides a header-only library. Compilation
> is needed only to build unit tests. A Python extension is also
> included in this repository as a set of thin wrappers. That does
> produce a compiled artifact, but is not built by default.
>
> NOTE 2: Compiling the C++ unit tests requires CMake 3.12 or newer.
>
>   A. Results from the PPMC vote:
>
>  - 1 (+1 binding) vote, 2 (+1 non-binding) votes
>
>  - The vote thread can be found at the Permalink:
>
> https://lists.apache.org/thread.html/r8297fd16ab52c9fc60ea8d9d6f14f2a3c389f222d4260d09a4f87a37%40%3Cdev.datasketches.apache.org%3E
>
>   B. Testing/actions/votes performed by the voters in the PPMC Stage 1:
> - Furkan Kamachi (+1 binding)
>   I checked:
>   - Incubating in name
>   - DISCLAIMER-WIP exists
>   - LICENSE and NOTICE are fine
>   - Checked PGP signatures
>   - Checked Checksums
>   - cmake, make, make test for cpp
>   - python wrapper build (tried with python3)
>
> - Lee Rhodes (+1 non-binding)
>   I checked:
>   - DISCLAIMER-WIP, LICENSE and NOTICE are fine
>   - checked GPG and shasum signatures OK
>   - cmake, make, make test OK
> - git.properties are correct (match the vote letter and GitHub):
> - git.branch OK
> - git.commit.id OK
> - git.commit.tag OK
>
> - Alexander Saydakov (+1 non-binding)
>   Checked:
>   - gpg signature
>   - shasum
>   - cmake, make, make test
>
> 2. Source repository:
> - https://github.com/apache/incubator-datasketches-cpp
>
> Git Tag for this release:
> -
> https://github.com/apache/incubator-datasketches-cpp/tree/2.0.0-incubating-rc4
> on branch 2.0.x-incubating
>
> Git HashId for this release starts with: 90b6689
>
> 3. The Release Candidate / Dist (Zip Repository):
> -
> https://dist.apache.org/repos/dist/dev/incubator/datasketches/cpp/2.0.0-incubating-rc4/
>
> The public signing key can be found in the KEYS file:
> - https://dist.apache.org/repos/dist/dev/incubator/datasketches/KEYS
>
> The artifacts have been signed with --keyid-format SHORT : 38F334CC
>
> 4. C++ Test Guide:
> -
> https://github.com/apache/incubator-datasketches-cpp/blob/2.0.0-incubating-rc4/README.md
> 5. Python Build & Test Guide:
> -
> https://github.com/apache/incubator-datasketches-cpp/blob/2.0.0-incubating-rc4/python/README.md
> - Most python unit tests are written in a tutorial style that can
> be followed as example usage:
>
> https://github.com/apache/incubator-datasketches-cpp/tree/2.0.0-incubating-rc4/python/tests
> - Only python 3 is supported
>
> 6. This is the second stage vote:
>- This voting process will remain open for at least 72 hours and
> until at least 3 (+1) IPMC votes or a majority of (+1) are acquired.
>
> Please vote accordingly:
>
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove with the reason
> Thanks,
> Jon malkinjmal...@apache.org 
>


Re: [Proposal] Pegasus - proposal for Apache Incubation

2020-06-09 Thread Kevin A. McGrail
While I am honored to be asked, I am mentoring actively a number of
projects right now with another one being proposed.
Please count me as a mentor but seek out others and consider me in reality
to be a 1/2 a mentor :-)

--
Kevin A. McGrail
Member, Apache Software Foundation
Chair Emeritus Apache SpamAssassin Project
https://www.linkedin.com/in/kmcgrail - 703.798.0171


On Mon, Jun 8, 2020 at 4:13 AM 吴涛  wrote:

> Thanks, Kevin. I'd very much appreciate it if you can become one of our
> mentors.
>
> Regards
>
> Tao.
>
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
>
>


Re: [VOTE] Release Apache Pinot (incubating) 0.4.0 RC2

2020-06-09 Thread Felix Cheung
+1

But a couple of things to follow up:

mailing list link at the bottom of the web site seems to be broken

- binary files are in the source package
./kubernetes/helm/pinot-0.2.0.tgz
./kubernetes/helm/pinot/charts/zookeeper-2.1.3.tgz
./kubernetes/helm/presto-0.2.0.tgz

- ASF license header is not in one java file
/pinot-spi/src/test/resources/TestRecordReader.java

- build from source
could be helpful to have steps on to getting the right version of and setup
mvn

Other checks done and are fine:
- incubating in name
- signature and hash fine
- DISCLAIMER is fine
- LICENSE and NOTICE are fine


On Mon, Jun 8, 2020 at 9:20 PM H  wrote:

> This is a call for vote to the release Apache Pinot (incubating) version
> 0.4.0
>
> Apache Pinot (incubating) is a distributed columnar storage engine that can
> ingest data in realtime and serve analytical queries at low latency.
>
> Pinot community has voted and approved this release.
>
> Vote thread:
>
> https://lists.apache.org/thread.html/r866256b82048845ed732cb49638294314a0d475c2ea908c2e11bc7a1%40%3Cdev.pinot.apache.org%3E
>
> Result thread:
>
> https://lists.apache.org/thread.html/rdff8e67f8680fd9d4ed61e0baacad3c7c3ad141567fa7325776c85b1%40%3Cdev.pinot.apache.org%3E
>
> The release candidate:
>
> https://dist.apache.org/repos/dist/dev/incubator/pinot/apache-pinot-incubating-0.4.0-rc2
>
> Git tag for this release:
> https://github.com/apache/incubator-pinot/tree/release-0.4.0-rc2
>
> Git hash for this release:
> 8355d2e0e489a8d127f2e32793671fba505628a8
>
> The artifacts have been signed with key: 6CC169A6FC19C470, which can be
> found in the following KEYS file.
> https://dist.apache.org/repos/dist/release/incubator/pinot/KEYS
>
> Release notes:
> https://github.com/apache/incubator-pinot/releases/tag/release-0.4.0-rc2
>
> Staging repository:
> https://repository.apache.org/content/repositories/orgapachepinot-1013
>
> Documentation on verifying a release candidate:
>
> https://cwiki.apache.org/confluence/display/PINOT/Validating+a+release+candidate
>
>
> The vote will be open for at least 72 hours or until necessary number of
> votes are reached.
>
> Please vote accordingly,
>
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove with the reason
>
> Thanks,
> Apache Pinot (incubating) team
>


[MENTORS] June 2020 podling report sign offs

2020-06-09 Thread Justin Mclean
Hi,

Good to see high rates of mentor sign off:
AGE - 75%
brpc - 67%
Crail - 100%
Daffodil - 100%
DolphinScheduler - 100%
IoTDB - 75%
Marvin-AI - 100%
Nemo - 75%
NLPCraft - 80%
Pinot - 50%
S2Graph - 50%
SAMOA - 100%
StreamPipes - 60%
Superset - 100%

SDAP is currently the only report missing sign off and the report will be 
submitted within the next 24 hours.

Thanks,
Justin
-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [Proposal] Pegasus - proposal for Apache Incubation

2020-06-09 Thread Tao Wu
Thank you for your interest, Kevin. Since now we have 2 mentors, shall we
call for a vote?
@Gosling Von 

Kevin A. McGrail  于2020年6月10日周三 上午2:41写道:

> While I am honored to be asked, I am mentoring actively a number of
> projects right now with another one being proposed.
> Please count me as a mentor but seek out others and consider me in reality
> to be a 1/2 a mentor :-)
>
> --
> Kevin A. McGrail
> Member, Apache Software Foundation
> Chair Emeritus Apache SpamAssassin Project
> https://www.linkedin.com/in/kmcgrail - 703.798.0171
>
>
> On Mon, Jun 8, 2020 at 4:13 AM 吴涛  wrote:
>
> > Thanks, Kevin. I'd very much appreciate it if you can become one of our
> > mentors.
> >
> > Regards
> >
> > Tao.
> >
> > -
> > To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> > For additional commands, e-mail: general-h...@incubator.apache.org
> >
> >
>


Re: [Proposal] Pegasus - proposal for Apache Incubation

2020-06-09 Thread Justin Mclean
Hi,

> Thank you for your interest, Kevin. Since now we have 2 mentors, shall we
> call for a vote?

Given Kevin said he only 1/2 mentor it would be preferable if you had one more 
mentor. Anyone willing to help out?

Thanks,
Justin
-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org