You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@madlib.apache.org by Orhan Kislal <ok...@pivotal.io> on 2018/10/10 10:47:39 UTC

[VOTE] MADlib v1.15.1-rc1

Hello Apache MADlib community,

This is the vote for Apache MADlib 1.15.1 Release (RC1). It provides the
source release tarball and convenience binaries.

The vote will run for at least 72 hours and will close on Saturday, October
13th, 2018 @ 14:00 GMT+3 (04:00 PDT). A minimum of 3 binding +1 votes and
more binding +1 than binding -1 are required to pass.

The main goals of this release are:

New features:

    - Add ubuntu support for MADlib (MADLIB-1256).
    - Elastic Net: Add grouping by non-numeric column support (MADLIB-1262).
    - KNN: Accept expressions for point_column_name and test_column_name
(MADLIB-1060).
    - Vec2Cols: Allow arrays of different lengths (MADLIB-1270).
    - Madpack: Add a script for automating changelist creation.

Bug fixes:

    - Allocator: Remove 16-byte alignment in GPDB 6.
    - Build: Download compatible Boost if version >= 1.65 (MADLIB-1235).
    - Build: Remove primary key constraint in IC/DC.
    - CMake: Fix false positive for Postgres 10+ check.
    - Graph: Add id of nodes with 0 in-degree (MADLIB-1279).
    - Margins: Copy summary table instead of renaming (MADLIB-1276).
    - MLP: Simplify momentum and Nesterov updates (MADLIB-1272).
    - Upgrade: Fix issue with upgrading RPM to 1.15.1 (MADLIB-1278).
    - Utilities: Use plpy.quote_ident if available.

Other:

    - Simplify maintenance via removing online examples from sql functions
(MADLIB-1260).
    - Re-enable PCA and PageRank tests (MADLIB-1264).
    - Build: Disable AppendOnly if available (MADLIB-1273).
    - Improve documentation of various modules.

For additional information, please see:
https://cwiki.apache.org/confluence/display/MADLIB/MADlib+1.15.1

Here are the release artifact details:

Source release tag to be voted on: rc/1.15.1-rc1, located here:
https://git-wip-us.apache.org/repos/asf?p=madlib.git;a=tag;h=refs/tags/rc/1.15.1-rc1

Source release tarball can be retrieved from the following locations:
Package:
https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-src.tar.gz
PGP Signature:
https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-src.tar.gz.asc
SHA512 Hash:
https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-src.tar.gz.sha512

Convenience binary packages can be retrieved from the following
locations:

macOS: 10.* PostgreSQL 9.6 & 10.2

Package:
https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Darwin.dmg
PGP Signature:
https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Darwin.dmg.asc
SHA512 Hash:
https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Darwin.dmg.sha512

CentOS* GPDB 4.3.5+

Package:
https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux-GPDB43.rpm
PGP Signature:
https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux-GPDB43.rpm.asc
SHA512 Hash:
https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux-GPDB43.rpm.sha512

CentOS 6 &* GPDB 5.3.0, PostgreSQL 9.6 & 10.2

Package:
https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.rpm
PGP Signature:
https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.rpm.asc
SHA512 Hash:
https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.rpm.sha512

Ubuntu 16.04 GPDB 5.11, PostgreSQL 9.6 & 10.5

Package:
https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.deb
PGP Signature:
https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.deb.asc
SHA512 Hash:
https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.deb.sha512

The PGP KEYS file used to validate the signature of the release artifacts
is available here:
https://dist.apache.org/repos/dist/dev/madlib/KEYS

To help in tallying the vote, PMC members please be sure to indicate
“(binding)” with the vote.

[ ] +1 approve
[ ] +0 no opinion
[ ] -1 disapprove (and reason why)

Best regards,
Orhan Kislal

Re: [VOTE] MADlib v1.15.1-rc1

Posted by Frank McQuillan <fm...@pivotal.io>.
+1 (binding)

tested on mac os/ postgres 9.6

Thanks,
Frank McQuillan

On Wed, Oct 10, 2018 at 3:47 AM Orhan Kislal <ok...@pivotal.io> wrote:

> Hello Apache MADlib community,
>
> This is the vote for Apache MADlib 1.15.1 Release (RC1). It provides the
> source release tarball and convenience binaries.
>
> The vote will run for at least 72 hours and will close on Saturday, October
> 13th, 2018 @ 14:00 GMT+3 (04:00 PDT). A minimum of 3 binding +1 votes and
> more binding +1 than binding -1 are required to pass.
>
> The main goals of this release are:
>
> New features:
>
>     - Add ubuntu support for MADlib (MADLIB-1256).
>     - Elastic Net: Add grouping by non-numeric column support
> (MADLIB-1262).
>     - KNN: Accept expressions for point_column_name and test_column_name
> (MADLIB-1060).
>     - Vec2Cols: Allow arrays of different lengths (MADLIB-1270).
>     - Madpack: Add a script for automating changelist creation.
>
> Bug fixes:
>
>     - Allocator: Remove 16-byte alignment in GPDB 6.
>     - Build: Download compatible Boost if version >= 1.65 (MADLIB-1235).
>     - Build: Remove primary key constraint in IC/DC.
>     - CMake: Fix false positive for Postgres 10+ check.
>     - Graph: Add id of nodes with 0 in-degree (MADLIB-1279).
>     - Margins: Copy summary table instead of renaming (MADLIB-1276).
>     - MLP: Simplify momentum and Nesterov updates (MADLIB-1272).
>     - Upgrade: Fix issue with upgrading RPM to 1.15.1 (MADLIB-1278).
>     - Utilities: Use plpy.quote_ident if available.
>
> Other:
>
>     - Simplify maintenance via removing online examples from sql functions
> (MADLIB-1260).
>     - Re-enable PCA and PageRank tests (MADLIB-1264).
>     - Build: Disable AppendOnly if available (MADLIB-1273).
>     - Improve documentation of various modules.
>
> For additional information, please see:
> https://cwiki.apache.org/confluence/display/MADLIB/MADlib+1.15.1
>
> Here are the release artifact details:
>
> Source release tag to be voted on: rc/1.15.1-rc1, located here:
>
> https://git-wip-us.apache.org/repos/asf?p=madlib.git;a=tag;h=refs/tags/rc/1.15.1-rc1
>
> Source release tarball can be retrieved from the following locations:
> Package:
>
> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-src.tar.gz
> PGP Signature:
>
> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-src.tar.gz.asc
> SHA512
> <https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-src.tar.gz.ascSHA512>
> Hash:
>
> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-src.tar.gz.sha512
>
> Convenience binary packages can be retrieved from the following
> locations:
>
> macOS: 10.* PostgreSQL 9.6 & 10.2
>
> Package:
>
> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Darwin.dmg
> PGP Signature:
>
> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Darwin.dmg.asc
> SHA512
> <https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Darwin.dmg.ascSHA512>
> Hash:
>
> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Darwin.dmg.sha512
>
> CentOS* GPDB 4.3.5+
>
> Package:
>
> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux-GPDB43.rpm
> PGP Signature:
>
> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux-GPDB43.rpm.asc
> SHA512
> <https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux-GPDB43.rpm.ascSHA512>
> Hash:
>
> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux-GPDB43.rpm.sha512
>
> CentOS 6 &* GPDB 5.3.0, PostgreSQL 9.6 & 10.2
>
> Package:
>
> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.rpm
> PGP Signature:
>
> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.rpm.asc
> SHA512
> <https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.rpm.ascSHA512>
> Hash:
>
> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.rpm.sha512
>
> Ubuntu 16.04 GPDB 5.11, PostgreSQL 9.6 & 10.5
>
> Package:
>
> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.deb
> PGP Signature:
>
> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.deb.asc
> SHA512
> <https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.deb.ascSHA512>
> Hash:
>
> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.deb.sha512
>
> The PGP KEYS file used to validate the signature of the release artifacts
> is available here:
> https://dist.apache.org/repos/dist/dev/madlib/KEYS
>
> To help in tallying the vote, PMC members please be sure to indicate
> “(binding)” with the vote.
>
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove (and reason why)
>
> Best regards,
> Orhan Kislal
>

Re: [VOTE] MADlib v1.15.1-rc1

Posted by Orhan Kislal <ok...@pivotal.io>.
Hello Apache MADlib community,

The vote for releasing Apache MADlib 1.15.1 Release (RC1) passed with 3 binding
+1s, 3 non-binding +1s, and no 0 or -1 votes.

Below is a summary of the voting:

Binding (PMC members) +1s (3):
Frank McQuillan
Xixuan (Aaron) Feng
Nandish Jayaram

Non-binding (non-PMC members) +1s (3):
Domino Valdano
Marshall Presser
Nikhil Kak

Official vote thread:
*https://lists.apache.org/thread.html/93f7d3ea6913bb4548298e7a5d8d2afe730f540da82d7edc71ea8ced@%3Cdev.madlib.apache.org%3E
<https://lists.apache.org/thread.html/93f7d3ea6913bb4548298e7a5d8d2afe730f540da82d7edc71ea8ced@%3Cdev.madlib.apache.org%3E>*

Thanks to all for taking the time to review and vote. We will now
update necessary
links/files to proceed with the release.

Best,

Orhan Kislal

On Sat, Oct 13, 2018 at 10:36 PM Nandish Jayaram <nj...@pivotal.io>
wrote:

