[ANNOUNCE] Apache Tuweni 0.8.2 released

2019-09-23 Thread Antoine Toulme
The Apache Tuweni team is proud to announce the release of Apache Tuweni
(incubating) 0.8.2.

Apache Tuweni is a set of libraries and other tools to aid development of
blockchain and other decentralized software in Java and other JVM 
languages. It includes a low-level bytes library, serialization and 
deserialization codecs (e.g. RLP), various cryptography functions 
and primatives, and lots of other helpful utilities. Tuweni is 
developed for JDK 1.8 or higher, and depends on various other FOSS libraries.

Source and binary distributions can be downloaded from:
https://tuweni.apache.org/download

Release notes are at:
https://github.com/apache/incubator-tuweni/releases/tag/v0.8.2

A big thank you to all the contributors in this milestone release!

To learn more about Tuweni and get started:
http://tuweni.apache.org/
Thanks!
The Apache Tuweni Team


Disclaimer: Apache Tuweni is an effort undergoing incubation at The Apache
Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is
required of all newly accepted projects until a further review indicates
that the infrastructure, communications, and decision making process have
stabilized in a manner consistent with other successful ASF projects. While
incubation status is not necessarily a reflection of the completeness or
stability of the code, it does indicate that the project has yet to be
fully endorsed by the ASF.


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



Re: [VOTE] Release DataSketches-java 1.0.0-incubating-RC2

2019-09-23 Thread leerho
Justin,

Thank you for the vote.

The code for this Release Candidate was frozen as of Tuesday, 17 September
at 17:54 GMT.  Since that time our team has engaged with you a number of
times to perfect our handling of the LICENSE and NOTICE files.   The
current version of how these two files will look in the next release can be
found in the GitHub master branch:

https://github.com/apache/incubator-datasketches-java.

If you still find that these new versions of the LICENSE and NOTICE files
do not meet your requirements, please let us know.

With respect to the 9 items mentioned above:

Items 1, 2, 3, are appropriately mentioned in the new version of the
LICENSE referenced above.  (They were mentioned in the RC2 version but in
the wrong place.)

Item 4 is mentioned under the Public Domain section of the new LICENSE.

Items 5, 7, 8, 9 are references to published research papers  (arxiv.org is
a repository of scientific research papers) There is no code in these
papers that was copied or even adapted in our product.  Referencing these
papers allows users to find the mathematical proofs of why these algorithms
work.

Item 6 is a reference to our own website and our own work.

Thank you for the time you have spent on this!

Lee.



On Sun, Sep 22, 2019 at 12:40 AM Justin Mclean 
wrote:

> Hi,
>
> +1 (binding)
>
> I checked:
> - incubating in name
> - hashed and signatures fine
> - DISCLAIMER exists (and is WIP version)
> - LICENSE and NOTICE need more work (se below)
> - No unexpected binary files
> - All source files have ASF headers
> - Can compile from source
>
> This code [1][2] inside [3]  is missing from LICENSE. ([2] is also
> mentioned in other files). This is also missing from LICENSE [4].
>
> How is [5] licensed? (it’s used by [6]). Similarly with [7][8][9] used by
> other pieces of code.
>
> NOTICE contains license information which should be placed in LICENSE. The
> ASF copyright in NOTICE should probably come first.
>
> There are also still some references to https://datasketches.github.io
> that probably need to be corrected.
>
> Thanks,
> Justin
>
> 1. https://github.com/OpenHFT/Zero-Allocation-Hashing
> 2. https://github.com/Cyan4973/xxHash
> 3. ./src/main/java/org/apache/datasketches/hash/XxHash.java
> 4. https://github.com/aappleby/smhasher/blob/master/src/MurmurHash3.cpp
> 5. https://arxiv.org/abs/1603.05346v1
> 6 ./src/main/java/org/apache/datasketches/kll/KllFloatsSketch.java
> 7 https://arxiv.org/abs/1708.06839
> 8 https://arxiv.org/abs/1306.3284
> 9 http://dblp.org/rec/html/journals/tods/AgarwalCHPWY13
>
>
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
>
>


[ANNOUNCE] DataSketches Java 1.0.0-incubating has been released!

2019-09-23 Thread leerho
### NEW COMPONENT! ###

Hello All,

1. The Apache DataSketches Java 1.0.0-incubating has been released!

