You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@druid.apache.org by Jonathan Wei <jo...@apache.org> on 2020/01/22 10:40:09 UTC

[VOTE] Release Apache Druid 0.17.0 [RC1]

Hi all,

I have created a build for Apache Druid 0.17.0, release
candidate 1.

Thanks for everyone who has helped contribute to the release! You can read
the proposed release notes here:
https://github.com/apache/druid/issues/9066

The release candidate has been tagged in GitHub as
druid-0.17.0-rc1 (f37b9842f22c0a243a5811ac7e887cc188291ef1),
available here:
https://github.com/apache/druid/releases/tag/druid-0.17.0-rc1

The artifacts to be voted on are located here:
https://dist.apache.org/repos/dist/dev/druid/0.17.0-rc1/

Staged druid.apache.org website documentation is available here:
https://druid.staged.apache.org/docs/0.17.0/design/index.html

A Docker image containing the binary of the release candidate can be
retrieved via:
docker pull apache/druid:0.17.0-rc1

artifact checksums
src:
5b0ca592759d5b59674429a2e1f9ec2c4c41ec3075bb9f8d9c4d6e57625c3f703c90433a8be4863488dc7008b6266c0e0bcb4524d9d8cfb9c6547cc5f711c0fa
bin:
0a4054c73a965d1c7bac390e147f2733d7aa2de6632400e205c879410d5c1588d9eaa4af742c762295b7b0c462d8e67a58c52c0e16c4a81243eea02959a03732
docker: 48e561f0640a725f58e1e0363e568f83854f4c577042e63ab21457dfa00a8acf

Release artifacts are signed with the following key:
https://people.apache.org/keys/committer/jonwei.asc

This key and the key of other committers can also be found in the project's
KEYS file here:
https://dist.apache.org/repos/dist/release/druid/KEYS