> +1 Binding
> Built from source on Ubuntu. Was able to create .deb binary too using
> `make package`. Installing MADlib using the generated .deb binary was
> successful (along with install-check).
>
> NJ
>
> On Sat, Oct 13, 2018 at 11:17 AM Nikhil Kak <nk...@pivotal.io> wrote:
>
>> +1  Tested using the .deb file on gpdb 5.11 Ubuntu 18.04.1. dev-check and
>> install-check ran successfully.
>>
>> On Fri, Oct 12, 2018 at 5:44 PM Domino Valdano <dv...@pivotal.io>
>> wrote:
>>
>>> +1
>>>
>>> On Fri, Oct 12, 2018 at 9:04 AM FENG, Xixuan (Aaron) <
>>> xixuan.feng@gmail.com> wrote:
>>>
>>>> +1 (binding)
>>>> Dev-checked in Ubuntu Postgres 10
>>>>
>>> 2018年10月11日(木) 8:53 Marshall Presser <mp...@pivotal.io>:
>>>>
>>> +1 (binding)
>>>>>
>>>>> On Wed, Oct 10, 2018 at 6:48 AM Orhan Kislal <ok...@pivotal.io>
>>>>> wrote:
>>>>>
>>>>>> Hello Apache MADlib community,
>>>>>>
>>>>>> This is the vote for Apache MADlib 1.15.1 Release (RC1). It provides
>>>>>> the
>>>>>> source release tarball and convenience binaries.
>>>>>>
>>>>>> The vote will run for at least 72 hours and will close on Saturday,
>>>>>> October 13th, 2018 @ 14:00 GMT+3 (04:00 PDT). A minimum of 3 binding +1
>>>>>> votes and more binding +1 than binding -1 are required to pass.
>>>>>>
>>>>>> The main goals of this release are:
>>>>>>
>>>>>> New features:
>>>>>>
>>>>>>     - Add ubuntu support for MADlib (MADLIB-1256).
>>>>>>     - Elastic Net: Add grouping by non-numeric column support
>>>>>> (MADLIB-1262).
>>>>>>     - KNN: Accept expressions for point_column_name and
>>>>>> test_column_name (MADLIB-1060).
>>>>>>     - Vec2Cols: Allow arrays of different lengths (MADLIB-1270).
>>>>>>     - Madpack: Add a script for automating changelist creation.
>>>>>>
>>>>>> Bug fixes:
>>>>>>
>>>>>>     - Allocator: Remove 16-byte alignment in GPDB 6.
>>>>>>     - Build: Download compatible Boost if version >= 1.65
>>>>>> (MADLIB-1235).
>>>>>>     - Build: Remove primary key constraint in IC/DC.
>>>>>>     - CMake: Fix false positive for Postgres 10+ check.
>>>>>>     - Graph: Add id of nodes with 0 in-degree (MADLIB-1279).
>>>>>>     - Margins: Copy summary table instead of renaming (MADLIB-1276).
>>>>>>     - MLP: Simplify momentum and Nesterov updates (MADLIB-1272).
>>>>>>     - Upgrade: Fix issue with upgrading RPM to 1.15.1 (MADLIB-1278).
>>>>>>     - Utilities: Use plpy.quote_ident if available.
>>>>>>
>>>>>> Other:
>>>>>>
>>>>>>     - Simplify maintenance via removing online examples from sql
>>>>>> functions (MADLIB-1260).
>>>>>>     - Re-enable PCA and PageRank tests (MADLIB-1264).
>>>>>>     - Build: Disable AppendOnly if available (MADLIB-1273).
>>>>>>     - Improve documentation of various modules.
>>>>>>
>>>>>> For additional information, please see:
>>>>>> https://cwiki.apache.org/confluence/display/MADLIB/MADlib+1.15.1
>>>>>>
>>>>>> Here are the release artifact details:
>>>>>>
>>>>>> Source release tag to be voted on: rc/1.15.1-rc1, located here:
>>>>>>
>>>>>> https://git-wip-us.apache.org/repos/asf?p=madlib.git;a=tag;h=refs/tags/rc/1.15.1-rc1
>>>>>>
>>>>>> Source release tarball can be retrieved from the following locations:
>>>>>> Package:
>>>>>>
>>>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-src.tar.gz
>>>>>> PGP Signature:
>>>>>>
>>>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-src.tar.gz.asc
>>>>>> SHA512 Hash:
>>>>>>
>>>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-src.tar.gz.sha512
>>>>>>
>>>>>> Convenience binary packages can be retrieved from the following
>>>>>> locations:
>>>>>>
>>>>>> macOS: 10.* PostgreSQL 9.6 & 10.2
>>>>>>
>>>>>> Package:
>>>>>>
>>>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Darwin.dmg
>>>>>> PGP Signature:
>>>>>>
>>>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Darwin.dmg.asc
>>>>>> SHA512 Hash:
>>>>>>
>>>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Darwin.dmg.sha512
>>>>>>
>>>>>> CentOS* GPDB 4.3.5+
>>>>>>
>>>>>> Package:
>>>>>>
>>>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux-GPDB43.rpm
>>>>>> PGP Signature:
>>>>>>
>>>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux-GPDB43.rpm.asc
>>>>>> SHA512 Hash:
>>>>>>
>>>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux-GPDB43.rpm.sha512
>>>>>>
>>>>>> CentOS 6 &* GPDB 5.3.0, PostgreSQL 9.6 & 10.2
>>>>>>
>>>>>> Package:
>>>>>>
>>>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.rpm
>>>>>> PGP Signature:
>>>>>>
>>>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.rpm.asc
>>>>>> SHA512 Hash:
>>>>>>
>>>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.rpm.sha512
>>>>>>
>>>>>> Ubuntu 16.04 GPDB 5.11, PostgreSQL 9.6 & 10.5
>>>>>>
>>>>>> Package:
>>>>>>
>>>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.deb
>>>>>> PGP Signature:
>>>>>>
>>>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.deb.asc
>>>>>> SHA512 Hash:
>>>>>>
>>>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.deb.sha512
>>>>>>
>>>>>> The PGP KEYS file used to validate the signature of the release
>>>>>> artifacts
>>>>>> is available here:
>>>>>> https://dist.apache.org/repos/dist/dev/madlib/KEYS
>>>>>>
>>>>>> To help in tallying the vote, PMC members please be sure to indicate
>>>>>> “(binding)” with the vote.
>>>>>>
>>>>>> [ ] +1 approve
>>>>>> [ ] +0 no opinion
>>>>>> [ ] -1 disapprove (and reason why)
>>>>>>
>>>>>> Best regards,
>>>>>> Orhan Kislal
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>>
>>>>
>>>>> Marshall Presser
>>>>> Pivotal Data Engineering
>>>>> mpresser@pivotal.io
>>>>> 240.401.1750 <(240)%20401-1750>
>>>>>
>>>>

Re: [VOTE] MADlib v1.15.1-rc1

Posted by Orhan Kislal <ok...@pivotal.io>.
Hello Apache MADlib community,

The vote for releasing Apache MADlib 1.15.1 Release (RC1) passed with 3 binding
+1s, 3 non-binding +1s, and no 0 or -1 votes.

Below is a summary of the voting:

Binding (PMC members) +1s (3):
Frank McQuillan
Xixuan (Aaron) Feng
Nandish Jayaram

Non-binding (non-PMC members) +1s (3):
Domino Valdano
Marshall Presser
Nikhil Kak

Official vote thread:
*https://lists.apache.org/thread.html/93f7d3ea6913bb4548298e7a5d8d2afe730f540da82d7edc71ea8ced@%3Cdev.madlib.apache.org%3E
<https://lists.apache.org/thread.html/93f7d3ea6913bb4548298e7a5d8d2afe730f540da82d7edc71ea8ced@%3Cdev.madlib.apache.org%3E>*

Thanks to all for taking the time to review and vote. We will now
update necessary
links/files to proceed with the release.

Best,

Orhan Kislal

On Sat, Oct 13, 2018 at 10:36 PM Nandish Jayaram <nj...@pivotal.io>
wrote:

> +1 Binding
> Built from source on Ubuntu. Was able to create .deb binary too using
> `make package`. Installing MADlib using the generated .deb binary was
> successful (along with install-check).
>
> NJ
>
> On Sat, Oct 13, 2018 at 11:17 AM Nikhil Kak <nk...@pivotal.io> wrote:
>
>> +1  Tested using the .deb file on gpdb 5.11 Ubuntu 18.04.1. dev-check and
>> install-check ran successfully.
>>
>> On Fri, Oct 12, 2018 at 5:44 PM Domino Valdano <dv...@pivotal.io>
>> wrote:
>>
>>> +1
>>>
>>> On Fri, Oct 12, 2018 at 9:04 AM FENG, Xixuan (Aaron) <
>>> xixuan.feng@gmail.com> wrote:
>>>
>>>> +1 (binding)
>>>> Dev-checked in Ubuntu Postgres 10
>>>>
>>> 2018年10月11日(木) 8:53 Marshall Presser <mp...@pivotal.io>:
>>>>
>>> +1 (binding)
>>>>>
>>>>> On Wed, Oct 10, 2018 at 6:48 AM Orhan Kislal <ok...@pivotal.io>
>>>>> wrote:
>>>>>
>>>>>> Hello Apache MADlib community,
>>>>>>
>>>>>> This is the vote for Apache MADlib 1.15.1 Release (RC1). It provides
>>>>>> the
>>>>>> source release tarball and convenience binaries.
>>>>>>
>>>>>> The vote will run for at least 72 hours and will close on Saturday,
>>>>>> October 13th, 2018 @ 14:00 GMT+3 (04:00 PDT). A minimum of 3 binding +1
>>>>>> votes and more binding +1 than binding -1 are required to pass.
>>>>>>
>>>>>> The main goals of this release are:
>>>>>>
>>>>>> New features:
>>>>>>
>>>>>>     - Add ubuntu support for MADlib (MADLIB-1256).
>>>>>>     - Elastic Net: Add grouping by non-numeric column support
>>>>>> (MADLIB-1262).
>>>>>>     - KNN: Accept expressions for point_column_name and
>>>>>> test_column_name (MADLIB-1060).
>>>>>>     - Vec2Cols: Allow arrays of different lengths (MADLIB-1270).
>>>>>>     - Madpack: Add a script for automating changelist creation.
>>>>>>
>>>>>> Bug fixes:
>>>>>>
>>>>>>     - Allocator: Remove 16-byte alignment in GPDB 6.
>>>>>>     - Build: Download compatible Boost if version >= 1.65
>>>>>> (MADLIB-1235).
>>>>>>     - Build: Remove primary key constraint in IC/DC.
>>>>>>     - CMake: Fix false positive for Postgres 10+ check.
>>>>>>     - Graph: Add id of nodes with 0 in-degree (MADLIB-1279).
>>>>>>     - Margins: Copy summary table instead of renaming (MADLIB-1276).
>>>>>>     - MLP: Simplify momentum and Nesterov updates (MADLIB-1272).
>>>>>>     - Upgrade: Fix issue with upgrading RPM to 1.15.1 (MADLIB-1278).
>>>>>>     - Utilities: Use plpy.quote_ident if available.
>>>>>>
>>>>>> Other:
>>>>>>
>>>>>>     - Simplify maintenance via removing online examples from sql
>>>>>> functions (MADLIB-1260).
>>>>>>     - Re-enable PCA and PageRank tests (MADLIB-1264).
>>>>>>     - Build: Disable AppendOnly if available (MADLIB-1273).
>>>>>>     - Improve documentation of various modules.
>>>>>>
>>>>>> For additional information, please see:
>>>>>> https://cwiki.apache.org/confluence/display/MADLIB/MADlib+1.15.1
>>>>>>
>>>>>> Here are the release artifact details:
>>>>>>
>>>>>> Source release tag to be voted on: rc/1.15.1-rc1, located here:
>>>>>>
>>>>>> https://git-wip-us.apache.org/repos/asf?p=madlib.git;a=tag;h=refs/tags/rc/1.15.1-rc1
>>>>>>
>>>>>> Source release tarball can be retrieved from the following locations:
>>>>>> Package:
>>>>>>
>>>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-src.tar.gz
>>>>>> PGP Signature:
>>>>>>
>>>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-src.tar.gz.asc
>>>>>> SHA512 Hash:
>>>>>>
>>>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-src.tar.gz.sha512
>>>>>>
>>>>>> Convenience binary packages can be retrieved from the following
>>>>>> locations:
>>>>>>
>>>>>> macOS: 10.* PostgreSQL 9.6 & 10.2
>>>>>>
>>>>>> Package:
>>>>>>
>>>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Darwin.dmg
>>>>>> PGP Signature:
>>>>>>
>>>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Darwin.dmg.asc
>>>>>> SHA512 Hash:
>>>>>>
>>>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Darwin.dmg.sha512
>>>>>>
>>>>>> CentOS* GPDB 4.3.5+
>>>>>>
>>>>>> Package:
>>>>>>
>>>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux-GPDB43.rpm
>>>>>> PGP Signature:
>>>>>>
>>>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux-GPDB43.rpm.asc
>>>>>> SHA512 Hash:
>>>>>>
>>>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux-GPDB43.rpm.sha512
>>>>>>
>>>>>> CentOS 6 &* GPDB 5.3.0, PostgreSQL 9.6 & 10.2
>>>>>>
>>>>>> Package:
>>>>>>
>>>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.rpm
>>>>>> PGP Signature:
>>>>>>
>>>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.rpm.asc
>>>>>> SHA512 Hash:
>>>>>>
>>>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.rpm.sha512
>>>>>>
>>>>>> Ubuntu 16.04 GPDB 5.11, PostgreSQL 9.6 & 10.5
>>>>>>
>>>>>> Package:
>>>>>>
>>>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.deb
>>>>>> PGP Signature:
>>>>>>
>>>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.deb.asc
>>>>>> SHA512 Hash:
>>>>>>
>>>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.deb.sha512
>>>>>>
>>>>>> The PGP KEYS file used to validate the signature of the release
>>>>>> artifacts
>>>>>> is available here:
>>>>>> https://dist.apache.org/repos/dist/dev/madlib/KEYS
>>>>>>
>>>>>> To help in tallying the vote, PMC members please be sure to indicate
>>>>>> “(binding)” with the vote.
>>>>>>
>>>>>> [ ] +1 approve
>>>>>> [ ] +0 no opinion
>>>>>> [ ] -1 disapprove (and reason why)
>>>>>>
>>>>>> Best regards,
>>>>>> Orhan Kislal
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>>
>>>>
>>>>> Marshall Presser
>>>>> Pivotal Data Engineering
>>>>> mpresser@pivotal.io
>>>>> 240.401.1750 <(240)%20401-1750>
>>>>>
>>>>

Re: [VOTE] MADlib v1.15.1-rc1

Posted by Nandish Jayaram <nj...@pivotal.io>.
+1 Binding
Built from source on Ubuntu. Was able to create .deb binary too using `make
package`. Installing MADlib using the generated .deb binary was successful
(along with install-check).

NJ

On Sat, Oct 13, 2018 at 11:17 AM Nikhil Kak <nk...@pivotal.io> wrote:

> +1  Tested using the .deb file on gpdb 5.11 Ubuntu 18.04.1. dev-check and
> install-check ran successfully.
>
> On Fri, Oct 12, 2018 at 5:44 PM Domino Valdano <dv...@pivotal.io>
> wrote:
>
>> +1
>>
>> On Fri, Oct 12, 2018 at 9:04 AM FENG, Xixuan (Aaron) <
>> xixuan.feng@gmail.com> wrote:
>>
>>> +1 (binding)
>>> Dev-checked in Ubuntu Postgres 10
>>>
>> 2018年10月11日(木) 8:53 Marshall Presser <mp...@pivotal.io>:
>>>
>> +1 (binding)
>>>>
>>>> On Wed, Oct 10, 2018 at 6:48 AM Orhan Kislal <ok...@pivotal.io>
>>>> wrote:
>>>>
>>>>> Hello Apache MADlib community,
>>>>>
>>>>> This is the vote for Apache MADlib 1.15.1 Release (RC1). It provides
>>>>> the
>>>>> source release tarball and convenience binaries.
>>>>>
>>>>> The vote will run for at least 72 hours and will close on Saturday,
>>>>> October 13th, 2018 @ 14:00 GMT+3 (04:00 PDT). A minimum of 3 binding +1
>>>>> votes and more binding +1 than binding -1 are required to pass.
>>>>>
>>>>> The main goals of this release are:
>>>>>
>>>>> New features:
>>>>>
>>>>>     - Add ubuntu support for MADlib (MADLIB-1256).
>>>>>     - Elastic Net: Add grouping by non-numeric column support
>>>>> (MADLIB-1262).
>>>>>     - KNN: Accept expressions for point_column_name and
>>>>> test_column_name (MADLIB-1060).
>>>>>     - Vec2Cols: Allow arrays of different lengths (MADLIB-1270).
>>>>>     - Madpack: Add a script for automating changelist creation.
>>>>>
>>>>> Bug fixes:
>>>>>
>>>>>     - Allocator: Remove 16-byte alignment in GPDB 6.
>>>>>     - Build: Download compatible Boost if version >= 1.65
>>>>> (MADLIB-1235).
>>>>>     - Build: Remove primary key constraint in IC/DC.
>>>>>     - CMake: Fix false positive for Postgres 10+ check.
>>>>>     - Graph: Add id of nodes with 0 in-degree (MADLIB-1279).
>>>>>     - Margins: Copy summary table instead of renaming (MADLIB-1276).
>>>>>     - MLP: Simplify momentum and Nesterov updates (MADLIB-1272).
>>>>>     - Upgrade: Fix issue with upgrading RPM to 1.15.1 (MADLIB-1278).
>>>>>     - Utilities: Use plpy.quote_ident if available.
>>>>>
>>>>> Other:
>>>>>
>>>>>     - Simplify maintenance via removing online examples from sql
>>>>> functions (MADLIB-1260).
>>>>>     - Re-enable PCA and PageRank tests (MADLIB-1264).
>>>>>     - Build: Disable AppendOnly if available (MADLIB-1273).
>>>>>     - Improve documentation of various modules.
>>>>>
>>>>> For additional information, please see:
>>>>> https://cwiki.apache.org/confluence/display/MADLIB/MADlib+1.15.1
>>>>>
>>>>> Here are the release artifact details:
>>>>>
>>>>> Source release tag to be voted on: rc/1.15.1-rc1, located here:
>>>>>
>>>>> https://git-wip-us.apache.org/repos/asf?p=madlib.git;a=tag;h=refs/tags/rc/1.15.1-rc1
>>>>>
>>>>> Source release tarball can be retrieved from the following locations:
>>>>> Package:
>>>>>
>>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-src.tar.gz
>>>>> PGP Signature:
>>>>>
>>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-src.tar.gz.asc
>>>>> SHA512 Hash:
>>>>>
>>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-src.tar.gz.sha512
>>>>>
>>>>> Convenience binary packages can be retrieved from the following
>>>>> locations:
>>>>>
>>>>> macOS: 10.* PostgreSQL 9.6 & 10.2
>>>>>
>>>>> Package:
>>>>>
>>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Darwin.dmg
>>>>> PGP Signature:
>>>>>
>>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Darwin.dmg.asc
>>>>> SHA512 Hash:
>>>>>
>>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Darwin.dmg.sha512
>>>>>
>>>>> CentOS* GPDB 4.3.5+
>>>>>
>>>>> Package:
>>>>>
>>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux-GPDB43.rpm
>>>>> PGP Signature:
>>>>>
>>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux-GPDB43.rpm.asc
>>>>> SHA512 Hash:
>>>>>
>>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux-GPDB43.rpm.sha512
>>>>>
>>>>> CentOS 6 &* GPDB 5.3.0, PostgreSQL 9.6 & 10.2
>>>>>
>>>>> Package:
>>>>>
>>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.rpm
>>>>> PGP Signature:
>>>>>
>>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.rpm.asc
>>>>> SHA512 Hash:
>>>>>
>>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.rpm.sha512
>>>>>
>>>>> Ubuntu 16.04 GPDB 5.11, PostgreSQL 9.6 & 10.5
>>>>>
>>>>> Package:
>>>>>
>>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.deb
>>>>> PGP Signature:
>>>>>
>>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.deb.asc
>>>>> SHA512 Hash:
>>>>>
>>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.deb.sha512
>>>>>
>>>>> The PGP KEYS file used to validate the signature of the release
>>>>> artifacts
>>>>> is available here:
>>>>> https://dist.apache.org/repos/dist/dev/madlib/KEYS
>>>>>
>>>>> To help in tallying the vote, PMC members please be sure to indicate
>>>>> “(binding)” with the vote.
>>>>>
>>>>> [ ] +1 approve
>>>>> [ ] +0 no opinion
>>>>> [ ] -1 disapprove (and reason why)
>>>>>
>>>>> Best regards,
>>>>> Orhan Kislal
>>>>>
>>>>
>>>>
>>>> --
>>>>
>>>
>>>> Marshall Presser
>>>> Pivotal Data Engineering
>>>> mpresser@pivotal.io
>>>> 240.401.1750 <(240)%20401-1750>
>>>>
>>>