NOTE 1: This is the core Java component of the DataSketches library
that includes all the sketch algorithms in production-ready packages. These
sketches can be called directly from this component or used in conjunction
with the adaptor components such as Hadoop Pig, Hadoop Hive, or the
aggregator adaptors built into Apache Druid.

NOTE 2: This release contains some critical performance improvements
and bug fixes for Apache Druid.

NOTE 3: This release was based on Release Candidate RC2.

Vote Thread Permalink:
https://mail-archives.apache.org/mod_mbox/incubator-general/201909.mbox/

There were four (+1) votes: Dave Fisher, Kevin Ratnasekera, Justin
Mclean, Furkan Kamaci.

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

Git Tag for this release:

https://github.com/apache/incubator-datasketches-java/tree/1.0.0-incubating-RC2
 on branch 1.0.X-incubating

3. Download, build, test and documentation:
   Note: at the time of code-freze for this release not all of the build
and test information had been incorporated into the README file.
   This will be corrected with the next release. It can be found in the
GitHub master branch:

https://github.com/apache/incubator-datasketches-java/blob/master/README.md


Thank you to the IPMC members and community for taking the time to review
and
provide guidance on our release!

On behalf of the Apache DataSketches Community,

Lee
lee...@apache.org


=
*Disclaimer*

Apache DataSketches (incubating) is an effort undergoing incubation at
The Apache Software Foundation (ASF), sponsored by the Apache Incubator
PMC. Incubation is required of all newly accepted projects until a
further review indicates that the infrastructure, communications, and
decision making process have stabilized in a manner consistent with
other successful ASF projects. While incubation status is not
necessarily a reflection of the completeness or stability of the code,
it does indicate that the project has yet to be fully endorsed by the
ASF.


[GitHub] [incubator] lresende opened a new pull request #35: Update building reference to incubator website

2019-09-23 Thread GitBox
lresende opened a new pull request #35: Update building reference to incubator 
website
URL: https://github.com/apache/incubator/pull/35
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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



[GitHub] [incubator] justinmclean merged pull request #33: Fixed broken link for git repo requests

2019-09-23 Thread GitBox
justinmclean merged pull request #33: Fixed broken link for git repo requests
URL: https://github.com/apache/incubator/pull/33
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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



[GitHub] [incubator] justinmclean merged pull request #29: Adjust Incubator status URL

2019-09-23 Thread GitBox
justinmclean merged pull request #29: Adjust Incubator status URL
URL: https://github.com/apache/incubator/pull/29
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
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 (incubating) 1.0.0 [RC2]

2019-09-23 Thread Gian Merlino
+1 (binding)

- Tarball name is correct (project, version, "incubating").
- NOTICE, LICENSE, DISCLAIMER-WIP files are present.
- I didn't notice any LICENSE / NOTICE issues beyond what's already been
discussed in the thread.
- Verified .asc signatures and .sha512 checksums.
- git.properties is present and correct.
- Tarball contents match the expected git tag.
- Was able to build from source and run tests on macOS 10.14.6.

One file is missing a copyright header:

1) ./hll/include/hll.private.hpp

On Mon, Sep 9, 2019 at 12:05 PM Alexander Saydakov <
sayda...@verizonmedia.com> wrote:

> Dear IPMC and Community,
>
> This is a call for vote to release Apache DataSketches-cpp version
> 1.0.0-incubating
>
> This is a C++ version of the DataSketches core library with Python
> bindings.
>
> This is the first release of this component.
>
> We are not going to release any artifacts besides the source code.
>
> Results from the PPMC vote:
> 3 votes were cast. All of the votes were (+1). One of the votes was from a
> mentor.
>
> http://mail-archives.apache.org/mod_mbox/datasketches-dev/201909.mbox/thread
>
> The release candidate:
>
> https://dist.apache.org/repos/dist/dev/incubator/datasketches/cpp/1.0.0-incubating-rc2/
>
> Source repository:
> https://github.com/apache/incubator-datasketches-cpp
>
> Git tag for this release:
>
> https://github.com/apache/incubator-datasketches-cpp/releases/tag/1.0.0-incubating-rc2
>
> The artifact has been signed with key:
> pub  4096R/A8E8B4E0 2019-08-20 Alexander Saydakov (CODE SIGNING KEY) <
> al...@apache.org>
> Fingerprint=40A2 47F6 1E8C 6C75 678C  69C5 6848 6114 A8E8 B4E0
>
> The public signing key can be found in the KEYS file:
> https://dist.apache.org/repos/dist/dev/incubator/datasketches/KEYS
>
> Changes from the RC1:
> - added license to make files
> - building and running unit tests does not require pybind11 (dependency for
> Python bindings)
> - better build instructions
>
> This library was intended to be header-only, but this goal was not fully
> achieved yet with CPC sketch code. This work is in progress.
>
> Building and running unit tests requires CppUnit.
>
> Installing CppUnit on OSX: brew install cppunit
> Installing CppUnit on RHEL: yum install cppunit-devel
>
> There are currently two ways of building: using existing make files and
> generating make files using cmake. Exsisting make files might not work on
> all platforms or with all C++ compilers. Generating make files using cmake
> should solve this problem, but it currently requires cmake version 3.12.0
> or higher that might not be readily available as a package on all
> platforms.
>
> Installing the latest cmake on OSX: brew install cmake
>
> Building and running unit tests using existing make files:
> $ make
> $ make test
>
> Building and running unit tests using cmake:
> $ mkdir build
> $ cd build
> $ cmake ..
> $ make
> $ make test
>
> Building Python bindings requires cmake 3.12 or higher and pybind11.
> Please see the following document for details:
>
> https://github.com/apache/incubator-datasketches-cpp/blob/1.0.0-incubating-rc2/python/README.md
>
> This is the second stage vote. The vote will remain open for at least 72
> hours and 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,
> Alexander Saydakov
> al...@apache.org
>


Re: [VOTE] Release Apache Druid (incubating) 0.16.0 [RC3]

2019-09-23 Thread Gian Merlino
+1 (binding)

- NOTICE, LICENSE, DISCLAIMER files are present in both src and bin
packages.
- NOTICE / LICENSE look right to me. (The current versions represent a few
rounds of iteration based on feedback.)
- Verified .asc signatures and .sha512 checksums of both src and bin
packages.
- Source tarball git.version file is present and correct.
- Source tarball builds and tests pass.
- Ran through quickstart on binary tarball.

Clint, thanks for raising https://issues.apache.org/jira/browse/LEGAL-480.
It doesn't look like a release blocker to me, since the discussion on that
ticket is potentially going in a direction of deciding that the sample data
file in question is able to be included. We will probably end up needing to
add a note in LICENSE or NOTICE. Or if it turns out that the file ends up
not being able to be included after all, we'll need to swap in a different
sample data file in a future release.

On Wed, Sep 18, 2019 at 6:10 PM Clint Wylie  wrote:

> Hi IPMC,
>
> The Apache Druid community has voted on and approved a proposal to release
> Apache Druid (incubating) 0.16.0 (rc3).
>
> We now kindly request the Incubator PMC members review and vote on this
> incubator release.
>
> Apache Druid (incubating) is a high performance analytics data store for
> event-driven data.
>
> The community voting thread can be found here:
>
> https://lists.apache.org/thread.html/ea2f70b0533f403215288ae35294adc59f9ab33accabd9048eeb082f@%3Cdev.druid.apache.org%3E
>
> We have already received 2 +1 votes from IPMC members (Julian Hyde and
> Furkan KAMACI) during our community vote which I believe can be carried
> over to this vote as +1 (binding).
>
> During our previous IPMC release vote, a concern was raised about
> licensing/distribution of a file containing example data, and we have
> raised https://issues.apache.org/jira/browse/LEGAL-480 to get to the
> bottom
> of this. The discussion is currently ongoing there, but at this point it
> seems possible that including this file might end up being acceptable, so I
> have decided to proceed with this vote now. If it turns out that we cannot
> distribute this file then we intend to switch to a different example data
> file in a future release.
>
> The release notes are available here:
> https://github.com/apache/incubator-druid/issues/8369
>
> The release candidate has been tagged in GitHub as
> druid-0.16.0-incubating-rc3 (54d29e438a4df34d75e2385af6cefd1092c4ebb3),
> available here:
>
> https://github.com/apache/incubator-druid/releases/tag/druid-0.16.0-incubating-rc3
>
> The artifacts to be voted on are located here:
>
> https://dist.apache.org/repos/dist/dev/incubator/druid/0.16.0-incubating-rc3/
>
> A staged Maven repository is available for review at:
> https://repository.apache.org/content/repositories/orgapachedruid-1009/
>
> A Docker image containing the binary of the release candidate can be
> retrieved via:
> docker pull apache/incubator-druid:0.16.0-incubating-rc3
>
> artifact checksums
> src:
>
> 1f25c55e83069cf7071a97c1e0d56732437dbac4ef373ed1ed72b5b618021b74c107269642226e80081354c8da2e92dc26f1541b01072a4720fd6cfe8dc161a8
> bin:
>
> 0c4b71f077e28d2f4d3bc3f072543374570b98ec6a1918a5e1828e1da7e3871b5efb04070a8bcdbc172a817e43254640ce28a99757984be7d8dd3d607f1d870e
> docker: df9b900d3726ce123a5c054768da1ea08eba6efe635ced5abc3ad72d6c835e2c
>
> Release artifacts are signed with the key (6190EEFC):
> https://people.apache.org/keys/committer/cwylie.asc
>
> This key and the key of other committers can be found in the project's KEYS
> file here:
> https://www.apache.org/dist/incubator/druid/KEYS
>
> Staged druid.apache.org website documentation is available here:
> https://druid.staged.apache.org/docs/0.16.0-incubating/design/index.html
>
> As part of the validation process, the release artifacts can be generated
> from source by running:
> mvn clean install -Papache-release,dist
>
> The RAT license check can be run from source by:
> mvn apache-rat:check -Prat
>
> This vote will be open for at least 72 hours. The vote will pass if a
> majority of at least three +1 IPMC votes are cast.
>
> [ ] +1 Release this package as Apache Druid (incubating) 0.16.0
> [ ]  0 I don't feel strongly about it, but I'm okay with the release
> [ ] -1 Do not release this package because...
>
> Thank you IPMC! We appreciate your efforts in helping the Apache Druid
> community to validate this release.
>
> On behalf of the Apache Druid Community,
> Clint
>
> Apache Druid (incubating) is an effort undergoing incubation at The Apache
> Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is
> required of all newly accepted projects until a further review indicates
> that the infrastructure, communications, and decision making process have
> stabilized in a manner consistent with other successful ASF projects. While
> incubation status is not necessarily a reflection of the completeness or
> stability of the code, it does indicate that the project has yet to be
> fully endorsed

[RESULT] [VOTE] Release Apache Druid (incubating) 0.16.0 [RC3]

2019-09-23 Thread Clint Wylie
Hi all,

The vote to release Apache Druid (incubating) 0.16.0 has passed with 3 +1
binding votes:

Julian Hyde
Furkan KAMACI
Gian Merlino


Vote thread:
https://lists.apache.org/thread.html/a2eff0f2ef609a8960265d1f32c27748c5ea69bd00f511eca2022e0f@%3Cgeneral.incubator.apache.org%3E


Thank you to the above IPMC members for taking the time to review and
provide guidance on our release!

We will proceed with publishing the approved artifacts and sending out the
appropriate announcements in the coming days.

On behalf of the Apache Druid Community,
Clint


Re: [VOTE] Release Apache Druid (incubating) 0.16.0 [RC3]

2019-09-23 Thread Julian Hyde
Forwarding my vote from the dev list: +1 (binding).