(If you are a committer, please feel free to add your own key to that file
by following the instructions in the file's header.)

Verify checksums:
diff <(shasum -a512 apache-druid-0.17.0-src.tar.gz | \
cut -d ' ' -f1) \
<(cat apache-druid-0.17.0-src.tar.gz.sha512 ; echo)

diff <(shasum -a512 apache-druid-0.17.0-bin.tar.gz | \
cut -d ' ' -f1) \
<(cat apache-druid-0.17.0-bin.tar.gz.sha512 ; echo)

Verify signatures:
gpg --verify apache-druid-0.17.0-src.tar.gz.asc \
apache-druid-0.17.0-src.tar.gz

gpg --verify apache-druid-0.17.0-bin.tar.gz.asc \
apache-druid-0.17.0-bin.tar.gz

Please review the proposed artifacts and vote. Note that Apache has
specific requirements that must be met before +1 binding votes can be cast
by PMC members. Please refer to the policy at
http://www.apache.org/legal/release-policy.html#policy for more details.

As part of the validation process, the release artifacts can be generated
from source by running:
mvn clean install -Papache-release,dist -Dgpg.skip

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 PMC votes are cast.

[ ] +1 Release this package as Apache Druid 0.17.0
[ ] 0 I don't feel strongly about it, but I'm okay with the release
[ ] -1 Do not release this package because...

Thanks!

Re: [VOTE] Release Apache Druid 0.17.0 [RC1]

Posted by Clint Wylie <cw...@apache.org>.
+1 (binding)

src package:
- verified signature/hash
- verified LICENSE and NOTICE present
- verified packaging appears successfully de-incubated (no DISCLAIMER,
references to incubating/incubator, versions look good)
- RAT checks passed
- compiled, ran unit and integration tests
- built binary artifacts, tested artifacts with a subset of quickstart
exercises

bin package:
- verified signature/hash
- verified binary LICENSE and NOTICE present
- verified packaging appears successfully de-incubated (no DISCLAIMER,
references to incubating/incubator, versions look good)
- tested with a subset of quickstart exercises

docker image:
- verified hash
- tested with docker-compose and running through a subset quickstart
exercises


On Thu, Jan 23, 2020 at 11:42 AM Jihoon Son <ji...@apache.org> wrote:

> +1 (binding)
>
> src package:
> - verified signature/hash
> - LICENSE and NOTICE are present
> - unit tests & integration tests passed
> - built binary distribution
> - ran the Kafka ingestion tutorial
> - ran a parallel indexing task
>
> bin package:
> - verified signature/hash
> - LICENSE and NOTICE are present
> - ran the Kafka ingestion tutorial
> - ran a parallel indexing task
>
> Jihoon
>
> On Wed, Jan 22, 2020 at 2:40 AM Jonathan Wei <jo...@apache.org> wrote:
>
> > Hi all,
> >
> > I have created a build for Apache Druid 0.17.0, release
> > candidate 1.
> >
> > Thanks for everyone who has helped contribute to the release! You can
> read
> > the proposed release notes here:
> > https://github.com/apache/druid/issues/9066
> >
> > The release candidate has been tagged in GitHub as
> > druid-0.17.0-rc1 (f37b9842f22c0a243a5811ac7e887cc188291ef1),
> > available here:
> > https://github.com/apache/druid/releases/tag/druid-0.17.0-rc1
> >
> > The artifacts to be voted on are located here:
> > https://dist.apache.org/repos/dist/dev/druid/0.17.0-rc1/
> >
> > Staged druid.apache.org website documentation is available here:
> > https://druid.staged.apache.org/docs/0.17.0/design/index.html
> >
> > A Docker image containing the binary of the release candidate can be
> > retrieved via:
> > docker pull apache/druid:0.17.0-rc1
> >
> > artifact checksums
> > src:
> >
> >
> 5b0ca592759d5b59674429a2e1f9ec2c4c41ec3075bb9f8d9c4d6e57625c3f703c90433a8be4863488dc7008b6266c0e0bcb4524d9d8cfb9c6547cc5f711c0fa
> > bin:
> >
> >
> 0a4054c73a965d1c7bac390e147f2733d7aa2de6632400e205c879410d5c1588d9eaa4af742c762295b7b0c462d8e67a58c52c0e16c4a81243eea02959a03732
> > docker: 48e561f0640a725f58e1e0363e568f83854f4c577042e63ab21457dfa00a8acf
> >
> > Release artifacts are signed with the following key:
> > https://people.apache.org/keys/committer/jonwei.asc
> >
> > This key and the key of other committers can also be found in the
> project's
> > KEYS file here:
> > https://dist.apache.org/repos/dist/release/druid/KEYS
> >
> > (If you are a committer, please feel free to add your own key to that
> file
> > by following the instructions in the file's header.)
> >
> > Verify checksums:
> > diff <(shasum -a512 apache-druid-0.17.0-src.tar.gz | \
> > cut -d ' ' -f1) \
> > <(cat apache-druid-0.17.0-src.tar.gz.sha512 ; echo)
> >
> > diff <(shasum -a512 apache-druid-0.17.0-bin.tar.gz | \
> > cut -d ' ' -f1) \
> > <(cat apache-druid-0.17.0-bin.tar.gz.sha512 ; echo)
> >
> > Verify signatures:
> > gpg --verify apache-druid-0.17.0-src.tar.gz.asc \
> > apache-druid-0.17.0-src.tar.gz
> >
> > gpg --verify apache-druid-0.17.0-bin.tar.gz.asc \
> > apache-druid-0.17.0-bin.tar.gz
> >
> > Please review the proposed artifacts and vote. Note that Apache has
> > specific requirements that must be met before +1 binding votes can be
> cast
> > by PMC members. Please refer to the policy at
> > http://www.apache.org/legal/release-policy.html#policy for more details.
> >
> > As part of the validation process, the release artifacts can be generated
> > from source by running:
> > mvn clean install -Papache-release,dist -Dgpg.skip
> >
> > 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 PMC votes are cast.
> >
> > [ ] +1 Release this package as Apache Druid 0.17.0
> > [ ] 0 I don't feel strongly about it, but I'm okay with the release
> > [ ] -1 Do not release this package because...
> >
> > Thanks!
> >
>

Re: [VOTE] Release Apache Druid 0.17.0 [RC1]

Posted by Jihoon Son <ji...@apache.org>.
+1 (binding)

src package:
- verified signature/hash
- LICENSE and NOTICE are present
- unit tests & integration tests passed
- built binary distribution
- ran the Kafka ingestion tutorial
- ran a parallel indexing task

bin package:
- verified signature/hash
- LICENSE and NOTICE are present
- ran the Kafka ingestion tutorial
- ran a parallel indexing task

Jihoon

On Wed, Jan 22, 2020 at 2:40 AM Jonathan Wei <jo...@apache.org> wrote:

> Hi all,
>
> I have created a build for Apache Druid 0.17.0, release
> candidate 1.
>
> Thanks for everyone who has helped contribute to the release! You can read
> the proposed release notes here:
> https://github.com/apache/druid/issues/9066
>
> The release candidate has been tagged in GitHub as
> druid-0.17.0-rc1 (f37b9842f22c0a243a5811ac7e887cc188291ef1),
> available here:
> https://github.com/apache/druid/releases/tag/druid-0.17.0-rc1
>
> The artifacts to be voted on are located here:
> https://dist.apache.org/repos/dist/dev/druid/0.17.0-rc1/
>
> Staged druid.apache.org website documentation is available here:
> https://druid.staged.apache.org/docs/0.17.0/design/index.html
>
> A Docker image containing the binary of the release candidate can be
> retrieved via:
> docker pull apache/druid:0.17.0-rc1
>
> artifact checksums
> src:
>
> 5b0ca592759d5b59674429a2e1f9ec2c4c41ec3075bb9f8d9c4d6e57625c3f703c90433a8be4863488dc7008b6266c0e0bcb4524d9d8cfb9c6547cc5f711c0fa
> bin:
>
> 0a4054c73a965d1c7bac390e147f2733d7aa2de6632400e205c879410d5c1588d9eaa4af742c762295b7b0c462d8e67a58c52c0e16c4a81243eea02959a03732
> docker: 48e561f0640a725f58e1e0363e568f83854f4c577042e63ab21457dfa00a8acf
>
> Release artifacts are signed with the following key:
> https://people.apache.org/keys/committer/jonwei.asc
>
> This key and the key of other committers can also be found in the project's
> KEYS file here:
> https://dist.apache.org/repos/dist/release/druid/KEYS
>
> (If you are a committer, please feel free to add your own key to that file
> by following the instructions in the file's header.)
>
> Verify checksums:
> diff <(shasum -a512 apache-druid-0.17.0-src.tar.gz | \
> cut -d ' ' -f1) \
> <(cat apache-druid-0.17.0-src.tar.gz.sha512 ; echo)
>
> diff <(shasum -a512 apache-druid-0.17.0-bin.tar.gz | \
> cut -d ' ' -f1) \
> <(cat apache-druid-0.17.0-bin.tar.gz.sha512 ; echo)
>
> Verify signatures:
> gpg --verify apache-druid-0.17.0-src.tar.gz.asc \
> apache-druid-0.17.0-src.tar.gz
>
> gpg --verify apache-druid-0.17.0-bin.tar.gz.asc \
> apache-druid-0.17.0-bin.tar.gz
>
> Please review the proposed artifacts and vote. Note that Apache has
> specific requirements that must be met before +1 binding votes can be cast
> by PMC members. Please refer to the policy at
> http://www.apache.org/legal/release-policy.html#policy for more details.
>
> As part of the validation process, the release artifacts can be generated
> from source by running:
> mvn clean install -Papache-release,dist -Dgpg.skip
>
> 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 PMC votes are cast.
>
> [ ] +1 Release this package as Apache Druid 0.17.0
> [ ] 0 I don't feel strongly about it, but I'm okay with the release
> [ ] -1 Do not release this package because...
>
> Thanks!
>

Re: [VOTE] Release Apache Druid 0.17.0 [RC1]

Posted by Jonathan Wei <jo...@apache.org>.
Thanks to everyone who participated in the vote! The results are as follows:

Jihoon Son: +1 (binding)
Clint Wylie: +1 (binding)
Jon Wei +1 (binding)

On Sat, Jan 25, 2020 at 4:09 PM Jonathan Wei <jo...@apache.org> wrote:

> I'm not sure what's happening in your environment, I'm able to compile the
> 0.17.0-rc1 src without errors.
>
> ---
>
> +1 (binding)
>
> src:
> - verified hash and signature
> - checked LICENSE, NOTICE
> - ran RAT check
> - ran integration tests
> - ran unit tests and compiled binary distribution
>
> bin:
> - verified hash and signature
> - checked LICENSE, NOTICE
> - ran native batch, hadoop, kafka quickstart examples
>
>
> On Sat, Jan 25, 2020 at 8:48 AM Hagen Rother <ha...@liquidm.com>
> wrote:
>
>> I fail to compile 0.17-rc1 on both linux and mac. I even removed ~/.m2
>> just
>> make sure it's not that.
>>
>> It fails on:
>> java.lang.NoClassDefFoundError: Could not initialize class
>> org.apache.druid.data.input.impl.CsvInputFormat
>>
>> Any idea?
>>
>> Thanks!
>> Hagen
>>
>> On Wed, Jan 22, 2020 at 11:40 AM Jonathan Wei <jo...@apache.org> wrote:
>>
>> > Hi all,
>> >
>> > I have created a build for Apache Druid 0.17.0, release
>> > candidate 1.
>> >
>> > Thanks for everyone who has helped contribute to the release! You can
>> read
>> > the proposed release notes here:
>> > https://github.com/apache/druid/issues/9066
>> >
>> > The release candidate has been tagged in GitHub as
>> > druid-0.17.0-rc1 (f37b9842f22c0a243a5811ac7e887cc188291ef1),
>> > available here:
>> > https://github.com/apache/druid/releases/tag/druid-0.17.0-rc1
>> >
>> > The artifacts to be voted on are located here:
>> > https://dist.apache.org/repos/dist/dev/druid/0.17.0-rc1/
>> >
>> > Staged druid.apache.org website documentation is available here:
>> > https://druid.staged.apache.org/docs/0.17.0/design/index.html
>> >
>> > A Docker image containing the binary of the release candidate can be
>> > retrieved via:
>> > docker pull apache/druid:0.17.0-rc1
>> >
>> > artifact checksums
>> > src:
>> >
>> >
>> 5b0ca592759d5b59674429a2e1f9ec2c4c41ec3075bb9f8d9c4d6e57625c3f703c90433a8be4863488dc7008b6266c0e0bcb4524d9d8cfb9c6547cc5f711c0fa
>> > bin:
>> >
>> >
>> 0a4054c73a965d1c7bac390e147f2733d7aa2de6632400e205c879410d5c1588d9eaa4af742c762295b7b0c462d8e67a58c52c0e16c4a81243eea02959a03732
>> > docker: 48e561f0640a725f58e1e0363e568f83854f4c577042e63ab21457dfa00a8acf
>> >
>> > Release artifacts are signed with the following key:
>> > https://people.apache.org/keys/committer/jonwei.asc
>> >
>> > This key and the key of other committers can also be found in the
>> project's
>> > KEYS file here:
>> > https://dist.apache.org/repos/dist/release/druid/KEYS
>> >
>> > (If you are a committer, please feel free to add your own key to that
>> file
>> > by following the instructions in the file's header.)
>> >
>> > Verify checksums:
>> > diff <(shasum -a512 apache-druid-0.17.0-src.tar.gz | \
>> > cut -d ' ' -f1) \
>> > <(cat apache-druid-0.17.0-src.tar.gz.sha512 ; echo)
>> >
>> > diff <(shasum -a512 apache-druid-0.17.0-bin.tar.gz | \
>> > cut -d ' ' -f1) \
>> > <(cat apache-druid-0.17.0-bin.tar.gz.sha512 ; echo)
>> >
>> > Verify signatures:
>> > gpg --verify apache-druid-0.17.0-src.tar.gz.asc \
>> > apache-druid-0.17.0-src.tar.gz
>> >
>> > gpg --verify apache-druid-0.17.0-bin.tar.gz.asc \
>> > apache-druid-0.17.0-bin.tar.gz
>> >
>> > Please review the proposed artifacts and vote. Note that Apache has
>> > specific requirements that must be met before +1 binding votes can be
>> cast
>> > by PMC members. Please refer to the policy at
>> > http://www.apache.org/legal/release-policy.html#policy for more
>> details.
>> >
>> > As part of the validation process, the release artifacts can be
>> generated
>> > from source by running:
>> > mvn clean install -Papache-release,dist -Dgpg.skip
>> >
>> > 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 PMC votes are cast.
>> >
>> > [ ] +1 Release this package as Apache Druid 0.17.0
>> > [ ] 0 I don't feel strongly about it, but I'm okay with the release
>> > [ ] -1 Do not release this package because...
>> >
>> > Thanks!
>> >
>>
>>
>> --
>>
>> *Hagen Rother*
>> Lead Architect | LiquidM
>> ------------------------------
>> LiquidM Technology GmbH
>> Invalidenstraße 74 | 10557 Berlin | Germany
>> Phone: +49 176 15 00 38 77
>> Internet: www.liquidm.com | LinkedIn
>> <
>>
>> http://www.linkedin.com/company/3488199?trk=tyah&trkInfo=tas%3AliquidM%2Cidx%3A1-2-2
>> >
>>
>> ------------------------------
>> Managing Directors | Philipp Simon & Thomas Hille
>> Jurisdiction | Local Court Berlin-Charlottenburg HRB 152426 B
>>
>

Re: [VOTE] Release Apache Druid 0.17.0 [RC1]

Posted by Jonathan Wei <jo...@apache.org>.
I'm not sure what's happening in your environment, I'm able to compile the
0.17.0-rc1 src without errors.

---

+1 (binding)

src:
- verified hash and signature
- checked LICENSE, NOTICE
- ran RAT check
- ran integration tests
- ran unit tests and compiled binary distribution

bin:
- verified hash and signature
- checked LICENSE, NOTICE
- ran native batch, hadoop, kafka quickstart examples


On Sat, Jan 25, 2020 at 8:48 AM Hagen Rother <ha...@liquidm.com>
wrote:

> I fail to compile 0.17-rc1 on both linux and mac. I even removed ~/.m2 just
> make sure it's not that.
>
> It fails on:
> java.lang.NoClassDefFoundError: Could not initialize class
> org.apache.druid.data.input.impl.CsvInputFormat
>
> Any idea?
>
> Thanks!
> Hagen
>
> On Wed, Jan 22, 2020 at 11:40 AM Jonathan Wei <jo...@apache.org> wrote:
>
> > Hi all,
> >
> > I have created a build for Apache Druid 0.17.0, release
> > candidate 1.
> >
> > Thanks for everyone who has helped contribute to the release! You can
> read
> > the proposed release notes here:
> > https://github.com/apache/druid/issues/9066
> >
> > The release candidate has been tagged in GitHub as
> > druid-0.17.0-rc1 (f37b9842f22c0a243a5811ac7e887cc188291ef1),
> > available here:
> > https://github.com/apache/druid/releases/tag/druid-0.17.0-rc1
> >
> > The artifacts to be voted on are located here:
> > https://dist.apache.org/repos/dist/dev/druid/0.17.0-rc1/
> >
> > Staged druid.apache.org website documentation is available here:
> > https://druid.staged.apache.org/docs/0.17.0/design/index.html
> >
> > A Docker image containing the binary of the release candidate can be
> > retrieved via:
> > docker pull apache/druid:0.17.0-rc1
> >
> > artifact checksums
> > src:
> >
> >
> 5b0ca592759d5b59674429a2e1f9ec2c4c41ec3075bb9f8d9c4d6e57625c3f703c90433a8be4863488dc7008b6266c0e0bcb4524d9d8cfb9c6547cc5f711c0fa
> > bin:
> >
> >
> 0a4054c73a965d1c7bac390e147f2733d7aa2de6632400e205c879410d5c1588d9eaa4af742c762295b7b0c462d8e67a58c52c0e16c4a81243eea02959a03732
> > docker: 48e561f0640a725f58e1e0363e568f83854f4c577042e63ab21457dfa00a8acf
> >
> > Release artifacts are signed with the following key:
> > https://people.apache.org/keys/committer/jonwei.asc
> >
> > This key and the key of other committers can also be found in the
> project's
> > KEYS file here:
> > https://dist.apache.org/repos/dist/release/druid/KEYS
> >
> > (If you are a committer, please feel free to add your own key to that
> file
> > by following the instructions in the file's header.)
> >
> > Verify checksums:
> > diff <(shasum -a512 apache-druid-0.17.0-src.tar.gz | \
> > cut -d ' ' -f1) \
> > <(cat apache-druid-0.17.0-src.tar.gz.sha512 ; echo)
> >
> > diff <(shasum -a512 apache-druid-0.17.0-bin.tar.gz | \
> > cut -d ' ' -f1) \
> > <(cat apache-druid-0.17.0-bin.tar.gz.sha512 ; echo)
> >
> > Verify signatures:
> > gpg --verify apache-druid-0.17.0-src.tar.gz.asc \
> > apache-druid-0.17.0-src.tar.gz
> >
> > gpg --verify apache-druid-0.17.0-bin.tar.gz.asc \
> > apache-druid-0.17.0-bin.tar.gz
> >
> > Please review the proposed artifacts and vote. Note that Apache has
> > specific requirements that must be met before +1 binding votes can be
> cast
> > by PMC members. Please refer to the policy at
> > http://www.apache.org/legal/release-policy.html#policy for more details.
> >
> > As part of the validation process, the release artifacts can be generated
> > from source by running:
> > mvn clean install -Papache-release,dist -Dgpg.skip
> >
> > 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 PMC votes are cast.
> >
> > [ ] +1 Release this package as Apache Druid 0.17.0
> > [ ] 0 I don't feel strongly about it, but I'm okay with the release
> > [ ] -1 Do not release this package because...
> >
> > Thanks!
> >
>
>
> --
>
> *Hagen Rother*
> Lead Architect | LiquidM
> ------------------------------
> LiquidM Technology GmbH
> Invalidenstraße 74 | 10557 Berlin | Germany
> Phone: +49 176 15 00 38 77
> Internet: www.liquidm.com | LinkedIn
> <
>
> http://www.linkedin.com/company/3488199?trk=tyah&trkInfo=tas%3AliquidM%2Cidx%3A1-2-2
> >
>
> ------------------------------
> Managing Directors | Philipp Simon & Thomas Hille
> Jurisdiction | Local Court Berlin-Charlottenburg HRB 152426 B
>

Re: [VOTE] Release Apache Druid 0.17.0 [RC1]

Posted by Hagen Rother <ha...@liquidm.com>.
I tried both OpenJDK 1.8 and Corretto 1.8. I even tried upgrading maven. So
far no luck. As I said, it happens on both Mac and Ubuntu 18.04 LTS. I will
try a docker build today.

Gian Merlino <gi...@apache.org> schrieb am Mo. 27. Jan. 2020 um 00:11:

> What version of javac are you using? I wonder if there's something going on
> there.
>
> On Sat, Jan 25, 2020 at 10:48 AM Hagen Rother <ha...@liquidm.com>
> wrote:
>
> > I fail to compile 0.17-rc1 on both linux and mac. I even removed ~/.m2
> just
> > make sure it's not that.
> >
> > It fails on:
> > java.lang.NoClassDefFoundError: Could not initialize class
> > org.apache.druid.data.input.impl.CsvInputFormat
> >
> > Any idea?
> >
> > Thanks!
> > Hagen
> >
> > On Wed, Jan 22, 2020 at 11:40 AM Jonathan Wei <jo...@apache.org> wrote:
> >
> > > Hi all,
> > >
> > > I have created a build for Apache Druid 0.17.0, release
> > > candidate 1.
> > >
> > > Thanks for everyone who has helped contribute to the release! You can
> > read
> > > the proposed release notes here:
> > > https://github.com/apache/druid/issues/9066
> > >
> > > The release candidate has been tagged in GitHub as
> > > druid-0.17.0-rc1 (f37b9842f22c0a243a5811ac7e887cc188291ef1),
> > > available here:
> > > https://github.com/apache/druid/releases/tag/druid-0.17.0-rc1
> > >
> > > The artifacts to be voted on are located here:
> > > https://dist.apache.org/repos/dist/dev/druid/0.17.0-rc1/
> > >
> > > Staged druid.apache.org website documentation is available here:
> > > https://druid.staged.apache.org/docs/0.17.0/design/index.html
> > >
> > > A Docker image containing the binary of the release candidate can be
> > > retrieved via:
> > > docker pull apache/druid:0.17.0-rc1
> > >
> > > artifact checksums
> > > src:
> > >
> > >
> >
> 5b0ca592759d5b59674429a2e1f9ec2c4c41ec3075bb9f8d9c4d6e57625c3f703c90433a8be4863488dc7008b6266c0e0bcb4524d9d8cfb9c6547cc5f711c0fa
> > > bin:
> > >
> > >
> >
> 0a4054c73a965d1c7bac390e147f2733d7aa2de6632400e205c879410d5c1588d9eaa4af742c762295b7b0c462d8e67a58c52c0e16c4a81243eea02959a03732
> > > docker:
> 48e561f0640a725f58e1e0363e568f83854f4c577042e63ab21457dfa00a8acf
> > >
> > > Release artifacts are signed with the following key:
> > > https://people.apache.org/keys/committer/jonwei.asc
> > >
> > > This key and the key of other committers can also be found in the
> > project's
> > > KEYS file here:
> > > https://dist.apache.org/repos/dist/release/druid/KEYS
> > >
> > > (If you are a committer, please feel free to add your own key to that
> > file
> > > by following the instructions in the file's header.)
> > >
> > > Verify checksums:
> > > diff <(shasum -a512 apache-druid-0.17.0-src.tar.gz | \
> > > cut -d ' ' -f1) \
> > > <(cat apache-druid-0.17.0-src.tar.gz.sha512 ; echo)
> > >
> > > diff <(shasum -a512 apache-druid-0.17.0-bin.tar.gz | \
> > > cut -d ' ' -f1) \
> > > <(cat apache-druid-0.17.0-bin.tar.gz.sha512 ; echo)
> > >
> > > Verify signatures:
> > > gpg --verify apache-druid-0.17.0-src.tar.gz.asc \
> > > apache-druid-0.17.0-src.tar.gz
> > >
> > > gpg --verify apache-druid-0.17.0-bin.tar.gz.asc \
> > > apache-druid-0.17.0-bin.tar.gz
> > >
> > > Please review the proposed artifacts and vote. Note that Apache has
> > > specific requirements that must be met before +1 binding votes can be
> > cast
> > > by PMC members. Please refer to the policy at
> > > http://www.apache.org/legal/release-policy.html#policy for more
> details.
> > >
> > > As part of the validation process, the release artifacts can be
> generated
> > > from source by running:
> > > mvn clean install -Papache-release,dist -Dgpg.skip
> > >
> > > 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 PMC votes are cast.
> > >
> > > [ ] +1 Release this package as Apache Druid 0.17.0
> > > [ ] 0 I don't feel strongly about it, but I'm okay with the release
> > > [ ] -1 Do not release this package because...
> > >
> > > Thanks!
> > >
> >
> >
> > --
> >
> > *Hagen Rother*
> > Lead Architect | LiquidM
> > ------------------------------
> > LiquidM Technology GmbH
> > Invalidenstraße 74 | 10557 Berlin | Germany
> > Phone: +49 176 15 00 38 77
> > Internet: www.liquidm.com | LinkedIn
> > <
> >
> >
> http://www.linkedin.com/company/3488199?trk=tyah&trkInfo=tas%3AliquidM%2Cidx%3A1-2-2
> > >
> >
> > ------------------------------
> > Managing Directors | Philipp Simon & Thomas Hille
> > Jurisdiction | Local Court Berlin-Charlottenburg HRB 152426 B
> >
>
-- 

*Hagen Rother*
Lead Architect | LiquidM
------------------------------
LiquidM Technology GmbH
Invalidenstraße 74 | 10557 Berlin | Germany
Phone: +49 176 15 00 38 77
Internet: www.liquidm.com | LinkedIn
<
http://www.linkedin.com/company/3488199?trk=tyah&trkInfo=tas%3AliquidM%2Cidx%3A1-2-2>

------------------------------
Managing Directors | Philipp Simon & Thomas Hille
Jurisdiction | Local Court Berlin-Charlottenburg HRB 152426 B

Re: [VOTE] Release Apache Druid 0.17.0 [RC1]

Posted by Gian Merlino <gi...@apache.org>.
What version of javac are you using? I wonder if there's something going on
there.

On Sat, Jan 25, 2020 at 10:48 AM Hagen Rother <ha...@liquidm.com>
wrote:

> I fail to compile 0.17-rc1 on both linux and mac. I even removed ~/.m2 just
> make sure it's not that.
>
> It fails on:
> java.lang.NoClassDefFoundError: Could not initialize class
> org.apache.druid.data.input.impl.CsvInputFormat
>
> Any idea?
>
> Thanks!
> Hagen
>
> On Wed, Jan 22, 2020 at 11:40 AM Jonathan Wei <jo...@apache.org> wrote:
>
> > Hi all,
> >
> > I have created a build for Apache Druid 0.17.0, release
> > candidate 1.
> >
> > Thanks for everyone who has helped contribute to the release! You can
> read
> > the proposed release notes here:
> > https://github.com/apache/druid/issues/9066
> >
> > The release candidate has been tagged in GitHub as
> > druid-0.17.0-rc1 (f37b9842f22c0a243a5811ac7e887cc188291ef1),
> > available here:
> > https://github.com/apache/druid/releases/tag/druid-0.17.0-rc1
> >
> > The artifacts to be voted on are located here:
> > https://dist.apache.org/repos/dist/dev/druid/0.17.0-rc1/
> >
> > Staged druid.apache.org website documentation is available here:
> > https://druid.staged.apache.org/docs/0.17.0/design/index.html
> >
> > A Docker image containing the binary of the release candidate can be
> > retrieved via:
> > docker pull apache/druid:0.17.0-rc1
> >
> > artifact checksums
> > src:
> >
> >
> 5b0ca592759d5b59674429a2e1f9ec2c4c41ec3075bb9f8d9c4d6e57625c3f703c90433a8be4863488dc7008b6266c0e0bcb4524d9d8cfb9c6547cc5f711c0fa
> > bin:
> >
> >
> 0a4054c73a965d1c7bac390e147f2733d7aa2de6632400e205c879410d5c1588d9eaa4af742c762295b7b0c462d8e67a58c52c0e16c4a81243eea02959a03732
> > docker: 48e561f0640a725f58e1e0363e568f83854f4c577042e63ab21457dfa00a8acf
> >
> > Release artifacts are signed with the following key:
> > https://people.apache.org/keys/committer/jonwei.asc
> >
> > This key and the key of other committers can also be found in the
> project's
> > KEYS file here:
> > https://dist.apache.org/repos/dist/release/druid/KEYS
> >
> > (If you are a committer, please feel free to add your own key to that
> file
> > by following the instructions in the file's header.)
> >
> > Verify checksums:
> > diff <(shasum -a512 apache-druid-0.17.0-src.tar.gz | \
> > cut -d ' ' -f1) \
> > <(cat apache-druid-0.17.0-src.tar.gz.sha512 ; echo)
> >
> > diff <(shasum -a512 apache-druid-0.17.0-bin.tar.gz | \
> > cut -d ' ' -f1) \
> > <(cat apache-druid-0.17.0-bin.tar.gz.sha512 ; echo)
> >
> > Verify signatures:
> > gpg --verify apache-druid-0.17.0-src.tar.gz.asc \
> > apache-druid-0.17.0-src.tar.gz
> >
> > gpg --verify apache-druid-0.17.0-bin.tar.gz.asc \
> > apache-druid-0.17.0-bin.tar.gz
> >
> > Please review the proposed artifacts and vote. Note that Apache has
> > specific requirements that must be met before +1 binding votes can be
> cast
> > by PMC members. Please refer to the policy at
> > http://www.apache.org/legal/release-policy.html#policy for more details.
> >
> > As part of the validation process, the release artifacts can be generated
> > from source by running:
> > mvn clean install -Papache-release,dist -Dgpg.skip
> >
> > 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 PMC votes are cast.
> >
> > [ ] +1 Release this package as Apache Druid 0.17.0
> > [ ] 0 I don't feel strongly about it, but I'm okay with the release
> > [ ] -1 Do not release this package because...
> >
> > Thanks!
> >
>
>
> --
>
> *Hagen Rother*
> Lead Architect | LiquidM
> ------------------------------
> LiquidM Technology GmbH
> Invalidenstraße 74 | 10557 Berlin | Germany
> Phone: +49 176 15 00 38 77
> Internet: www.liquidm.com | LinkedIn
> <
>
> http://www.linkedin.com/company/3488199?trk=tyah&trkInfo=tas%3AliquidM%2Cidx%3A1-2-2
> >
>
> ------------------------------
> Managing Directors | Philipp Simon & Thomas Hille
> Jurisdiction | Local Court Berlin-Charlottenburg HRB 152426 B
>

Re: [VOTE] Release Apache Druid 0.17.0 [RC1]

Posted by Hagen Rother <ha...@liquidm.com>.
I fail to compile 0.17-rc1 on both linux and mac. I even removed ~/.m2 just
make sure it's not that.

It fails on:
java.lang.NoClassDefFoundError: Could not initialize class
org.apache.druid.data.input.impl.CsvInputFormat

Any idea?

Thanks!
Hagen

On Wed, Jan 22, 2020 at 11:40 AM Jonathan Wei <jo...@apache.org> wrote:

> Hi all,
>
> I have created a build for Apache Druid 0.17.0, release
> candidate 1.
>
> Thanks for everyone who has helped contribute to the release! You can read
> the proposed release notes here:
> https://github.com/apache/druid/issues/9066
>
> The release candidate has been tagged in GitHub as
> druid-0.17.0-rc1 (f37b9842f22c0a243a5811ac7e887cc188291ef1),
> available here:
> https://github.com/apache/druid/releases/tag/druid-0.17.0-rc1
>
> The artifacts to be voted on are located here:
> https://dist.apache.org/repos/dist/dev/druid/0.17.0-rc1/
>
> Staged druid.apache.org website documentation is available here:
> https://druid.staged.apache.org/docs/0.17.0/design/index.html
>
> A Docker image containing the binary of the release candidate can be
> retrieved via:
> docker pull apache/druid:0.17.0-rc1
>
> artifact checksums
> src:
>
> 5b0ca592759d5b59674429a2e1f9ec2c4c41ec3075bb9f8d9c4d6e57625c3f703c90433a8be4863488dc7008b6266c0e0bcb4524d9d8cfb9c6547cc5f711c0fa
> bin:
>
> 0a4054c73a965d1c7bac390e147f2733d7aa2de6632400e205c879410d5c1588d9eaa4af742c762295b7b0c462d8e67a58c52c0e16c4a81243eea02959a03732
> docker: 48e561f0640a725f58e1e0363e568f83854f4c577042e63ab21457dfa00a8acf
>
> Release artifacts are signed with the following key:
> https://people.apache.org/keys/committer/jonwei.asc
>
> This key and the key of other committers can also be found in the project's
> KEYS file here:
> https://dist.apache.org/repos/dist/release/druid/KEYS
>
> (If you are a committer, please feel free to add your own key to that file
> by following the instructions in the file's header.)
>
> Verify checksums:
> diff <(shasum -a512 apache-druid-0.17.0-src.tar.gz | \
> cut -d ' ' -f1) \
> <(cat apache-druid-0.17.0-src.tar.gz.sha512 ; echo)
>
> diff <(shasum -a512 apache-druid-0.17.0-bin.tar.gz | \
> cut -d ' ' -f1) \
> <(cat apache-druid-0.17.0-bin.tar.gz.sha512 ; echo)
>
> Verify signatures:
> gpg --verify apache-druid-0.17.0-src.tar.gz.asc \
> apache-druid-0.17.0-src.tar.gz
>
> gpg --verify apache-druid-0.17.0-bin.tar.gz.asc \
> apache-druid-0.17.0-bin.tar.gz
>
> Please review the proposed artifacts and vote. Note that Apache has
> specific requirements that must be met before +1 binding votes can be cast
> by PMC members. Please refer to the policy at
> http://www.apache.org/legal/release-policy.html#policy for more details.
>
> As part of the validation process, the release artifacts can be generated
> from source by running:
> mvn clean install -Papache-release,dist -Dgpg.skip
>
> 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 PMC votes are cast.
>
> [ ] +1 Release this package as Apache Druid 0.17.0
> [ ] 0 I don't feel strongly about it, but I'm okay with the release
> [ ] -1 Do not release this package because...
>
> Thanks!
>


-- 

*Hagen Rother*
Lead Architect | LiquidM
------------------------------
LiquidM Technology GmbH
Invalidenstraße 74 | 10557 Berlin | Germany
Phone: +49 176 15 00 38 77
Internet: www.liquidm.com | LinkedIn
<
http://www.linkedin.com/company/3488199?trk=tyah&trkInfo=tas%3AliquidM%2Cidx%3A1-2-2>

------------------------------
Managing Directors | Philipp Simon & Thomas Hille
Jurisdiction | Local Court Berlin-Charlottenburg HRB 152426 B