Re: [VOTE] MADlib v1.15.1-rc1

Posted by Nandish Jayaram <nj...@pivotal.io>.
+1 Binding
Built from source on Ubuntu. Was able to create .deb binary too using `make
package`. Installing MADlib using the generated .deb binary was successful
(along with install-check).

NJ

On Sat, Oct 13, 2018 at 11:17 AM Nikhil Kak <nk...@pivotal.io> wrote:

> +1  Tested using the .deb file on gpdb 5.11 Ubuntu 18.04.1. dev-check and
> install-check ran successfully.
>
> On Fri, Oct 12, 2018 at 5:44 PM Domino Valdano <dv...@pivotal.io>
> wrote:
>
>> +1
>>
>> On Fri, Oct 12, 2018 at 9:04 AM FENG, Xixuan (Aaron) <
>> xixuan.feng@gmail.com> wrote:
>>
>>> +1 (binding)
>>> Dev-checked in Ubuntu Postgres 10
>>>
>> 2018年10月11日(木) 8:53 Marshall Presser <mp...@pivotal.io>:
>>>
>> +1 (binding)
>>>>
>>>> On Wed, Oct 10, 2018 at 6:48 AM Orhan Kislal <ok...@pivotal.io>
>>>> wrote:
>>>>
>>>>> Hello Apache MADlib community,
>>>>>
>>>>> This is the vote for Apache MADlib 1.15.1 Release (RC1). It provides
>>>>> the
>>>>> source release tarball and convenience binaries.
>>>>>
>>>>> The vote will run for at least 72 hours and will close on Saturday,
>>>>> October 13th, 2018 @ 14:00 GMT+3 (04:00 PDT). A minimum of 3 binding +1
>>>>> votes and more binding +1 than binding -1 are required to pass.
>>>>>
>>>>> The main goals of this release are:
>>>>>
>>>>> New features:
>>>>>
>>>>>     - Add ubuntu support for MADlib (MADLIB-1256).
>>>>>     - Elastic Net: Add grouping by non-numeric column support
>>>>> (MADLIB-1262).
>>>>>     - KNN: Accept expressions for point_column_name and
>>>>> test_column_name (MADLIB-1060).
>>>>>     - Vec2Cols: Allow arrays of different lengths (MADLIB-1270).
>>>>>     - Madpack: Add a script for automating changelist creation.
>>>>>
>>>>> Bug fixes:
>>>>>
>>>>>     - Allocator: Remove 16-byte alignment in GPDB 6.
>>>>>     - Build: Download compatible Boost if version >= 1.65
>>>>> (MADLIB-1235).
>>>>>     - Build: Remove primary key constraint in IC/DC.
>>>>>     - CMake: Fix false positive for Postgres 10+ check.
>>>>>     - Graph: Add id of nodes with 0 in-degree (MADLIB-1279).
>>>>>     - Margins: Copy summary table instead of renaming (MADLIB-1276).
>>>>>     - MLP: Simplify momentum and Nesterov updates (MADLIB-1272).
>>>>>     - Upgrade: Fix issue with upgrading RPM to 1.15.1 (MADLIB-1278).
>>>>>     - Utilities: Use plpy.quote_ident if available.
>>>>>
>>>>> Other:
>>>>>
>>>>>     - Simplify maintenance via removing online examples from sql
>>>>> functions (MADLIB-1260).
>>>>>     - Re-enable PCA and PageRank tests (MADLIB-1264).
>>>>>     - Build: Disable AppendOnly if available (MADLIB-1273).
>>>>>     - Improve documentation of various modules.
>>>>>
>>>>> For additional information, please see:
>>>>> https://cwiki.apache.org/confluence/display/MADLIB/MADlib+1.15.1
>>>>>
>>>>> Here are the release artifact details:
>>>>>
>>>>> Source release tag to be voted on: rc/1.15.1-rc1, located here:
>>>>>
>>>>> https://git-wip-us.apache.org/repos/asf?p=madlib.git;a=tag;h=refs/tags/rc/1.15.1-rc1
>>>>>
>>>>> Source release tarball can be retrieved from the following locations:
>>>>> Package:
>>>>>
>>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-src.tar.gz
>>>>> PGP Signature:
>>>>>
>>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-src.tar.gz.asc
>>>>> SHA512 Hash:
>>>>>
>>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-src.tar.gz.sha512
>>>>>
>>>>> Convenience binary packages can be retrieved from the following
>>>>> locations:
>>>>>
>>>>> macOS: 10.* PostgreSQL 9.6 & 10.2
>>>>>
>>>>> Package:
>>>>>
>>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Darwin.dmg
>>>>> PGP Signature:
>>>>>
>>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Darwin.dmg.asc
>>>>> SHA512 Hash:
>>>>>
>>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Darwin.dmg.sha512
>>>>>
>>>>> CentOS* GPDB 4.3.5+
>>>>>
>>>>> Package:
>>>>>
>>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux-GPDB43.rpm
>>>>> PGP Signature:
>>>>>
>>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux-GPDB43.rpm.asc
>>>>> SHA512 Hash:
>>>>>
>>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux-GPDB43.rpm.sha512
>>>>>
>>>>> CentOS 6 &* GPDB 5.3.0, PostgreSQL 9.6 & 10.2
>>>>>
>>>>> Package:
>>>>>
>>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.rpm
>>>>> PGP Signature:
>>>>>
>>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.rpm.asc
>>>>> SHA512 Hash:
>>>>>
>>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.rpm.sha512
>>>>>
>>>>> Ubuntu 16.04 GPDB 5.11, PostgreSQL 9.6 & 10.5
>>>>>
>>>>> Package:
>>>>>
>>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.deb
>>>>> PGP Signature:
>>>>>
>>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.deb.asc
>>>>> SHA512 Hash:
>>>>>
>>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.deb.sha512
>>>>>
>>>>> The PGP KEYS file used to validate the signature of the release
>>>>> artifacts
>>>>> is available here:
>>>>> https://dist.apache.org/repos/dist/dev/madlib/KEYS
>>>>>
>>>>> To help in tallying the vote, PMC members please be sure to indicate
>>>>> “(binding)” with the vote.
>>>>>
>>>>> [ ] +1 approve
>>>>> [ ] +0 no opinion
>>>>> [ ] -1 disapprove (and reason why)
>>>>>
>>>>> Best regards,
>>>>> Orhan Kislal
>>>>>
>>>>
>>>>
>>>> --
>>>>
>>>
>>>> Marshall Presser
>>>> Pivotal Data Engineering
>>>> mpresser@pivotal.io
>>>> 240.401.1750 <(240)%20401-1750>
>>>>
>>>

Re: [VOTE] MADlib v1.15.1-rc1

Posted by Nikhil Kak <nk...@pivotal.io>.
+1  Tested using the .deb file on gpdb 5.11 Ubuntu 18.04.1. dev-check and
install-check ran successfully.

On Fri, Oct 12, 2018 at 5:44 PM Domino Valdano <dv...@pivotal.io> wrote:

> +1
>
> On Fri, Oct 12, 2018 at 9:04 AM FENG, Xixuan (Aaron) <
> xixuan.feng@gmail.com> wrote:
>
>> +1 (binding)
>> Dev-checked in Ubuntu Postgres 10
>>
> 2018年10月11日(木) 8:53 Marshall Presser <mp...@pivotal.io>:
>>
> +1 (binding)
>>>
>>> On Wed, Oct 10, 2018 at 6:48 AM Orhan Kislal <ok...@pivotal.io> wrote:
>>>
>>>> Hello Apache MADlib community,
>>>>
>>>> This is the vote for Apache MADlib 1.15.1 Release (RC1). It provides
>>>> the
>>>> source release tarball and convenience binaries.
>>>>
>>>> The vote will run for at least 72 hours and will close on Saturday,
>>>> October 13th, 2018 @ 14:00 GMT+3 (04:00 PDT). A minimum of 3 binding +1
>>>> votes and more binding +1 than binding -1 are required to pass.
>>>>
>>>> The main goals of this release are:
>>>>
>>>> New features:
>>>>
>>>>     - Add ubuntu support for MADlib (MADLIB-1256).
>>>>     - Elastic Net: Add grouping by non-numeric column support
>>>> (MADLIB-1262).
>>>>     - KNN: Accept expressions for point_column_name and
>>>> test_column_name (MADLIB-1060).
>>>>     - Vec2Cols: Allow arrays of different lengths (MADLIB-1270).
>>>>     - Madpack: Add a script for automating changelist creation.
>>>>
>>>> Bug fixes:
>>>>
>>>>     - Allocator: Remove 16-byte alignment in GPDB 6.
>>>>     - Build: Download compatible Boost if version >= 1.65 (MADLIB-1235).
>>>>     - Build: Remove primary key constraint in IC/DC.
>>>>     - CMake: Fix false positive for Postgres 10+ check.
>>>>     - Graph: Add id of nodes with 0 in-degree (MADLIB-1279).
>>>>     - Margins: Copy summary table instead of renaming (MADLIB-1276).
>>>>     - MLP: Simplify momentum and Nesterov updates (MADLIB-1272).
>>>>     - Upgrade: Fix issue with upgrading RPM to 1.15.1 (MADLIB-1278).
>>>>     - Utilities: Use plpy.quote_ident if available.
>>>>
>>>> Other:
>>>>
>>>>     - Simplify maintenance via removing online examples from sql
>>>> functions (MADLIB-1260).
>>>>     - Re-enable PCA and PageRank tests (MADLIB-1264).
>>>>     - Build: Disable AppendOnly if available (MADLIB-1273).
>>>>     - Improve documentation of various modules.
>>>>
>>>> For additional information, please see:
>>>> https://cwiki.apache.org/confluence/display/MADLIB/MADlib+1.15.1
>>>>
>>>> Here are the release artifact details:
>>>>
>>>> Source release tag to be voted on: rc/1.15.1-rc1, located here:
>>>>
>>>> https://git-wip-us.apache.org/repos/asf?p=madlib.git;a=tag;h=refs/tags/rc/1.15.1-rc1
>>>>
>>>> Source release tarball can be retrieved from the following locations:
>>>> Package:
>>>>
>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-src.tar.gz
>>>> PGP Signature:
>>>>
>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-src.tar.gz.asc
>>>> SHA512 Hash:
>>>>
>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-src.tar.gz.sha512
>>>>
>>>> Convenience binary packages can be retrieved from the following
>>>> locations:
>>>>
>>>> macOS: 10.* PostgreSQL 9.6 & 10.2
>>>>
>>>> Package:
>>>>
>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Darwin.dmg
>>>> PGP Signature:
>>>>
>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Darwin.dmg.asc
>>>> SHA512 Hash:
>>>>
>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Darwin.dmg.sha512
>>>>
>>>> CentOS* GPDB 4.3.5+
>>>>
>>>> Package:
>>>>
>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux-GPDB43.rpm
>>>> PGP Signature:
>>>>
>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux-GPDB43.rpm.asc
>>>> SHA512 Hash:
>>>>
>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux-GPDB43.rpm.sha512
>>>>
>>>> CentOS 6 &* GPDB 5.3.0, PostgreSQL 9.6 & 10.2
>>>>
>>>> Package:
>>>>
>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.rpm
>>>> PGP Signature:
>>>>
>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.rpm.asc
>>>> SHA512 Hash:
>>>>
>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.rpm.sha512
>>>>
>>>> Ubuntu 16.04 GPDB 5.11, PostgreSQL 9.6 & 10.5
>>>>
>>>> Package:
>>>>
>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.deb
>>>> PGP Signature:
>>>>
>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.deb.asc
>>>> SHA512 Hash:
>>>>
>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.deb.sha512
>>>>
>>>> The PGP KEYS file used to validate the signature of the release
>>>> artifacts
>>>> is available here:
>>>> https://dist.apache.org/repos/dist/dev/madlib/KEYS
>>>>
>>>> To help in tallying the vote, PMC members please be sure to indicate
>>>> “(binding)” with the vote.
>>>>
>>>> [ ] +1 approve
>>>> [ ] +0 no opinion
>>>> [ ] -1 disapprove (and reason why)
>>>>
>>>> Best regards,
>>>> Orhan Kislal
>>>>
>>>
>>>
>>> --
>>>
>>
>>> Marshall Presser
>>> Pivotal Data Engineering
>>> mpresser@pivotal.io
>>> 240.401.1750 <(240)%20401-1750>
>>>
>>

Re: [VOTE] MADlib v1.15.1-rc1

Posted by Nikhil Kak <nk...@pivotal.io>.
+1  Tested using the .deb file on gpdb 5.11 Ubuntu 18.04.1. dev-check and
install-check ran successfully.

On Fri, Oct 12, 2018 at 5:44 PM Domino Valdano <dv...@pivotal.io> wrote:

> +1
>
> On Fri, Oct 12, 2018 at 9:04 AM FENG, Xixuan (Aaron) <
> xixuan.feng@gmail.com> wrote:
>
>> +1 (binding)
>> Dev-checked in Ubuntu Postgres 10
>>
> 2018年10月11日(木) 8:53 Marshall Presser <mp...@pivotal.io>:
>>
> +1 (binding)
>>>
>>> On Wed, Oct 10, 2018 at 6:48 AM Orhan Kislal <ok...@pivotal.io> wrote:
>>>
>>>> Hello Apache MADlib community,
>>>>
>>>> This is the vote for Apache MADlib 1.15.1 Release (RC1). It provides
>>>> the
>>>> source release tarball and convenience binaries.
>>>>
>>>> The vote will run for at least 72 hours and will close on Saturday,
>>>> October 13th, 2018 @ 14:00 GMT+3 (04:00 PDT). A minimum of 3 binding +1
>>>> votes and more binding +1 than binding -1 are required to pass.
>>>>
>>>> The main goals of this release are:
>>>>
>>>> New features:
>>>>
>>>>     - Add ubuntu support for MADlib (MADLIB-1256).
>>>>     - Elastic Net: Add grouping by non-numeric column support
>>>> (MADLIB-1262).
>>>>     - KNN: Accept expressions for point_column_name and
>>>> test_column_name (MADLIB-1060).
>>>>     - Vec2Cols: Allow arrays of different lengths (MADLIB-1270).
>>>>     - Madpack: Add a script for automating changelist creation.
>>>>
>>>> Bug fixes:
>>>>
>>>>     - Allocator: Remove 16-byte alignment in GPDB 6.
>>>>     - Build: Download compatible Boost if version >= 1.65 (MADLIB-1235).
>>>>     - Build: Remove primary key constraint in IC/DC.
>>>>     - CMake: Fix false positive for Postgres 10+ check.
>>>>     - Graph: Add id of nodes with 0 in-degree (MADLIB-1279).
>>>>     - Margins: Copy summary table instead of renaming (MADLIB-1276).
>>>>     - MLP: Simplify momentum and Nesterov updates (MADLIB-1272).
>>>>     - Upgrade: Fix issue with upgrading RPM to 1.15.1 (MADLIB-1278).
>>>>     - Utilities: Use plpy.quote_ident if available.
>>>>
>>>> Other:
>>>>
>>>>     - Simplify maintenance via removing online examples from sql
>>>> functions (MADLIB-1260).
>>>>     - Re-enable PCA and PageRank tests (MADLIB-1264).
>>>>     - Build: Disable AppendOnly if available (MADLIB-1273).
>>>>     - Improve documentation of various modules.
>>>>
>>>> For additional information, please see:
>>>> https://cwiki.apache.org/confluence/display/MADLIB/MADlib+1.15.1
>>>>
>>>> Here are the release artifact details:
>>>>
>>>> Source release tag to be voted on: rc/1.15.1-rc1, located here:
>>>>
>>>> https://git-wip-us.apache.org/repos/asf?p=madlib.git;a=tag;h=refs/tags/rc/1.15.1-rc1
>>>>
>>>> Source release tarball can be retrieved from the following locations:
>>>> Package:
>>>>
>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-src.tar.gz
>>>> PGP Signature:
>>>>
>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-src.tar.gz.asc
>>>> SHA512 Hash:
>>>>
>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-src.tar.gz.sha512
>>>>
>>>> Convenience binary packages can be retrieved from the following
>>>> locations:
>>>>
>>>> macOS: 10.* PostgreSQL 9.6 & 10.2
>>>>
>>>> Package:
>>>>
>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Darwin.dmg
>>>> PGP Signature:
>>>>
>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Darwin.dmg.asc
>>>> SHA512 Hash:
>>>>
>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Darwin.dmg.sha512
>>>>
>>>> CentOS* GPDB 4.3.5+
>>>>
>>>> Package:
>>>>
>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux-GPDB43.rpm
>>>> PGP Signature:
>>>>
>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux-GPDB43.rpm.asc
>>>> SHA512 Hash:
>>>>
>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux-GPDB43.rpm.sha512
>>>>
>>>> CentOS 6 &* GPDB 5.3.0, PostgreSQL 9.6 & 10.2
>>>>
>>>> Package:
>>>>
>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.rpm
>>>> PGP Signature:
>>>>
>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.rpm.asc
>>>> SHA512 Hash:
>>>>
>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.rpm.sha512
>>>>
>>>> Ubuntu 16.04 GPDB 5.11, PostgreSQL 9.6 & 10.5
>>>>
>>>> Package:
>>>>
>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.deb
>>>> PGP Signature:
>>>>
>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.deb.asc
>>>> SHA512 Hash:
>>>>
>>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.deb.sha512
>>>>
>>>> The PGP KEYS file used to validate the signature of the release
>>>> artifacts
>>>> is available here:
>>>> https://dist.apache.org/repos/dist/dev/madlib/KEYS
>>>>
>>>> To help in tallying the vote, PMC members please be sure to indicate
>>>> “(binding)” with the vote.
>>>>
>>>> [ ] +1 approve
>>>> [ ] +0 no opinion
>>>> [ ] -1 disapprove (and reason why)
>>>>
>>>> Best regards,
>>>> Orhan Kislal
>>>>
>>>
>>>
>>> --
>>>
>>
>>> Marshall Presser
>>> Pivotal Data Engineering
>>> mpresser@pivotal.io
>>> 240.401.1750 <(240)%20401-1750>
>>>
>>