> On Sep 23, 2019, at 4:24 PM, Gian Merlino  wrote:
> 
> +1 (binding)
> 
> - NOTICE, LICENSE, DISCLAIMER files are present in both src and bin
> packages.
> - NOTICE / LICENSE look right to me. (The current versions represent a few
> rounds of iteration based on feedback.)
> - Verified .asc signatures and .sha512 checksums of both src and bin
> packages.
> - Source tarball git.version file is present and correct.
> - Source tarball builds and tests pass.
> - Ran through quickstart on binary tarball.
> 
> Clint, thanks for raising https://issues.apache.org/jira/browse/LEGAL-480.
> It doesn't look like a release blocker to me, since the discussion on that
> ticket is potentially going in a direction of deciding that the sample data
> file in question is able to be included. We will probably end up needing to
> add a note in LICENSE or NOTICE. Or if it turns out that the file ends up
> not being able to be included after all, we'll need to swap in a different
> sample data file in a future release.
> 
> On Wed, Sep 18, 2019 at 6:10 PM Clint Wylie  wrote:
> 
>> Hi IPMC,
>> 
>> The Apache Druid community has voted on and approved a proposal to release
>> Apache Druid (incubating) 0.16.0 (rc3).
>> 
>> We now kindly request the Incubator PMC members review and vote on this
>> incubator release.
>> 
>> Apache Druid (incubating) is a high performance analytics data store for
>> event-driven data.
>> 
>> The community voting thread can be found here:
>> 
>> https://lists.apache.org/thread.html/ea2f70b0533f403215288ae35294adc59f9ab33accabd9048eeb082f@%3Cdev.druid.apache.org%3E
>> 
>> We have already received 2 +1 votes from IPMC members (Julian Hyde and
>> Furkan KAMACI) during our community vote which I believe can be carried
>> over to this vote as +1 (binding).
>> 
>> During our previous IPMC release vote, a concern was raised about
>> licensing/distribution of a file containing example data, and we have
>> raised https://issues.apache.org/jira/browse/LEGAL-480 to get to the
>> bottom
>> of this. The discussion is currently ongoing there, but at this point it
>> seems possible that including this file might end up being acceptable, so I
>> have decided to proceed with this vote now. If it turns out that we cannot
>> distribute this file then we intend to switch to a different example data
>> file in a future release.
>> 
>> The release notes are available here:
>> https://github.com/apache/incubator-druid/issues/8369
>> 
>> The release candidate has been tagged in GitHub as
>> druid-0.16.0-incubating-rc3 (54d29e438a4df34d75e2385af6cefd1092c4ebb3),
>> available here:
>> 
>> https://github.com/apache/incubator-druid/releases/tag/druid-0.16.0-incubating-rc3
>> 
>> The artifacts to be voted on are located here:
>> 
>> https://dist.apache.org/repos/dist/dev/incubator/druid/0.16.0-incubating-rc3/
>> 
>> A staged Maven repository is available for review at:
>> https://repository.apache.org/content/repositories/orgapachedruid-1009/
>> 
>> A Docker image containing the binary of the release candidate can be
>> retrieved via:
>> docker pull apache/incubator-druid:0.16.0-incubating-rc3
>> 
>> artifact checksums
>> src:
>> 
>> 1f25c55e83069cf7071a97c1e0d56732437dbac4ef373ed1ed72b5b618021b74c107269642226e80081354c8da2e92dc26f1541b01072a4720fd6cfe8dc161a8
>> bin:
>> 
>> 0c4b71f077e28d2f4d3bc3f072543374570b98ec6a1918a5e1828e1da7e3871b5efb04070a8bcdbc172a817e43254640ce28a99757984be7d8dd3d607f1d870e
>> docker: df9b900d3726ce123a5c054768da1ea08eba6efe635ced5abc3ad72d6c835e2c
>> 
>> Release artifacts are signed with the key (6190EEFC):
>> https://people.apache.org/keys/committer/cwylie.asc
>> 
>> This key and the key of other committers can be found in the project's KEYS
>> file here:
>> https://www.apache.org/dist/incubator/druid/KEYS
>> 
>> Staged druid.apache.org website documentation is available here:
>> https://druid.staged.apache.org/docs/0.16.0-incubating/design/index.html
>> 
>> As part of the validation process, the release artifacts can be generated
>> from source by running:
>> mvn clean install -Papache-release,dist
>> 
>> The RAT license check can be run from source by:
>> mvn apache-rat:check -Prat
>> 
>> This vote will be open for at least 72 hours. The vote will pass if a
>> majority of at least three +1 IPMC votes are cast.
>> 
>> [ ] +1 Release this package as Apache Druid (incubating) 0.16.0
>> [ ]  0 I don't feel strongly about it, but I'm okay with the release
>> [ ] -1 Do not release this package because...
>> 
>> Thank you IPMC! We appreciate your efforts in helping the Apache Druid
>> community to validate this release.
>> 
>> On behalf of the Apache Druid Community,
>> Clint
>> 
>> Apache Druid (incubating) is an effort undergoing incubation at The Apache
>> Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is
>> required of all newly accepted projects until a further review indicates
>> that the infrastructure, communications, and 

Re: [VOTE] Release Apache Druid (incubating) 0.16.0 [RC3]

2019-09-23 Thread P. Taylor Goetz
+1 (binding)

- signatures are good
-  LICENCE, NOTICE, and DISCLAIMER present and look okay.
- was able to build from source.

-Taylor

> On Sep 23, 2019, at 9:11 PM, Julian Hyde  wrote:
> 
> Forwarding my vote from the dev list: +1 (binding).
> 
>> On Sep 23, 2019, at 4:24 PM, Gian Merlino  wrote:
>> 
>> +1 (binding)
>> 
>> - NOTICE, LICENSE, DISCLAIMER files are present in both src and bin
>> packages.
>> - NOTICE / LICENSE look right to me. (The current versions represent a few
>> rounds of iteration based on feedback.)
>> - Verified .asc signatures and .sha512 checksums of both src and bin
>> packages.
>> - Source tarball git.version file is present and correct.
>> - Source tarball builds and tests pass.
>> - Ran through quickstart on binary tarball.
>> 
>> Clint, thanks for raising https://issues.apache.org/jira/browse/LEGAL-480.
>> It doesn't look like a release blocker to me, since the discussion on that
>> ticket is potentially going in a direction of deciding that the sample data
>> file in question is able to be included. We will probably end up needing to
>> add a note in LICENSE or NOTICE. Or if it turns out that the file ends up
>> not being able to be included after all, we'll need to swap in a different
>> sample data file in a future release.
>> 
>> On Wed, Sep 18, 2019 at 6:10 PM Clint Wylie  wrote:
>> 
>>> Hi IPMC,
>>> 
>>> The Apache Druid community has voted on and approved a proposal to release
>>> Apache Druid (incubating) 0.16.0 (rc3).
>>> 
>>> We now kindly request the Incubator PMC members review and vote on this
>>> incubator release.
>>> 
>>> Apache Druid (incubating) is a high performance analytics data store for
>>> event-driven data.
>>> 
>>> The community voting thread can be found here:
>>> 
>>> https://lists.apache.org/thread.html/ea2f70b0533f403215288ae35294adc59f9ab33accabd9048eeb082f@%3Cdev.druid.apache.org%3E
>>> 
>>> We have already received 2 +1 votes from IPMC members (Julian Hyde and
>>> Furkan KAMACI) during our community vote which I believe can be carried
>>> over to this vote as +1 (binding).
>>> 
>>> During our previous IPMC release vote, a concern was raised about
>>> licensing/distribution of a file containing example data, and we have
>>> raised https://issues.apache.org/jira/browse/LEGAL-480 to get to the
>>> bottom
>>> of this. The discussion is currently ongoing there, but at this point it
>>> seems possible that including this file might end up being acceptable, so I
>>> have decided to proceed with this vote now. If it turns out that we cannot
>>> distribute this file then we intend to switch to a different example data
>>> file in a future release.
>>> 
>>> The release notes are available here:
>>> https://github.com/apache/incubator-druid/issues/8369
>>> 
>>> The release candidate has been tagged in GitHub as
>>> druid-0.16.0-incubating-rc3 (54d29e438a4df34d75e2385af6cefd1092c4ebb3),
>>> available here:
>>> 
>>> https://github.com/apache/incubator-druid/releases/tag/druid-0.16.0-incubating-rc3
>>> 
>>> The artifacts to be voted on are located here:
>>> 
>>> https://dist.apache.org/repos/dist/dev/incubator/druid/0.16.0-incubating-rc3/
>>> 
>>> A staged Maven repository is available for review at:
>>> https://repository.apache.org/content/repositories/orgapachedruid-1009/
>>> 
>>> A Docker image containing the binary of the release candidate can be
>>> retrieved via:
>>> docker pull apache/incubator-druid:0.16.0-incubating-rc3
>>> 
>>> artifact checksums
>>> src:
>>> 
>>> 1f25c55e83069cf7071a97c1e0d56732437dbac4ef373ed1ed72b5b618021b74c107269642226e80081354c8da2e92dc26f1541b01072a4720fd6cfe8dc161a8
>>> bin:
>>> 
>>> 0c4b71f077e28d2f4d3bc3f072543374570b98ec6a1918a5e1828e1da7e3871b5efb04070a8bcdbc172a817e43254640ce28a99757984be7d8dd3d607f1d870e
>>> docker: df9b900d3726ce123a5c054768da1ea08eba6efe635ced5abc3ad72d6c835e2c
>>> 
>>> Release artifacts are signed with the key (6190EEFC):
>>> https://people.apache.org/keys/committer/cwylie.asc
>>> 
>>> This key and the key of other committers can be found in the project's KEYS
>>> file here:
>>> https://www.apache.org/dist/incubator/druid/KEYS
>>> 
>>> Staged druid.apache.org website documentation is available here:
>>> https://druid.staged.apache.org/docs/0.16.0-incubating/design/index.html
>>> 
>>> As part of the validation process, the release artifacts can be generated
>>> from source by running:
>>> mvn clean install -Papache-release,dist
>>> 
>>> The RAT license check can be run from source by:
>>> mvn apache-rat:check -Prat
>>> 
>>> This vote will be open for at least 72 hours. The vote will pass if a
>>> majority of at least three +1 IPMC votes are cast.
>>> 
>>> [ ] +1 Release this package as Apache Druid (incubating) 0.16.0
>>> [ ]  0 I don't feel strongly about it, but I'm okay with the release
>>> [ ] -1 Do not release this package because...
>>> 
>>> Thank you IPMC! We appreciate your efforts in helping the Apache Druid
>>> community to validate this release.
>>> 
>>> On behalf of the Apache Druid 