Re: [VOTE] MADlib v1.15.1-rc1

Posted by Domino Valdano <dv...@pivotal.io>.
+1

On Fri, Oct 12, 2018 at 9:04 AM FENG, Xixuan (Aaron) <xi...@gmail.com>
wrote:

> +1 (binding)
> Dev-checked in Ubuntu Postgres 10
>
> 2018年10月11日(木) 8:53 Marshall Presser <mp...@pivotal.io>:
>
>> +1 (binding)
>>
>> On Wed, Oct 10, 2018 at 6:48 AM Orhan Kislal <ok...@pivotal.io> wrote:
>>
>>> Hello Apache MADlib community,
>>>
>>> This is the vote for Apache MADlib 1.15.1 Release (RC1). It provides the
>>> source release tarball and convenience binaries.
>>>
>>> The vote will run for at least 72 hours and will close on Saturday,
>>> October 13th, 2018 @ 14:00 GMT+3 (04:00 PDT). A minimum of 3 binding +1
>>> votes and more binding +1 than binding -1 are required to pass.
>>>
>>> The main goals of this release are:
>>>
>>> New features:
>>>
>>>     - Add ubuntu support for MADlib (MADLIB-1256).
>>>     - Elastic Net: Add grouping by non-numeric column support
>>> (MADLIB-1262).
>>>     - KNN: Accept expressions for point_column_name and test_column_name
>>> (MADLIB-1060).
>>>     - Vec2Cols: Allow arrays of different lengths (MADLIB-1270).
>>>     - Madpack: Add a script for automating changelist creation.
>>>
>>> Bug fixes:
>>>
>>>     - Allocator: Remove 16-byte alignment in GPDB 6.
>>>     - Build: Download compatible Boost if version >= 1.65 (MADLIB-1235).
>>>     - Build: Remove primary key constraint in IC/DC.
>>>     - CMake: Fix false positive for Postgres 10+ check.
>>>     - Graph: Add id of nodes with 0 in-degree (MADLIB-1279).
>>>     - Margins: Copy summary table instead of renaming (MADLIB-1276).
>>>     - MLP: Simplify momentum and Nesterov updates (MADLIB-1272).
>>>     - Upgrade: Fix issue with upgrading RPM to 1.15.1 (MADLIB-1278).
>>>     - Utilities: Use plpy.quote_ident if available.
>>>
>>> Other:
>>>
>>>     - Simplify maintenance via removing online examples from sql
>>> functions (MADLIB-1260).
>>>     - Re-enable PCA and PageRank tests (MADLIB-1264).
>>>     - Build: Disable AppendOnly if available (MADLIB-1273).
>>>     - Improve documentation of various modules.
>>>
>>> For additional information, please see:
>>> https://cwiki.apache.org/confluence/display/MADLIB/MADlib+1.15.1
>>>
>>> Here are the release artifact details:
>>>
>>> Source release tag to be voted on: rc/1.15.1-rc1, located here:
>>>
>>> https://git-wip-us.apache.org/repos/asf?p=madlib.git;a=tag;h=refs/tags/rc/1.15.1-rc1
>>>
>>> Source release tarball can be retrieved from the following locations:
>>> Package:
>>>
>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-src.tar.gz
>>> PGP Signature:
>>>
>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-src.tar.gz.asc
>>> SHA512 Hash:
>>>
>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-src.tar.gz.sha512
>>>
>>> Convenience binary packages can be retrieved from the following
>>> locations:
>>>
>>> macOS: 10.* PostgreSQL 9.6 & 10.2
>>>
>>> Package:
>>>
>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Darwin.dmg
>>> PGP Signature:
>>>
>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Darwin.dmg.asc
>>> SHA512 Hash:
>>>
>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Darwin.dmg.sha512
>>>
>>> CentOS* GPDB 4.3.5+
>>>
>>> Package:
>>>
>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux-GPDB43.rpm
>>> PGP Signature:
>>>
>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux-GPDB43.rpm.asc
>>> SHA512 Hash:
>>>
>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux-GPDB43.rpm.sha512
>>>
>>> CentOS 6 &* GPDB 5.3.0, PostgreSQL 9.6 & 10.2
>>>
>>> Package:
>>>
>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.rpm
>>> PGP Signature:
>>>
>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.rpm.asc
>>> SHA512 Hash:
>>>
>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.rpm.sha512
>>>
>>> Ubuntu 16.04 GPDB 5.11, PostgreSQL 9.6 & 10.5
>>>
>>> Package:
>>>
>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.deb
>>> PGP Signature:
>>>
>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.deb.asc
>>> SHA512 Hash:
>>>
>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.deb.sha512
>>>
>>> The PGP KEYS file used to validate the signature of the release artifacts
>>> is available here:
>>> https://dist.apache.org/repos/dist/dev/madlib/KEYS
>>>
>>> To help in tallying the vote, PMC members please be sure to indicate
>>> “(binding)” with the vote.
>>>
>>> [ ] +1 approve
>>> [ ] +0 no opinion
>>> [ ] -1 disapprove (and reason why)
>>>
>>> Best regards,
>>> Orhan Kislal
>>>
>>
>>
>> --
>>
>> Marshall Presser
>> Pivotal Data Engineering
>> mpresser@pivotal.io
>> 240.401.1750
>>
>

Re: [VOTE] MADlib v1.15.1-rc1

Posted by Domino Valdano <dv...@pivotal.io>.
+1

On Fri, Oct 12, 2018 at 9:04 AM FENG, Xixuan (Aaron) <xi...@gmail.com>
wrote:

> +1 (binding)
> Dev-checked in Ubuntu Postgres 10
>
> 2018年10月11日(木) 8:53 Marshall Presser <mp...@pivotal.io>:
>
>> +1 (binding)
>>
>> On Wed, Oct 10, 2018 at 6:48 AM Orhan Kislal <ok...@pivotal.io> wrote:
>>
>>> Hello Apache MADlib community,
>>>
>>> This is the vote for Apache MADlib 1.15.1 Release (RC1). It provides the
>>> source release tarball and convenience binaries.
>>>
>>> The vote will run for at least 72 hours and will close on Saturday,
>>> October 13th, 2018 @ 14:00 GMT+3 (04:00 PDT). A minimum of 3 binding +1
>>> votes and more binding +1 than binding -1 are required to pass.
>>>
>>> The main goals of this release are:
>>>
>>> New features:
>>>
>>>     - Add ubuntu support for MADlib (MADLIB-1256).
>>>     - Elastic Net: Add grouping by non-numeric column support
>>> (MADLIB-1262).
>>>     - KNN: Accept expressions for point_column_name and test_column_name
>>> (MADLIB-1060).
>>>     - Vec2Cols: Allow arrays of different lengths (MADLIB-1270).
>>>     - Madpack: Add a script for automating changelist creation.
>>>
>>> Bug fixes:
>>>
>>>     - Allocator: Remove 16-byte alignment in GPDB 6.
>>>     - Build: Download compatible Boost if version >= 1.65 (MADLIB-1235).
>>>     - Build: Remove primary key constraint in IC/DC.
>>>     - CMake: Fix false positive for Postgres 10+ check.
>>>     - Graph: Add id of nodes with 0 in-degree (MADLIB-1279).
>>>     - Margins: Copy summary table instead of renaming (MADLIB-1276).
>>>     - MLP: Simplify momentum and Nesterov updates (MADLIB-1272).
>>>     - Upgrade: Fix issue with upgrading RPM to 1.15.1 (MADLIB-1278).
>>>     - Utilities: Use plpy.quote_ident if available.
>>>
>>> Other:
>>>
>>>     - Simplify maintenance via removing online examples from sql
>>> functions (MADLIB-1260).
>>>     - Re-enable PCA and PageRank tests (MADLIB-1264).
>>>     - Build: Disable AppendOnly if available (MADLIB-1273).
>>>     - Improve documentation of various modules.
>>>
>>> For additional information, please see:
>>> https://cwiki.apache.org/confluence/display/MADLIB/MADlib+1.15.1
>>>
>>> Here are the release artifact details:
>>>
>>> Source release tag to be voted on: rc/1.15.1-rc1, located here:
>>>
>>> https://git-wip-us.apache.org/repos/asf?p=madlib.git;a=tag;h=refs/tags/rc/1.15.1-rc1
>>>
>>> Source release tarball can be retrieved from the following locations:
>>> Package:
>>>
>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-src.tar.gz
>>> PGP Signature:
>>>
>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-src.tar.gz.asc
>>> SHA512 Hash:
>>>
>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-src.tar.gz.sha512
>>>
>>> Convenience binary packages can be retrieved from the following
>>> locations:
>>>
>>> macOS: 10.* PostgreSQL 9.6 & 10.2
>>>
>>> Package:
>>>
>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Darwin.dmg
>>> PGP Signature:
>>>
>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Darwin.dmg.asc
>>> SHA512 Hash:
>>>
>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Darwin.dmg.sha512
>>>
>>> CentOS* GPDB 4.3.5+
>>>
>>> Package:
>>>
>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux-GPDB43.rpm
>>> PGP Signature:
>>>
>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux-GPDB43.rpm.asc
>>> SHA512 Hash:
>>>
>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux-GPDB43.rpm.sha512
>>>
>>> CentOS 6 &* GPDB 5.3.0, PostgreSQL 9.6 & 10.2
>>>
>>> Package:
>>>
>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.rpm
>>> PGP Signature:
>>>
>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.rpm.asc
>>> SHA512 Hash:
>>>
>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.rpm.sha512
>>>
>>> Ubuntu 16.04 GPDB 5.11, PostgreSQL 9.6 & 10.5
>>>
>>> Package:
>>>
>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.deb
>>> PGP Signature:
>>>
>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.deb.asc
>>> SHA512 Hash:
>>>
>>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.deb.sha512
>>>
>>> The PGP KEYS file used to validate the signature of the release artifacts
>>> is available here:
>>> https://dist.apache.org/repos/dist/dev/madlib/KEYS
>>>
>>> To help in tallying the vote, PMC members please be sure to indicate
>>> “(binding)” with the vote.
>>>
>>> [ ] +1 approve
>>> [ ] +0 no opinion
>>> [ ] -1 disapprove (and reason why)
>>>
>>> Best regards,
>>> Orhan Kislal
>>>
>>
>>
>> --
>>
>> Marshall Presser
>> Pivotal Data Engineering
>> mpresser@pivotal.io
>> 240.401.1750
>>
>

Re: [VOTE] MADlib v1.15.1-rc1

Posted by "FENG, Xixuan (Aaron)" <xi...@gmail.com>.
+1 (binding)
Dev-checked in Ubuntu Postgres 10

2018年10月11日(木) 8:53 Marshall Presser <mp...@pivotal.io>:

> +1 (binding)
>
> On Wed, Oct 10, 2018 at 6:48 AM Orhan Kislal <ok...@pivotal.io> wrote:
>
>> Hello Apache MADlib community,
>>
>> This is the vote for Apache MADlib 1.15.1 Release (RC1). It provides the
>> source release tarball and convenience binaries.
>>
>> The vote will run for at least 72 hours and will close on Saturday,
>> October 13th, 2018 @ 14:00 GMT+3 (04:00 PDT). A minimum of 3 binding +1
>> votes and more binding +1 than binding -1 are required to pass.
>>
>> The main goals of this release are:
>>
>> New features:
>>
>>     - Add ubuntu support for MADlib (MADLIB-1256).
>>     - Elastic Net: Add grouping by non-numeric column support
>> (MADLIB-1262).
>>     - KNN: Accept expressions for point_column_name and test_column_name
>> (MADLIB-1060).
>>     - Vec2Cols: Allow arrays of different lengths (MADLIB-1270).
>>     - Madpack: Add a script for automating changelist creation.
>>
>> Bug fixes:
>>
>>     - Allocator: Remove 16-byte alignment in GPDB 6.
>>     - Build: Download compatible Boost if version >= 1.65 (MADLIB-1235).
>>     - Build: Remove primary key constraint in IC/DC.
>>     - CMake: Fix false positive for Postgres 10+ check.
>>     - Graph: Add id of nodes with 0 in-degree (MADLIB-1279).
>>     - Margins: Copy summary table instead of renaming (MADLIB-1276).
>>     - MLP: Simplify momentum and Nesterov updates (MADLIB-1272).
>>     - Upgrade: Fix issue with upgrading RPM to 1.15.1 (MADLIB-1278).
>>     - Utilities: Use plpy.quote_ident if available.
>>
>> Other:
>>
>>     - Simplify maintenance via removing online examples from sql
>> functions (MADLIB-1260).
>>     - Re-enable PCA and PageRank tests (MADLIB-1264).
>>     - Build: Disable AppendOnly if available (MADLIB-1273).
>>     - Improve documentation of various modules.
>>
>> For additional information, please see:
>> https://cwiki.apache.org/confluence/display/MADLIB/MADlib+1.15.1
>>
>> Here are the release artifact details:
>>
>> Source release tag to be voted on: rc/1.15.1-rc1, located here:
>>
>> https://git-wip-us.apache.org/repos/asf?p=madlib.git;a=tag;h=refs/tags/rc/1.15.1-rc1
>>
>> Source release tarball can be retrieved from the following locations:
>> Package:
>>
>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-src.tar.gz
>> PGP Signature:
>>
>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-src.tar.gz.asc
>> SHA512 Hash:
>>
>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-src.tar.gz.sha512
>>
>> Convenience binary packages can be retrieved from the following
>> locations:
>>
>> macOS: 10.* PostgreSQL 9.6 & 10.2
>>
>> Package:
>>
>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Darwin.dmg
>> PGP Signature:
>>
>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Darwin.dmg.asc
>> SHA512 Hash:
>>
>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Darwin.dmg.sha512
>>
>> CentOS* GPDB 4.3.5+
>>
>> Package:
>>
>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux-GPDB43.rpm
>> PGP Signature:
>>
>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux-GPDB43.rpm.asc
>> SHA512 Hash:
>>
>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux-GPDB43.rpm.sha512
>>
>> CentOS 6 &* GPDB 5.3.0, PostgreSQL 9.6 & 10.2
>>
>> Package:
>>
>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.rpm
>> PGP Signature:
>>
>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.rpm.asc
>> SHA512 Hash:
>>
>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.rpm.sha512
>>
>> Ubuntu 16.04 GPDB 5.11, PostgreSQL 9.6 & 10.5
>>
>> Package:
>>
>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.deb
>> PGP Signature:
>>
>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.deb.asc
>> SHA512 Hash:
>>
>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.deb.sha512
>>
>> The PGP KEYS file used to validate the signature of the release artifacts
>> is available here:
>> https://dist.apache.org/repos/dist/dev/madlib/KEYS
>>
>> To help in tallying the vote, PMC members please be sure to indicate
>> “(binding)” with the vote.
>>
>> [ ] +1 approve
>> [ ] +0 no opinion
>> [ ] -1 disapprove (and reason why)
>>
>> Best regards,
>> Orhan Kislal
>>
>
>
> --
>
> Marshall Presser
> Pivotal Data Engineering
> mpresser@pivotal.io
> 240.401.1750
>

Re: [VOTE] MADlib v1.15.1-rc1

Posted by "FENG, Xixuan (Aaron)" <xi...@gmail.com>.
+1 (binding)
Dev-checked in Ubuntu Postgres 10

2018年10月11日(木) 8:53 Marshall Presser <mp...@pivotal.io>:

> +1 (binding)
>
> On Wed, Oct 10, 2018 at 6:48 AM Orhan Kislal <ok...@pivotal.io> wrote:
>
>> Hello Apache MADlib community,
>>
>> This is the vote for Apache MADlib 1.15.1 Release (RC1). It provides the
>> source release tarball and convenience binaries.
>>
>> The vote will run for at least 72 hours and will close on Saturday,
>> October 13th, 2018 @ 14:00 GMT+3 (04:00 PDT). A minimum of 3 binding +1
>> votes and more binding +1 than binding -1 are required to pass.
>>
>> The main goals of this release are:
>>
>> New features:
>>
>>     - Add ubuntu support for MADlib (MADLIB-1256).
>>     - Elastic Net: Add grouping by non-numeric column support
>> (MADLIB-1262).
>>     - KNN: Accept expressions for point_column_name and test_column_name
>> (MADLIB-1060).
>>     - Vec2Cols: Allow arrays of different lengths (MADLIB-1270).
>>     - Madpack: Add a script for automating changelist creation.
>>
>> Bug fixes:
>>
>>     - Allocator: Remove 16-byte alignment in GPDB 6.
>>     - Build: Download compatible Boost if version >= 1.65 (MADLIB-1235).
>>     - Build: Remove primary key constraint in IC/DC.
>>     - CMake: Fix false positive for Postgres 10+ check.
>>     - Graph: Add id of nodes with 0 in-degree (MADLIB-1279).
>>     - Margins: Copy summary table instead of renaming (MADLIB-1276).
>>     - MLP: Simplify momentum and Nesterov updates (MADLIB-1272).
>>     - Upgrade: Fix issue with upgrading RPM to 1.15.1 (MADLIB-1278).
>>     - Utilities: Use plpy.quote_ident if available.
>>
>> Other:
>>
>>     - Simplify maintenance via removing online examples from sql
>> functions (MADLIB-1260).
>>     - Re-enable PCA and PageRank tests (MADLIB-1264).
>>     - Build: Disable AppendOnly if available (MADLIB-1273).
>>     - Improve documentation of various modules.
>>
>> For additional information, please see:
>> https://cwiki.apache.org/confluence/display/MADLIB/MADlib+1.15.1
>>
>> Here are the release artifact details:
>>
>> Source release tag to be voted on: rc/1.15.1-rc1, located here:
>>
>> https://git-wip-us.apache.org/repos/asf?p=madlib.git;a=tag;h=refs/tags/rc/1.15.1-rc1
>>
>> Source release tarball can be retrieved from the following locations:
>> Package:
>>
>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-src.tar.gz
>> PGP Signature:
>>
>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-src.tar.gz.asc
>> SHA512 Hash:
>>
>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-src.tar.gz.sha512
>>
>> Convenience binary packages can be retrieved from the following
>> locations:
>>
>> macOS: 10.* PostgreSQL 9.6 & 10.2
>>
>> Package:
>>
>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Darwin.dmg
>> PGP Signature:
>>
>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Darwin.dmg.asc
>> SHA512 Hash:
>>
>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Darwin.dmg.sha512
>>
>> CentOS* GPDB 4.3.5+
>>
>> Package:
>>
>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux-GPDB43.rpm
>> PGP Signature:
>>
>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux-GPDB43.rpm.asc
>> SHA512 Hash:
>>
>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux-GPDB43.rpm.sha512
>>
>> CentOS 6 &* GPDB 5.3.0, PostgreSQL 9.6 & 10.2
>>
>> Package:
>>
>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.rpm
>> PGP Signature:
>>
>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.rpm.asc
>> SHA512 Hash:
>>
>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.rpm.sha512
>>
>> Ubuntu 16.04 GPDB 5.11, PostgreSQL 9.6 & 10.5
>>
>> Package:
>>
>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.deb
>> PGP Signature:
>>
>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.deb.asc
>> SHA512 Hash:
>>
>> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.deb.sha512
>>
>> The PGP KEYS file used to validate the signature of the release artifacts
>> is available here:
>> https://dist.apache.org/repos/dist/dev/madlib/KEYS
>>
>> To help in tallying the vote, PMC members please be sure to indicate
>> “(binding)” with the vote.
>>
>> [ ] +1 approve
>> [ ] +0 no opinion
>> [ ] -1 disapprove (and reason why)
>>
>> Best regards,
>> Orhan Kislal
>>
>
>
> --
>
> Marshall Presser
> Pivotal Data Engineering
> mpresser@pivotal.io
> 240.401.1750
>