Re: [VOTE] Release Apache MXNet (incubating) 1.5.1.rc0

2019-09-23 Thread Tao Lv
Thank you Mike! I'm sorry for missing your vote on dev@.

To other MXNet mentors, may I have your opinion on this vote?

Thanks,
-tao

On Sun, Sep 22, 2019 at 11:54 PM Michael Wall  wrote:

> +1 (binding)
>
> - Built from src without opencv
> - sha512 signature are good
> - gpg key for release manager in
>   https://dist.apache.org/repos/dist/dev/incubator/mxnet/KEYS and gpg
> --verify
>   passes
> - many but not all of the license issues from the 1.5.0 release have been
>   addressed, see
>
> https://lists.apache.org/thread.html/5365cdab7dee08d220e32decc76fd54aa05e29bc891c416828cb64d2@%3Cgeneral.incubator.apache.org%3E
>   Ticket tracking these is
>   https://github.com/apache/incubator-mxnet/issues/15542
>   where all the license issues are being tracked for the 1.6 release
>
>
> On Sun, Sep 22, 2019 at 11:34 AM Tao Lv  wrote:
>
> > Dear community,
> >
> > This is a call for a releasing Apache MXNet (incubating) 1.5.1, release
> > candidate 0.
> >
> > Apache MXNet (incubating) community has voted and approved the release.
> >
> > Vote thread:
> >
> >
> >
> https://lists.apache.org/thread.html/32f9e98d3409c84c01703ce89843510b0f5c47a54d6d5327f6279050@%3Cdev.mxnet.apache.org%3E
> >
> > Result thread:
> >
> >
> https://lists.apache.org/thread.html/964c0a228c2d6bfbb8428be8c1454f660b8b4a684d334cfbdf317f57@%3Cdev.mxnet.apache.org%3E
> >
> >
> > The source tarball, including signatures, digests, etc. can be found at:
> >
> > https://dist.apache.org/repos/dist/dev/incubator/mxnet/1.5.1.rc0/
> >
> > The tag to be voted upon is 1.5.1.rc0:
> > https://github.com/apache/incubator-mxnet/releases/tag/1.5.1.rc0
> >
> > The release hash is  c9818480680f84daa6e281a974ab263691302ba8  :
> >
> >
> https://github.com/apache/incubator-mxnet/commit/c9818480680f84daa6e281a974ab263691302ba8
> >
> >
> > KEYS file available:
> >
> > https://dist.apache.org/repos/dist/dev/incubator/mxnet/KEYS
> >
> > For information about the contents of this release, see:
> > https://cwiki.apache.org/confluence/display/MXNET/1.5.1+Release+Notes
> >
> > The vote will be open for 72 hours.
> >
> > [ ] +1 release this package as #
> > [ ] +0 no opinion
> > [ ] -1 do not release this package because...
> >
> >
> > Best Regards,
> >
> > -tao
> >
>