Re: [VOTE] MADlib v1.15.1-rc1

Posted by Marshall Presser <mp...@pivotal.io>.
+1 (binding)

On Wed, Oct 10, 2018 at 6:48 AM Orhan Kislal <ok...@pivotal.io> wrote:

> Hello Apache MADlib community,
>
> This is the vote for Apache MADlib 1.15.1 Release (RC1). It provides the
> source release tarball and convenience binaries.
>
> The vote will run for at least 72 hours and will close on Saturday,
> October 13th, 2018 @ 14:00 GMT+3 (04:00 PDT). A minimum of 3 binding +1
> votes and more binding +1 than binding -1 are required to pass.
>
> The main goals of this release are:
>
> New features:
>
>     - Add ubuntu support for MADlib (MADLIB-1256).
>     - Elastic Net: Add grouping by non-numeric column support
> (MADLIB-1262).
>     - KNN: Accept expressions for point_column_name and test_column_name
> (MADLIB-1060).
>     - Vec2Cols: Allow arrays of different lengths (MADLIB-1270).
>     - Madpack: Add a script for automating changelist creation.
>
> Bug fixes:
>
>     - Allocator: Remove 16-byte alignment in GPDB 6.
>     - Build: Download compatible Boost if version >= 1.65 (MADLIB-1235).
>     - Build: Remove primary key constraint in IC/DC.
>     - CMake: Fix false positive for Postgres 10+ check.
>     - Graph: Add id of nodes with 0 in-degree (MADLIB-1279).
>     - Margins: Copy summary table instead of renaming (MADLIB-1276).
>     - MLP: Simplify momentum and Nesterov updates (MADLIB-1272).
>     - Upgrade: Fix issue with upgrading RPM to 1.15.1 (MADLIB-1278).
>     - Utilities: Use plpy.quote_ident if available.
>
> Other:
>
>     - Simplify maintenance via removing online examples from sql functions
> (MADLIB-1260).
>     - Re-enable PCA and PageRank tests (MADLIB-1264).
>     - Build: Disable AppendOnly if available (MADLIB-1273).
>     - Improve documentation of various modules.
>
> For additional information, please see:
> https://cwiki.apache.org/confluence/display/MADLIB/MADlib+1.15.1
>
> Here are the release artifact details:
>
> Source release tag to be voted on: rc/1.15.1-rc1, located here:
>
> https://git-wip-us.apache.org/repos/asf?p=madlib.git;a=tag;h=refs/tags/rc/1.15.1-rc1
>
> Source release tarball can be retrieved from the following locations:
> Package:
>
> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-src.tar.gz
> PGP Signature:
>
> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-src.tar.gz.asc
> SHA512 Hash:
>
> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-src.tar.gz.sha512
>
> Convenience binary packages can be retrieved from the following
> locations:
>
> macOS: 10.* PostgreSQL 9.6 & 10.2
>
> Package:
>
> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Darwin.dmg
> PGP Signature:
>
> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Darwin.dmg.asc
> SHA512 Hash:
>
> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Darwin.dmg.sha512
>
> CentOS* GPDB 4.3.5+
>
> Package:
>
> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux-GPDB43.rpm
> PGP Signature:
>
> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux-GPDB43.rpm.asc
> SHA512 Hash:
>
> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux-GPDB43.rpm.sha512
>
> CentOS 6 &* GPDB 5.3.0, PostgreSQL 9.6 & 10.2
>
> Package:
>
> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.rpm
> PGP Signature:
>
> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.rpm.asc
> SHA512 Hash:
>
> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.rpm.sha512
>
> Ubuntu 16.04 GPDB 5.11, PostgreSQL 9.6 & 10.5
>
> Package:
>
> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.deb
> PGP Signature:
>
> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.deb.asc
> SHA512 Hash:
>
> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.deb.sha512
>
> The PGP KEYS file used to validate the signature of the release artifacts
> is available here:
> https://dist.apache.org/repos/dist/dev/madlib/KEYS
>
> To help in tallying the vote, PMC members please be sure to indicate
> “(binding)” with the vote.
>
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove (and reason why)
>
> Best regards,
> Orhan Kislal
>


-- 

Marshall Presser
Pivotal Data Engineering
mpresser@pivotal.io
240.401.1750

Re: [VOTE] MADlib v1.15.1-rc1

Posted by Frank McQuillan <fm...@pivotal.io>.
+1 (binding)

tested on mac os/ postgres 9.6

Thanks,
Frank McQuillan

On Wed, Oct 10, 2018 at 3:47 AM Orhan Kislal <ok...@pivotal.io> wrote:

> Hello Apache MADlib community,
>
> This is the vote for Apache MADlib 1.15.1 Release (RC1). It provides the
> source release tarball and convenience binaries.
>
> The vote will run for at least 72 hours and will close on Saturday, October
> 13th, 2018 @ 14:00 GMT+3 (04:00 PDT). A minimum of 3 binding +1 votes and
> more binding +1 than binding -1 are required to pass.
>
> The main goals of this release are:
>
> New features:
>
>     - Add ubuntu support for MADlib (MADLIB-1256).
>     - Elastic Net: Add grouping by non-numeric column support
> (MADLIB-1262).
>     - KNN: Accept expressions for point_column_name and test_column_name
> (MADLIB-1060).
>     - Vec2Cols: Allow arrays of different lengths (MADLIB-1270).
>     - Madpack: Add a script for automating changelist creation.
>
> Bug fixes:
>
>     - Allocator: Remove 16-byte alignment in GPDB 6.
>     - Build: Download compatible Boost if version >= 1.65 (MADLIB-1235).
>     - Build: Remove primary key constraint in IC/DC.
>     - CMake: Fix false positive for Postgres 10+ check.
>     - Graph: Add id of nodes with 0 in-degree (MADLIB-1279).
>     - Margins: Copy summary table instead of renaming (MADLIB-1276).
>     - MLP: Simplify momentum and Nesterov updates (MADLIB-1272).
>     - Upgrade: Fix issue with upgrading RPM to 1.15.1 (MADLIB-1278).
>     - Utilities: Use plpy.quote_ident if available.
>
> Other:
>
>     - Simplify maintenance via removing online examples from sql functions
> (MADLIB-1260).
>     - Re-enable PCA and PageRank tests (MADLIB-1264).
>     - Build: Disable AppendOnly if available (MADLIB-1273).
>     - Improve documentation of various modules.
>
> For additional information, please see:
> https://cwiki.apache.org/confluence/display/MADLIB/MADlib+1.15.1
>
> Here are the release artifact details:
>
> Source release tag to be voted on: rc/1.15.1-rc1, located here:
>
> https://git-wip-us.apache.org/repos/asf?p=madlib.git;a=tag;h=refs/tags/rc/1.15.1-rc1
>
> Source release tarball can be retrieved from the following locations:
> Package:
>
> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-src.tar.gz
> PGP Signature:
>
> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-src.tar.gz.asc
> SHA512
> <https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-src.tar.gz.ascSHA512>
> Hash:
>
> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-src.tar.gz.sha512
>
> Convenience binary packages can be retrieved from the following
> locations:
>
> macOS: 10.* PostgreSQL 9.6 & 10.2
>
> Package:
>
> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Darwin.dmg
> PGP Signature:
>
> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Darwin.dmg.asc
> SHA512
> <https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Darwin.dmg.ascSHA512>
> Hash:
>
> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Darwin.dmg.sha512
>
> CentOS* GPDB 4.3.5+
>
> Package:
>
> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux-GPDB43.rpm
> PGP Signature:
>
> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux-GPDB43.rpm.asc
> SHA512
> <https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux-GPDB43.rpm.ascSHA512>
> Hash:
>
> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux-GPDB43.rpm.sha512
>
> CentOS 6 &* GPDB 5.3.0, PostgreSQL 9.6 & 10.2
>
> Package:
>
> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.rpm
> PGP Signature:
>
> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.rpm.asc
> SHA512
> <https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.rpm.ascSHA512>
> Hash:
>
> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.rpm.sha512
>
> Ubuntu 16.04 GPDB 5.11, PostgreSQL 9.6 & 10.5
>
> Package:
>
> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.deb
> PGP Signature:
>
> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.deb.asc
> SHA512
> <https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.deb.ascSHA512>
> Hash:
>
> https://dist.apache.org/repos/dist/dev/madlib/1.15.1.RC1/apache-madlib-1.15.1-bin-Linux.deb.sha512
>
> The PGP KEYS file used to validate the signature of the release artifacts
> is available here:
> https://dist.apache.org/repos/dist/dev/madlib/KEYS
>
> To help in tallying the vote, PMC members please be sure to indicate
> “(binding)” with the vote.
>
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove (and reason why)
>
> Best regards,
> Orhan Kislal
>