You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by Wei-Chiu Chuang <we...@apache.org> on 2021/05/26 08:28:20 UTC

[VOTE] Release Apache Hadoop Thirdparty 1.1.1 RC0

Hi folks,

I have put together a release candidate (RC0) for Hadoop Thirdparty
1.1.1 which will be consumed by Hadoop 3.3.1 RC2.


The RC is available at:
https://people.apache.org/~weichiu/hadoop-thirdparty-1.1.1-RC0/


The RC tag in svn is
here:https://github.com/apache/hadoop-thirdparty/releases/tag/release-1.1.1-RC0

The maven artifacts are staged at

https://repository.apache.org/content/repositories/orgapachehadoop-1316/


Comparing to 1.1.0, there are two additional fixes:

HADOOP-17707. Remove jaeger document from site index.
<https://github.com/apache/hadoop-thirdparty/commit/e1db87b85117b5694972f2725aa32c9975a83b5b>

HADOOP-17730. Add back error_prone
<https://github.com/apache/hadoop-thirdparty/commit/db2fc27e2f53637a06c36c3a9d8dae0a8c894cd8>

You can find my public key
at:https://dist.apache.org/repos/dist/release/hadoop/common/KEYS
<http://svn.apache.org/repos/asf/hadoop/common/dist/KEYS>

Please try the release and vote. The vote will run for 5 days.

Thanks
Weichiu

Re: [VOTE] Release Apache Hadoop Thirdparty 1.1.1 RC0

Posted by Xiaoqiao He <he...@apache.org>.
Thanks, get it.

On Fri, May 28, 2021 at 11:29 AM Wei-Chiu Chuang <we...@apache.org> wrote:

> Hi,
> sorry I understand it's a lot of work to review each release so I don't
> take it lightly.
>
> While testing Ozone, I realized the build breaks due to the missing
> error_prone from hadoop-thirdparty. HADOOP-17730
> <https://issues.apache.org/jira/browse/HADOOP-17730>
> I have a dirty workaround to resolve this in Ozone, but I imagine the same
> issue could occur for other downstream applications.
>
> Since the Hadoop 3.3.1 requires a RC2 anyway, I figured we could slip in
> the thirdparty 1 1 1.
>
> On Fri, May 28, 2021 at 11:23 AM Xiaoqiao He <he...@apache.org>
> wrote:
>
>> +1
>>
>> - Verified checksums and signatures.
>> - Checked CHANGELOG / RELEASE NOTES.
>> - Built from source with jdk1.8.0_202.
>> - Built Hadoop trunk with hadoop-thirdparty 1.1.1 and checked with pseudo
>> distribution hadoop cluster deployment.
>>
>> Thanks Wei-Chiu for your work on this. I am confused about the
>> relationship between
>> version 1.1.0 and 1.1.1 since we voted 1.1.0-RC0[1] a few days ago. Are
>> we prepared
>> to release these versions at the same time or given up on 1.1.0?
>>
>> Thanks again.
>>
>> Regards,
>> - He Xiaoqiao
>>
>> [1]
>> https://lists.apache.org/thread.html/r79b13d0c34d14cd086bf97c1d87c72782fcc3c9e20569f5cdd4c7124%40%3Ccommon-dev.hadoop.apache.org%3E
>>
>> On Fri, May 28, 2021 at 9:52 AM Akira Ajisaka <aa...@apache.org>
>> wrote:
>>
>>> +1
>>>
>>> - Verified checksums and signatures
>>> - Built from source with -Psrc profile
>>> - Checked the documents
>>> - Compiled Hadoop trunk and branch-3.3 with Hadoop third-party 1.1.1.
>>>
>>> -Akira
>>>
>>> On Wed, May 26, 2021 at 5:29 PM Wei-Chiu Chuang <we...@apache.org>
>>> wrote:
>>> >
>>> > Hi folks,
>>> >
>>> > I have put together a release candidate (RC0) for Hadoop Thirdparty
>>> > 1.1.1 which will be consumed by Hadoop 3.3.1 RC2.
>>> >
>>> >
>>> > The RC is available at:
>>> > https://people.apache.org/~weichiu/hadoop-thirdparty-1.1.1-RC0/
>>> >
>>> >
>>> > The RC tag in svn is
>>> > here:
>>> https://github.com/apache/hadoop-thirdparty/releases/tag/release-1.1.1-RC0
>>> >
>>> > The maven artifacts are staged at
>>> >
>>> >
>>> https://repository.apache.org/content/repositories/orgapachehadoop-1316/
>>> >
>>> >
>>> > Comparing to 1.1.0, there are two additional fixes:
>>> >
>>> > HADOOP-17707. Remove jaeger document from site index.
>>> > <
>>> https://github.com/apache/hadoop-thirdparty/commit/e1db87b85117b5694972f2725aa32c9975a83b5b
>>> >
>>> >
>>> > HADOOP-17730. Add back error_prone
>>> > <
>>> https://github.com/apache/hadoop-thirdparty/commit/db2fc27e2f53637a06c36c3a9d8dae0a8c894cd8
>>> >
>>> >
>>> > You can find my public key
>>> > at:https://dist.apache.org/repos/dist/release/hadoop/common/KEYS
>>> > <http://svn.apache.org/repos/asf/hadoop/common/dist/KEYS>
>>> >
>>> > Please try the release and vote. The vote will run for 5 days.
>>> >
>>> > Thanks
>>> > Weichiu
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
>>> For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org
>>>
>>>

Re: [VOTE] Release Apache Hadoop Thirdparty 1.1.1 RC0

Posted by Xiaoqiao He <he...@apache.org>.
Thanks, get it.

On Fri, May 28, 2021 at 11:29 AM Wei-Chiu Chuang <we...@apache.org> wrote:

> Hi,
> sorry I understand it's a lot of work to review each release so I don't
> take it lightly.
>
> While testing Ozone, I realized the build breaks due to the missing
> error_prone from hadoop-thirdparty. HADOOP-17730
> <https://issues.apache.org/jira/browse/HADOOP-17730>
> I have a dirty workaround to resolve this in Ozone, but I imagine the same
> issue could occur for other downstream applications.
>
> Since the Hadoop 3.3.1 requires a RC2 anyway, I figured we could slip in
> the thirdparty 1 1 1.
>
> On Fri, May 28, 2021 at 11:23 AM Xiaoqiao He <he...@apache.org>
> wrote:
>
>> +1
>>
>> - Verified checksums and signatures.
>> - Checked CHANGELOG / RELEASE NOTES.
>> - Built from source with jdk1.8.0_202.
>> - Built Hadoop trunk with hadoop-thirdparty 1.1.1 and checked with pseudo
>> distribution hadoop cluster deployment.
>>
>> Thanks Wei-Chiu for your work on this. I am confused about the
>> relationship between
>> version 1.1.0 and 1.1.1 since we voted 1.1.0-RC0[1] a few days ago. Are
>> we prepared
>> to release these versions at the same time or given up on 1.1.0?
>>
>> Thanks again.
>>
>> Regards,
>> - He Xiaoqiao
>>
>> [1]
>> https://lists.apache.org/thread.html/r79b13d0c34d14cd086bf97c1d87c72782fcc3c9e20569f5cdd4c7124%40%3Ccommon-dev.hadoop.apache.org%3E
>>
>> On Fri, May 28, 2021 at 9:52 AM Akira Ajisaka <aa...@apache.org>
>> wrote:
>>
>>> +1
>>>
>>> - Verified checksums and signatures
>>> - Built from source with -Psrc profile
>>> - Checked the documents
>>> - Compiled Hadoop trunk and branch-3.3 with Hadoop third-party 1.1.1.
>>>
>>> -Akira
>>>
>>> On Wed, May 26, 2021 at 5:29 PM Wei-Chiu Chuang <we...@apache.org>
>>> wrote:
>>> >
>>> > Hi folks,
>>> >
>>> > I have put together a release candidate (RC0) for Hadoop Thirdparty
>>> > 1.1.1 which will be consumed by Hadoop 3.3.1 RC2.
>>> >
>>> >
>>> > The RC is available at:
>>> > https://people.apache.org/~weichiu/hadoop-thirdparty-1.1.1-RC0/
>>> >
>>> >
>>> > The RC tag in svn is
>>> > here:
>>> https://github.com/apache/hadoop-thirdparty/releases/tag/release-1.1.1-RC0
>>> >
>>> > The maven artifacts are staged at
>>> >
>>> >
>>> https://repository.apache.org/content/repositories/orgapachehadoop-1316/
>>> >
>>> >
>>> > Comparing to 1.1.0, there are two additional fixes:
>>> >
>>> > HADOOP-17707. Remove jaeger document from site index.
>>> > <
>>> https://github.com/apache/hadoop-thirdparty/commit/e1db87b85117b5694972f2725aa32c9975a83b5b
>>> >
>>> >
>>> > HADOOP-17730. Add back error_prone
>>> > <
>>> https://github.com/apache/hadoop-thirdparty/commit/db2fc27e2f53637a06c36c3a9d8dae0a8c894cd8
>>> >
>>> >
>>> > You can find my public key
>>> > at:https://dist.apache.org/repos/dist/release/hadoop/common/KEYS
>>> > <http://svn.apache.org/repos/asf/hadoop/common/dist/KEYS>
>>> >
>>> > Please try the release and vote. The vote will run for 5 days.
>>> >
>>> > Thanks
>>> > Weichiu
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
>>> For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org
>>>
>>>

Re: [VOTE] Release Apache Hadoop Thirdparty 1.1.1 RC0

Posted by Xiaoqiao He <he...@apache.org>.
Thanks, get it.

On Fri, May 28, 2021 at 11:29 AM Wei-Chiu Chuang <we...@apache.org> wrote:

> Hi,
> sorry I understand it's a lot of work to review each release so I don't
> take it lightly.
>
> While testing Ozone, I realized the build breaks due to the missing
> error_prone from hadoop-thirdparty. HADOOP-17730
> <https://issues.apache.org/jira/browse/HADOOP-17730>
> I have a dirty workaround to resolve this in Ozone, but I imagine the same
> issue could occur for other downstream applications.
>
> Since the Hadoop 3.3.1 requires a RC2 anyway, I figured we could slip in
> the thirdparty 1 1 1.
>
> On Fri, May 28, 2021 at 11:23 AM Xiaoqiao He <he...@apache.org>
> wrote:
>
>> +1
>>
>> - Verified checksums and signatures.
>> - Checked CHANGELOG / RELEASE NOTES.
>> - Built from source with jdk1.8.0_202.
>> - Built Hadoop trunk with hadoop-thirdparty 1.1.1 and checked with pseudo
>> distribution hadoop cluster deployment.
>>
>> Thanks Wei-Chiu for your work on this. I am confused about the
>> relationship between
>> version 1.1.0 and 1.1.1 since we voted 1.1.0-RC0[1] a few days ago. Are
>> we prepared
>> to release these versions at the same time or given up on 1.1.0?
>>
>> Thanks again.
>>
>> Regards,
>> - He Xiaoqiao
>>
>> [1]
>> https://lists.apache.org/thread.html/r79b13d0c34d14cd086bf97c1d87c72782fcc3c9e20569f5cdd4c7124%40%3Ccommon-dev.hadoop.apache.org%3E
>>
>> On Fri, May 28, 2021 at 9:52 AM Akira Ajisaka <aa...@apache.org>
>> wrote:
>>
>>> +1
>>>
>>> - Verified checksums and signatures
>>> - Built from source with -Psrc profile
>>> - Checked the documents
>>> - Compiled Hadoop trunk and branch-3.3 with Hadoop third-party 1.1.1.
>>>
>>> -Akira
>>>
>>> On Wed, May 26, 2021 at 5:29 PM Wei-Chiu Chuang <we...@apache.org>
>>> wrote:
>>> >
>>> > Hi folks,
>>> >
>>> > I have put together a release candidate (RC0) for Hadoop Thirdparty
>>> > 1.1.1 which will be consumed by Hadoop 3.3.1 RC2.
>>> >
>>> >
>>> > The RC is available at:
>>> > https://people.apache.org/~weichiu/hadoop-thirdparty-1.1.1-RC0/
>>> >
>>> >
>>> > The RC tag in svn is
>>> > here:
>>> https://github.com/apache/hadoop-thirdparty/releases/tag/release-1.1.1-RC0
>>> >
>>> > The maven artifacts are staged at
>>> >
>>> >
>>> https://repository.apache.org/content/repositories/orgapachehadoop-1316/
>>> >
>>> >
>>> > Comparing to 1.1.0, there are two additional fixes:
>>> >
>>> > HADOOP-17707. Remove jaeger document from site index.
>>> > <
>>> https://github.com/apache/hadoop-thirdparty/commit/e1db87b85117b5694972f2725aa32c9975a83b5b
>>> >
>>> >
>>> > HADOOP-17730. Add back error_prone
>>> > <
>>> https://github.com/apache/hadoop-thirdparty/commit/db2fc27e2f53637a06c36c3a9d8dae0a8c894cd8
>>> >
>>> >
>>> > You can find my public key
>>> > at:https://dist.apache.org/repos/dist/release/hadoop/common/KEYS
>>> > <http://svn.apache.org/repos/asf/hadoop/common/dist/KEYS>
>>> >
>>> > Please try the release and vote. The vote will run for 5 days.
>>> >
>>> > Thanks
>>> > Weichiu
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
>>> For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org
>>>
>>>

Re: [VOTE] Release Apache Hadoop Thirdparty 1.1.1 RC0

Posted by Xiaoqiao He <he...@apache.org>.
Thanks, get it.

On Fri, May 28, 2021 at 11:29 AM Wei-Chiu Chuang <we...@apache.org> wrote:

> Hi,
> sorry I understand it's a lot of work to review each release so I don't
> take it lightly.
>
> While testing Ozone, I realized the build breaks due to the missing
> error_prone from hadoop-thirdparty. HADOOP-17730
> <https://issues.apache.org/jira/browse/HADOOP-17730>
> I have a dirty workaround to resolve this in Ozone, but I imagine the same
> issue could occur for other downstream applications.
>
> Since the Hadoop 3.3.1 requires a RC2 anyway, I figured we could slip in
> the thirdparty 1 1 1.
>
> On Fri, May 28, 2021 at 11:23 AM Xiaoqiao He <he...@apache.org>
> wrote:
>
>> +1
>>
>> - Verified checksums and signatures.
>> - Checked CHANGELOG / RELEASE NOTES.
>> - Built from source with jdk1.8.0_202.
>> - Built Hadoop trunk with hadoop-thirdparty 1.1.1 and checked with pseudo
>> distribution hadoop cluster deployment.
>>
>> Thanks Wei-Chiu for your work on this. I am confused about the
>> relationship between
>> version 1.1.0 and 1.1.1 since we voted 1.1.0-RC0[1] a few days ago. Are
>> we prepared
>> to release these versions at the same time or given up on 1.1.0?
>>
>> Thanks again.
>>
>> Regards,
>> - He Xiaoqiao
>>
>> [1]
>> https://lists.apache.org/thread.html/r79b13d0c34d14cd086bf97c1d87c72782fcc3c9e20569f5cdd4c7124%40%3Ccommon-dev.hadoop.apache.org%3E
>>
>> On Fri, May 28, 2021 at 9:52 AM Akira Ajisaka <aa...@apache.org>
>> wrote:
>>
>>> +1
>>>
>>> - Verified checksums and signatures
>>> - Built from source with -Psrc profile
>>> - Checked the documents
>>> - Compiled Hadoop trunk and branch-3.3 with Hadoop third-party 1.1.1.
>>>
>>> -Akira
>>>
>>> On Wed, May 26, 2021 at 5:29 PM Wei-Chiu Chuang <we...@apache.org>
>>> wrote:
>>> >
>>> > Hi folks,
>>> >
>>> > I have put together a release candidate (RC0) for Hadoop Thirdparty
>>> > 1.1.1 which will be consumed by Hadoop 3.3.1 RC2.
>>> >
>>> >
>>> > The RC is available at:
>>> > https://people.apache.org/~weichiu/hadoop-thirdparty-1.1.1-RC0/
>>> >
>>> >
>>> > The RC tag in svn is
>>> > here:
>>> https://github.com/apache/hadoop-thirdparty/releases/tag/release-1.1.1-RC0
>>> >
>>> > The maven artifacts are staged at
>>> >
>>> >
>>> https://repository.apache.org/content/repositories/orgapachehadoop-1316/
>>> >
>>> >
>>> > Comparing to 1.1.0, there are two additional fixes:
>>> >
>>> > HADOOP-17707. Remove jaeger document from site index.
>>> > <
>>> https://github.com/apache/hadoop-thirdparty/commit/e1db87b85117b5694972f2725aa32c9975a83b5b
>>> >
>>> >
>>> > HADOOP-17730. Add back error_prone
>>> > <
>>> https://github.com/apache/hadoop-thirdparty/commit/db2fc27e2f53637a06c36c3a9d8dae0a8c894cd8
>>> >
>>> >
>>> > You can find my public key
>>> > at:https://dist.apache.org/repos/dist/release/hadoop/common/KEYS
>>> > <http://svn.apache.org/repos/asf/hadoop/common/dist/KEYS>
>>> >
>>> > Please try the release and vote. The vote will run for 5 days.
>>> >
>>> > Thanks
>>> > Weichiu
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
>>> For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org
>>>
>>>

Re: [VOTE] Release Apache Hadoop Thirdparty 1.1.1 RC0

Posted by Xiaoqiao He <he...@apache.org>.
Thanks, get it.

On Fri, May 28, 2021 at 11:29 AM Wei-Chiu Chuang <we...@apache.org> wrote:

> Hi,
> sorry I understand it's a lot of work to review each release so I don't
> take it lightly.
>
> While testing Ozone, I realized the build breaks due to the missing
> error_prone from hadoop-thirdparty. HADOOP-17730
> <https://issues.apache.org/jira/browse/HADOOP-17730>
> I have a dirty workaround to resolve this in Ozone, but I imagine the same
> issue could occur for other downstream applications.
>
> Since the Hadoop 3.3.1 requires a RC2 anyway, I figured we could slip in
> the thirdparty 1 1 1.
>
> On Fri, May 28, 2021 at 11:23 AM Xiaoqiao He <he...@apache.org>
> wrote:
>
>> +1
>>
>> - Verified checksums and signatures.
>> - Checked CHANGELOG / RELEASE NOTES.
>> - Built from source with jdk1.8.0_202.
>> - Built Hadoop trunk with hadoop-thirdparty 1.1.1 and checked with pseudo
>> distribution hadoop cluster deployment.
>>
>> Thanks Wei-Chiu for your work on this. I am confused about the
>> relationship between
>> version 1.1.0 and 1.1.1 since we voted 1.1.0-RC0[1] a few days ago. Are
>> we prepared
>> to release these versions at the same time or given up on 1.1.0?
>>
>> Thanks again.
>>
>> Regards,
>> - He Xiaoqiao
>>
>> [1]
>> https://lists.apache.org/thread.html/r79b13d0c34d14cd086bf97c1d87c72782fcc3c9e20569f5cdd4c7124%40%3Ccommon-dev.hadoop.apache.org%3E
>>
>> On Fri, May 28, 2021 at 9:52 AM Akira Ajisaka <aa...@apache.org>
>> wrote:
>>
>>> +1
>>>
>>> - Verified checksums and signatures
>>> - Built from source with -Psrc profile
>>> - Checked the documents
>>> - Compiled Hadoop trunk and branch-3.3 with Hadoop third-party 1.1.1.
>>>
>>> -Akira
>>>
>>> On Wed, May 26, 2021 at 5:29 PM Wei-Chiu Chuang <we...@apache.org>
>>> wrote:
>>> >
>>> > Hi folks,
>>> >
>>> > I have put together a release candidate (RC0) for Hadoop Thirdparty
>>> > 1.1.1 which will be consumed by Hadoop 3.3.1 RC2.
>>> >
>>> >
>>> > The RC is available at:
>>> > https://people.apache.org/~weichiu/hadoop-thirdparty-1.1.1-RC0/
>>> >
>>> >
>>> > The RC tag in svn is
>>> > here:
>>> https://github.com/apache/hadoop-thirdparty/releases/tag/release-1.1.1-RC0
>>> >
>>> > The maven artifacts are staged at
>>> >
>>> >
>>> https://repository.apache.org/content/repositories/orgapachehadoop-1316/
>>> >
>>> >
>>> > Comparing to 1.1.0, there are two additional fixes:
>>> >
>>> > HADOOP-17707. Remove jaeger document from site index.
>>> > <
>>> https://github.com/apache/hadoop-thirdparty/commit/e1db87b85117b5694972f2725aa32c9975a83b5b
>>> >
>>> >
>>> > HADOOP-17730. Add back error_prone
>>> > <
>>> https://github.com/apache/hadoop-thirdparty/commit/db2fc27e2f53637a06c36c3a9d8dae0a8c894cd8
>>> >
>>> >
>>> > You can find my public key
>>> > at:https://dist.apache.org/repos/dist/release/hadoop/common/KEYS
>>> > <http://svn.apache.org/repos/asf/hadoop/common/dist/KEYS>
>>> >
>>> > Please try the release and vote. The vote will run for 5 days.
>>> >
>>> > Thanks
>>> > Weichiu
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
>>> For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org
>>>
>>>

Re: [VOTE] Release Apache Hadoop Thirdparty 1.1.1 RC0

Posted by Wei-Chiu Chuang <we...@apache.org>.
Hi,
sorry I understand it's a lot of work to review each release so I don't
take it lightly.

While testing Ozone, I realized the build breaks due to the missing
error_prone from hadoop-thirdparty. HADOOP-17730
<https://issues.apache.org/jira/browse/HADOOP-17730>
I have a dirty workaround to resolve this in Ozone, but I imagine the same
issue could occur for other downstream applications.

Since the Hadoop 3.3.1 requires a RC2 anyway, I figured we could slip in
the thirdparty 1 1 1.

On Fri, May 28, 2021 at 11:23 AM Xiaoqiao He <he...@apache.org> wrote:

> +1
>
> - Verified checksums and signatures.
> - Checked CHANGELOG / RELEASE NOTES.
> - Built from source with jdk1.8.0_202.
> - Built Hadoop trunk with hadoop-thirdparty 1.1.1 and checked with pseudo
> distribution hadoop cluster deployment.
>
> Thanks Wei-Chiu for your work on this. I am confused about the
> relationship between
> version 1.1.0 and 1.1.1 since we voted 1.1.0-RC0[1] a few days ago. Are we
> prepared
> to release these versions at the same time or given up on 1.1.0?
>
> Thanks again.
>
> Regards,
> - He Xiaoqiao
>
> [1]
> https://lists.apache.org/thread.html/r79b13d0c34d14cd086bf97c1d87c72782fcc3c9e20569f5cdd4c7124%40%3Ccommon-dev.hadoop.apache.org%3E
>
> On Fri, May 28, 2021 at 9:52 AM Akira Ajisaka <aa...@apache.org> wrote:
>
>> +1
>>
>> - Verified checksums and signatures
>> - Built from source with -Psrc profile
>> - Checked the documents
>> - Compiled Hadoop trunk and branch-3.3 with Hadoop third-party 1.1.1.
>>
>> -Akira
>>
>> On Wed, May 26, 2021 at 5:29 PM Wei-Chiu Chuang <we...@apache.org>
>> wrote:
>> >
>> > Hi folks,
>> >
>> > I have put together a release candidate (RC0) for Hadoop Thirdparty
>> > 1.1.1 which will be consumed by Hadoop 3.3.1 RC2.
>> >
>> >
>> > The RC is available at:
>> > https://people.apache.org/~weichiu/hadoop-thirdparty-1.1.1-RC0/
>> >
>> >
>> > The RC tag in svn is
>> > here:
>> https://github.com/apache/hadoop-thirdparty/releases/tag/release-1.1.1-RC0
>> >
>> > The maven artifacts are staged at
>> >
>> >
>> https://repository.apache.org/content/repositories/orgapachehadoop-1316/
>> >
>> >
>> > Comparing to 1.1.0, there are two additional fixes:
>> >
>> > HADOOP-17707. Remove jaeger document from site index.
>> > <
>> https://github.com/apache/hadoop-thirdparty/commit/e1db87b85117b5694972f2725aa32c9975a83b5b
>> >
>> >
>> > HADOOP-17730. Add back error_prone
>> > <
>> https://github.com/apache/hadoop-thirdparty/commit/db2fc27e2f53637a06c36c3a9d8dae0a8c894cd8
>> >
>> >
>> > You can find my public key
>> > at:https://dist.apache.org/repos/dist/release/hadoop/common/KEYS
>> > <http://svn.apache.org/repos/asf/hadoop/common/dist/KEYS>
>> >
>> > Please try the release and vote. The vote will run for 5 days.
>> >
>> > Thanks
>> > Weichiu
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
>> For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org
>>
>>

Re: [VOTE] Release Apache Hadoop Thirdparty 1.1.1 RC0

Posted by Wei-Chiu Chuang <we...@apache.org>.
I am +1 as well

So the result of the vote is:

4 +1, 1 non-binding +1, no +0 no -1.

This vote passed. I'll go ahead and release the bits and 3.3.1 RC2.

Thanks all!!!

On Fri, May 28, 2021 at 11:23 AM Xiaoqiao He <he...@apache.org> wrote:

> +1
>
> - Verified checksums and signatures.
> - Checked CHANGELOG / RELEASE NOTES.
> - Built from source with jdk1.8.0_202.
> - Built Hadoop trunk with hadoop-thirdparty 1.1.1 and checked with pseudo
> distribution hadoop cluster deployment.
>
> Thanks Wei-Chiu for your work on this. I am confused about the
> relationship between
> version 1.1.0 and 1.1.1 since we voted 1.1.0-RC0[1] a few days ago. Are we
> prepared
> to release these versions at the same time or given up on 1.1.0?
>
> Thanks again.
>
> Regards,
> - He Xiaoqiao
>
> [1]
> https://lists.apache.org/thread.html/r79b13d0c34d14cd086bf97c1d87c72782fcc3c9e20569f5cdd4c7124%40%3Ccommon-dev.hadoop.apache.org%3E
>
> On Fri, May 28, 2021 at 9:52 AM Akira Ajisaka <aa...@apache.org> wrote:
>
>> +1
>>
>> - Verified checksums and signatures
>> - Built from source with -Psrc profile
>> - Checked the documents
>> - Compiled Hadoop trunk and branch-3.3 with Hadoop third-party 1.1.1.
>>
>> -Akira
>>
>> On Wed, May 26, 2021 at 5:29 PM Wei-Chiu Chuang <we...@apache.org>
>> wrote:
>> >
>> > Hi folks,
>> >
>> > I have put together a release candidate (RC0) for Hadoop Thirdparty
>> > 1.1.1 which will be consumed by Hadoop 3.3.1 RC2.
>> >
>> >
>> > The RC is available at:
>> > https://people.apache.org/~weichiu/hadoop-thirdparty-1.1.1-RC0/
>> >
>> >
>> > The RC tag in svn is
>> > here:
>> https://github.com/apache/hadoop-thirdparty/releases/tag/release-1.1.1-RC0
>> >
>> > The maven artifacts are staged at
>> >
>> >
>> https://repository.apache.org/content/repositories/orgapachehadoop-1316/
>> >
>> >
>> > Comparing to 1.1.0, there are two additional fixes:
>> >
>> > HADOOP-17707. Remove jaeger document from site index.
>> > <
>> https://github.com/apache/hadoop-thirdparty/commit/e1db87b85117b5694972f2725aa32c9975a83b5b
>> >
>> >
>> > HADOOP-17730. Add back error_prone
>> > <
>> https://github.com/apache/hadoop-thirdparty/commit/db2fc27e2f53637a06c36c3a9d8dae0a8c894cd8
>> >
>> >
>> > You can find my public key
>> > at:https://dist.apache.org/repos/dist/release/hadoop/common/KEYS
>> > <http://svn.apache.org/repos/asf/hadoop/common/dist/KEYS>
>> >
>> > Please try the release and vote. The vote will run for 5 days.
>> >
>> > Thanks
>> > Weichiu
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
>> For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org
>>
>>

Re: [VOTE] Release Apache Hadoop Thirdparty 1.1.1 RC0

Posted by Wei-Chiu Chuang <we...@apache.org>.
I am +1 as well

So the result of the vote is:

4 +1, 1 non-binding +1, no +0 no -1.

This vote passed. I'll go ahead and release the bits and 3.3.1 RC2.

Thanks all!!!

On Fri, May 28, 2021 at 11:23 AM Xiaoqiao He <he...@apache.org> wrote:

> +1
>
> - Verified checksums and signatures.
> - Checked CHANGELOG / RELEASE NOTES.
> - Built from source with jdk1.8.0_202.
> - Built Hadoop trunk with hadoop-thirdparty 1.1.1 and checked with pseudo
> distribution hadoop cluster deployment.
>
> Thanks Wei-Chiu for your work on this. I am confused about the
> relationship between
> version 1.1.0 and 1.1.1 since we voted 1.1.0-RC0[1] a few days ago. Are we
> prepared
> to release these versions at the same time or given up on 1.1.0?
>
> Thanks again.
>
> Regards,
> - He Xiaoqiao
>
> [1]
> https://lists.apache.org/thread.html/r79b13d0c34d14cd086bf97c1d87c72782fcc3c9e20569f5cdd4c7124%40%3Ccommon-dev.hadoop.apache.org%3E
>
> On Fri, May 28, 2021 at 9:52 AM Akira Ajisaka <aa...@apache.org> wrote:
>
>> +1
>>
>> - Verified checksums and signatures
>> - Built from source with -Psrc profile
>> - Checked the documents
>> - Compiled Hadoop trunk and branch-3.3 with Hadoop third-party 1.1.1.
>>
>> -Akira
>>
>> On Wed, May 26, 2021 at 5:29 PM Wei-Chiu Chuang <we...@apache.org>
>> wrote:
>> >
>> > Hi folks,
>> >
>> > I have put together a release candidate (RC0) for Hadoop Thirdparty
>> > 1.1.1 which will be consumed by Hadoop 3.3.1 RC2.
>> >
>> >
>> > The RC is available at:
>> > https://people.apache.org/~weichiu/hadoop-thirdparty-1.1.1-RC0/
>> >
>> >
>> > The RC tag in svn is
>> > here:
>> https://github.com/apache/hadoop-thirdparty/releases/tag/release-1.1.1-RC0
>> >
>> > The maven artifacts are staged at
>> >
>> >
>> https://repository.apache.org/content/repositories/orgapachehadoop-1316/
>> >
>> >
>> > Comparing to 1.1.0, there are two additional fixes:
>> >
>> > HADOOP-17707. Remove jaeger document from site index.
>> > <
>> https://github.com/apache/hadoop-thirdparty/commit/e1db87b85117b5694972f2725aa32c9975a83b5b
>> >
>> >
>> > HADOOP-17730. Add back error_prone
>> > <
>> https://github.com/apache/hadoop-thirdparty/commit/db2fc27e2f53637a06c36c3a9d8dae0a8c894cd8
>> >
>> >
>> > You can find my public key
>> > at:https://dist.apache.org/repos/dist/release/hadoop/common/KEYS
>> > <http://svn.apache.org/repos/asf/hadoop/common/dist/KEYS>
>> >
>> > Please try the release and vote. The vote will run for 5 days.
>> >
>> > Thanks
>> > Weichiu
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
>> For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org
>>
>>

Re: [VOTE] Release Apache Hadoop Thirdparty 1.1.1 RC0

Posted by Wei-Chiu Chuang <we...@apache.org>.
Hi,
sorry I understand it's a lot of work to review each release so I don't
take it lightly.

While testing Ozone, I realized the build breaks due to the missing
error_prone from hadoop-thirdparty. HADOOP-17730
<https://issues.apache.org/jira/browse/HADOOP-17730>
I have a dirty workaround to resolve this in Ozone, but I imagine the same
issue could occur for other downstream applications.

Since the Hadoop 3.3.1 requires a RC2 anyway, I figured we could slip in
the thirdparty 1 1 1.

On Fri, May 28, 2021 at 11:23 AM Xiaoqiao He <he...@apache.org> wrote:

> +1
>
> - Verified checksums and signatures.
> - Checked CHANGELOG / RELEASE NOTES.
> - Built from source with jdk1.8.0_202.
> - Built Hadoop trunk with hadoop-thirdparty 1.1.1 and checked with pseudo
> distribution hadoop cluster deployment.
>
> Thanks Wei-Chiu for your work on this. I am confused about the
> relationship between
> version 1.1.0 and 1.1.1 since we voted 1.1.0-RC0[1] a few days ago. Are we
> prepared
> to release these versions at the same time or given up on 1.1.0?
>
> Thanks again.
>
> Regards,
> - He Xiaoqiao
>
> [1]
> https://lists.apache.org/thread.html/r79b13d0c34d14cd086bf97c1d87c72782fcc3c9e20569f5cdd4c7124%40%3Ccommon-dev.hadoop.apache.org%3E
>
> On Fri, May 28, 2021 at 9:52 AM Akira Ajisaka <aa...@apache.org> wrote:
>
>> +1
>>
>> - Verified checksums and signatures
>> - Built from source with -Psrc profile
>> - Checked the documents
>> - Compiled Hadoop trunk and branch-3.3 with Hadoop third-party 1.1.1.
>>
>> -Akira
>>
>> On Wed, May 26, 2021 at 5:29 PM Wei-Chiu Chuang <we...@apache.org>
>> wrote:
>> >
>> > Hi folks,
>> >
>> > I have put together a release candidate (RC0) for Hadoop Thirdparty
>> > 1.1.1 which will be consumed by Hadoop 3.3.1 RC2.
>> >
>> >
>> > The RC is available at:
>> > https://people.apache.org/~weichiu/hadoop-thirdparty-1.1.1-RC0/
>> >
>> >
>> > The RC tag in svn is
>> > here:
>> https://github.com/apache/hadoop-thirdparty/releases/tag/release-1.1.1-RC0
>> >
>> > The maven artifacts are staged at
>> >
>> >
>> https://repository.apache.org/content/repositories/orgapachehadoop-1316/
>> >
>> >
>> > Comparing to 1.1.0, there are two additional fixes:
>> >
>> > HADOOP-17707. Remove jaeger document from site index.
>> > <
>> https://github.com/apache/hadoop-thirdparty/commit/e1db87b85117b5694972f2725aa32c9975a83b5b
>> >
>> >
>> > HADOOP-17730. Add back error_prone
>> > <
>> https://github.com/apache/hadoop-thirdparty/commit/db2fc27e2f53637a06c36c3a9d8dae0a8c894cd8
>> >
>> >
>> > You can find my public key
>> > at:https://dist.apache.org/repos/dist/release/hadoop/common/KEYS
>> > <http://svn.apache.org/repos/asf/hadoop/common/dist/KEYS>
>> >
>> > Please try the release and vote. The vote will run for 5 days.
>> >
>> > Thanks
>> > Weichiu
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
>> For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org
>>
>>

Re: [VOTE] Release Apache Hadoop Thirdparty 1.1.1 RC0

Posted by Wei-Chiu Chuang <we...@apache.org>.
I am +1 as well

So the result of the vote is:

4 +1, 1 non-binding +1, no +0 no -1.

This vote passed. I'll go ahead and release the bits and 3.3.1 RC2.

Thanks all!!!

On Fri, May 28, 2021 at 11:23 AM Xiaoqiao He <he...@apache.org> wrote:

> +1
>
> - Verified checksums and signatures.
> - Checked CHANGELOG / RELEASE NOTES.
> - Built from source with jdk1.8.0_202.
> - Built Hadoop trunk with hadoop-thirdparty 1.1.1 and checked with pseudo
> distribution hadoop cluster deployment.
>
> Thanks Wei-Chiu for your work on this. I am confused about the
> relationship between
> version 1.1.0 and 1.1.1 since we voted 1.1.0-RC0[1] a few days ago. Are we
> prepared
> to release these versions at the same time or given up on 1.1.0?
>
> Thanks again.
>
> Regards,
> - He Xiaoqiao
>
> [1]
> https://lists.apache.org/thread.html/r79b13d0c34d14cd086bf97c1d87c72782fcc3c9e20569f5cdd4c7124%40%3Ccommon-dev.hadoop.apache.org%3E
>
> On Fri, May 28, 2021 at 9:52 AM Akira Ajisaka <aa...@apache.org> wrote:
>
>> +1
>>
>> - Verified checksums and signatures
>> - Built from source with -Psrc profile
>> - Checked the documents
>> - Compiled Hadoop trunk and branch-3.3 with Hadoop third-party 1.1.1.
>>
>> -Akira
>>
>> On Wed, May 26, 2021 at 5:29 PM Wei-Chiu Chuang <we...@apache.org>
>> wrote:
>> >
>> > Hi folks,
>> >
>> > I have put together a release candidate (RC0) for Hadoop Thirdparty
>> > 1.1.1 which will be consumed by Hadoop 3.3.1 RC2.
>> >
>> >
>> > The RC is available at:
>> > https://people.apache.org/~weichiu/hadoop-thirdparty-1.1.1-RC0/
>> >
>> >
>> > The RC tag in svn is
>> > here:
>> https://github.com/apache/hadoop-thirdparty/releases/tag/release-1.1.1-RC0
>> >
>> > The maven artifacts are staged at
>> >
>> >
>> https://repository.apache.org/content/repositories/orgapachehadoop-1316/
>> >
>> >
>> > Comparing to 1.1.0, there are two additional fixes:
>> >
>> > HADOOP-17707. Remove jaeger document from site index.
>> > <
>> https://github.com/apache/hadoop-thirdparty/commit/e1db87b85117b5694972f2725aa32c9975a83b5b
>> >
>> >
>> > HADOOP-17730. Add back error_prone
>> > <
>> https://github.com/apache/hadoop-thirdparty/commit/db2fc27e2f53637a06c36c3a9d8dae0a8c894cd8
>> >
>> >
>> > You can find my public key
>> > at:https://dist.apache.org/repos/dist/release/hadoop/common/KEYS
>> > <http://svn.apache.org/repos/asf/hadoop/common/dist/KEYS>
>> >
>> > Please try the release and vote. The vote will run for 5 days.
>> >
>> > Thanks
>> > Weichiu
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
>> For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org
>>
>>

Re: [VOTE] Release Apache Hadoop Thirdparty 1.1.1 RC0

Posted by Wei-Chiu Chuang <we...@apache.org>.
Hi,
sorry I understand it's a lot of work to review each release so I don't
take it lightly.

While testing Ozone, I realized the build breaks due to the missing
error_prone from hadoop-thirdparty. HADOOP-17730
<https://issues.apache.org/jira/browse/HADOOP-17730>
I have a dirty workaround to resolve this in Ozone, but I imagine the same
issue could occur for other downstream applications.

Since the Hadoop 3.3.1 requires a RC2 anyway, I figured we could slip in
the thirdparty 1 1 1.

On Fri, May 28, 2021 at 11:23 AM Xiaoqiao He <he...@apache.org> wrote:

> +1
>
> - Verified checksums and signatures.
> - Checked CHANGELOG / RELEASE NOTES.
> - Built from source with jdk1.8.0_202.
> - Built Hadoop trunk with hadoop-thirdparty 1.1.1 and checked with pseudo
> distribution hadoop cluster deployment.
>
> Thanks Wei-Chiu for your work on this. I am confused about the
> relationship between
> version 1.1.0 and 1.1.1 since we voted 1.1.0-RC0[1] a few days ago. Are we
> prepared
> to release these versions at the same time or given up on 1.1.0?
>
> Thanks again.
>
> Regards,
> - He Xiaoqiao
>
> [1]
> https://lists.apache.org/thread.html/r79b13d0c34d14cd086bf97c1d87c72782fcc3c9e20569f5cdd4c7124%40%3Ccommon-dev.hadoop.apache.org%3E
>
> On Fri, May 28, 2021 at 9:52 AM Akira Ajisaka <aa...@apache.org> wrote:
>
>> +1
>>
>> - Verified checksums and signatures
>> - Built from source with -Psrc profile
>> - Checked the documents
>> - Compiled Hadoop trunk and branch-3.3 with Hadoop third-party 1.1.1.
>>
>> -Akira
>>
>> On Wed, May 26, 2021 at 5:29 PM Wei-Chiu Chuang <we...@apache.org>
>> wrote:
>> >
>> > Hi folks,
>> >
>> > I have put together a release candidate (RC0) for Hadoop Thirdparty
>> > 1.1.1 which will be consumed by Hadoop 3.3.1 RC2.
>> >
>> >
>> > The RC is available at:
>> > https://people.apache.org/~weichiu/hadoop-thirdparty-1.1.1-RC0/
>> >
>> >
>> > The RC tag in svn is
>> > here:
>> https://github.com/apache/hadoop-thirdparty/releases/tag/release-1.1.1-RC0
>> >
>> > The maven artifacts are staged at
>> >
>> >
>> https://repository.apache.org/content/repositories/orgapachehadoop-1316/
>> >
>> >
>> > Comparing to 1.1.0, there are two additional fixes:
>> >
>> > HADOOP-17707. Remove jaeger document from site index.
>> > <
>> https://github.com/apache/hadoop-thirdparty/commit/e1db87b85117b5694972f2725aa32c9975a83b5b
>> >
>> >
>> > HADOOP-17730. Add back error_prone
>> > <
>> https://github.com/apache/hadoop-thirdparty/commit/db2fc27e2f53637a06c36c3a9d8dae0a8c894cd8
>> >
>> >
>> > You can find my public key
>> > at:https://dist.apache.org/repos/dist/release/hadoop/common/KEYS
>> > <http://svn.apache.org/repos/asf/hadoop/common/dist/KEYS>
>> >
>> > Please try the release and vote. The vote will run for 5 days.
>> >
>> > Thanks
>> > Weichiu
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
>> For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org
>>
>>

Re: [VOTE] Release Apache Hadoop Thirdparty 1.1.1 RC0

Posted by Wei-Chiu Chuang <we...@apache.org>.
Hi,
sorry I understand it's a lot of work to review each release so I don't
take it lightly.

While testing Ozone, I realized the build breaks due to the missing
error_prone from hadoop-thirdparty. HADOOP-17730
<https://issues.apache.org/jira/browse/HADOOP-17730>
I have a dirty workaround to resolve this in Ozone, but I imagine the same
issue could occur for other downstream applications.

Since the Hadoop 3.3.1 requires a RC2 anyway, I figured we could slip in
the thirdparty 1 1 1.

On Fri, May 28, 2021 at 11:23 AM Xiaoqiao He <he...@apache.org> wrote:

> +1
>
> - Verified checksums and signatures.
> - Checked CHANGELOG / RELEASE NOTES.
> - Built from source with jdk1.8.0_202.
> - Built Hadoop trunk with hadoop-thirdparty 1.1.1 and checked with pseudo
> distribution hadoop cluster deployment.
>
> Thanks Wei-Chiu for your work on this. I am confused about the
> relationship between
> version 1.1.0 and 1.1.1 since we voted 1.1.0-RC0[1] a few days ago. Are we
> prepared
> to release these versions at the same time or given up on 1.1.0?
>
> Thanks again.
>
> Regards,
> - He Xiaoqiao
>
> [1]
> https://lists.apache.org/thread.html/r79b13d0c34d14cd086bf97c1d87c72782fcc3c9e20569f5cdd4c7124%40%3Ccommon-dev.hadoop.apache.org%3E
>
> On Fri, May 28, 2021 at 9:52 AM Akira Ajisaka <aa...@apache.org> wrote:
>
>> +1
>>
>> - Verified checksums and signatures
>> - Built from source with -Psrc profile
>> - Checked the documents
>> - Compiled Hadoop trunk and branch-3.3 with Hadoop third-party 1.1.1.
>>
>> -Akira
>>
>> On Wed, May 26, 2021 at 5:29 PM Wei-Chiu Chuang <we...@apache.org>
>> wrote:
>> >
>> > Hi folks,
>> >
>> > I have put together a release candidate (RC0) for Hadoop Thirdparty
>> > 1.1.1 which will be consumed by Hadoop 3.3.1 RC2.
>> >
>> >
>> > The RC is available at:
>> > https://people.apache.org/~weichiu/hadoop-thirdparty-1.1.1-RC0/
>> >
>> >
>> > The RC tag in svn is
>> > here:
>> https://github.com/apache/hadoop-thirdparty/releases/tag/release-1.1.1-RC0
>> >
>> > The maven artifacts are staged at
>> >
>> >
>> https://repository.apache.org/content/repositories/orgapachehadoop-1316/
>> >
>> >
>> > Comparing to 1.1.0, there are two additional fixes:
>> >
>> > HADOOP-17707. Remove jaeger document from site index.
>> > <
>> https://github.com/apache/hadoop-thirdparty/commit/e1db87b85117b5694972f2725aa32c9975a83b5b
>> >
>> >
>> > HADOOP-17730. Add back error_prone
>> > <
>> https://github.com/apache/hadoop-thirdparty/commit/db2fc27e2f53637a06c36c3a9d8dae0a8c894cd8
>> >
>> >
>> > You can find my public key
>> > at:https://dist.apache.org/repos/dist/release/hadoop/common/KEYS
>> > <http://svn.apache.org/repos/asf/hadoop/common/dist/KEYS>
>> >
>> > Please try the release and vote. The vote will run for 5 days.
>> >
>> > Thanks
>> > Weichiu
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
>> For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org
>>
>>

Re: [VOTE] Release Apache Hadoop Thirdparty 1.1.1 RC0

Posted by Wei-Chiu Chuang <we...@apache.org>.
I am +1 as well

So the result of the vote is:

4 +1, 1 non-binding +1, no +0 no -1.

This vote passed. I'll go ahead and release the bits and 3.3.1 RC2.

Thanks all!!!

On Fri, May 28, 2021 at 11:23 AM Xiaoqiao He <he...@apache.org> wrote:

> +1
>
> - Verified checksums and signatures.
> - Checked CHANGELOG / RELEASE NOTES.
> - Built from source with jdk1.8.0_202.
> - Built Hadoop trunk with hadoop-thirdparty 1.1.1 and checked with pseudo
> distribution hadoop cluster deployment.
>
> Thanks Wei-Chiu for your work on this. I am confused about the
> relationship between
> version 1.1.0 and 1.1.1 since we voted 1.1.0-RC0[1] a few days ago. Are we
> prepared
> to release these versions at the same time or given up on 1.1.0?
>
> Thanks again.
>
> Regards,
> - He Xiaoqiao
>
> [1]
> https://lists.apache.org/thread.html/r79b13d0c34d14cd086bf97c1d87c72782fcc3c9e20569f5cdd4c7124%40%3Ccommon-dev.hadoop.apache.org%3E
>
> On Fri, May 28, 2021 at 9:52 AM Akira Ajisaka <aa...@apache.org> wrote:
>
>> +1
>>
>> - Verified checksums and signatures
>> - Built from source with -Psrc profile
>> - Checked the documents
>> - Compiled Hadoop trunk and branch-3.3 with Hadoop third-party 1.1.1.
>>
>> -Akira
>>
>> On Wed, May 26, 2021 at 5:29 PM Wei-Chiu Chuang <we...@apache.org>
>> wrote:
>> >
>> > Hi folks,
>> >
>> > I have put together a release candidate (RC0) for Hadoop Thirdparty
>> > 1.1.1 which will be consumed by Hadoop 3.3.1 RC2.
>> >
>> >
>> > The RC is available at:
>> > https://people.apache.org/~weichiu/hadoop-thirdparty-1.1.1-RC0/
>> >
>> >
>> > The RC tag in svn is
>> > here:
>> https://github.com/apache/hadoop-thirdparty/releases/tag/release-1.1.1-RC0
>> >
>> > The maven artifacts are staged at
>> >
>> >
>> https://repository.apache.org/content/repositories/orgapachehadoop-1316/
>> >
>> >
>> > Comparing to 1.1.0, there are two additional fixes:
>> >
>> > HADOOP-17707. Remove jaeger document from site index.
>> > <
>> https://github.com/apache/hadoop-thirdparty/commit/e1db87b85117b5694972f2725aa32c9975a83b5b
>> >
>> >
>> > HADOOP-17730. Add back error_prone
>> > <
>> https://github.com/apache/hadoop-thirdparty/commit/db2fc27e2f53637a06c36c3a9d8dae0a8c894cd8
>> >
>> >
>> > You can find my public key
>> > at:https://dist.apache.org/repos/dist/release/hadoop/common/KEYS
>> > <http://svn.apache.org/repos/asf/hadoop/common/dist/KEYS>
>> >
>> > Please try the release and vote. The vote will run for 5 days.
>> >
>> > Thanks
>> > Weichiu
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
>> For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org
>>
>>

Re: [VOTE] Release Apache Hadoop Thirdparty 1.1.1 RC0

Posted by Wei-Chiu Chuang <we...@apache.org>.
I am +1 as well

So the result of the vote is:

4 +1, 1 non-binding +1, no +0 no -1.

This vote passed. I'll go ahead and release the bits and 3.3.1 RC2.

Thanks all!!!

On Fri, May 28, 2021 at 11:23 AM Xiaoqiao He <he...@apache.org> wrote:

> +1
>
> - Verified checksums and signatures.
> - Checked CHANGELOG / RELEASE NOTES.
> - Built from source with jdk1.8.0_202.
> - Built Hadoop trunk with hadoop-thirdparty 1.1.1 and checked with pseudo
> distribution hadoop cluster deployment.
>
> Thanks Wei-Chiu for your work on this. I am confused about the
> relationship between
> version 1.1.0 and 1.1.1 since we voted 1.1.0-RC0[1] a few days ago. Are we
> prepared
> to release these versions at the same time or given up on 1.1.0?
>
> Thanks again.
>
> Regards,
> - He Xiaoqiao
>
> [1]
> https://lists.apache.org/thread.html/r79b13d0c34d14cd086bf97c1d87c72782fcc3c9e20569f5cdd4c7124%40%3Ccommon-dev.hadoop.apache.org%3E
>
> On Fri, May 28, 2021 at 9:52 AM Akira Ajisaka <aa...@apache.org> wrote:
>
>> +1
>>
>> - Verified checksums and signatures
>> - Built from source with -Psrc profile
>> - Checked the documents
>> - Compiled Hadoop trunk and branch-3.3 with Hadoop third-party 1.1.1.
>>
>> -Akira
>>
>> On Wed, May 26, 2021 at 5:29 PM Wei-Chiu Chuang <we...@apache.org>
>> wrote:
>> >
>> > Hi folks,
>> >
>> > I have put together a release candidate (RC0) for Hadoop Thirdparty
>> > 1.1.1 which will be consumed by Hadoop 3.3.1 RC2.
>> >
>> >
>> > The RC is available at:
>> > https://people.apache.org/~weichiu/hadoop-thirdparty-1.1.1-RC0/
>> >
>> >
>> > The RC tag in svn is
>> > here:
>> https://github.com/apache/hadoop-thirdparty/releases/tag/release-1.1.1-RC0
>> >
>> > The maven artifacts are staged at
>> >
>> >
>> https://repository.apache.org/content/repositories/orgapachehadoop-1316/
>> >
>> >
>> > Comparing to 1.1.0, there are two additional fixes:
>> >
>> > HADOOP-17707. Remove jaeger document from site index.
>> > <
>> https://github.com/apache/hadoop-thirdparty/commit/e1db87b85117b5694972f2725aa32c9975a83b5b
>> >
>> >
>> > HADOOP-17730. Add back error_prone
>> > <
>> https://github.com/apache/hadoop-thirdparty/commit/db2fc27e2f53637a06c36c3a9d8dae0a8c894cd8
>> >
>> >
>> > You can find my public key
>> > at:https://dist.apache.org/repos/dist/release/hadoop/common/KEYS
>> > <http://svn.apache.org/repos/asf/hadoop/common/dist/KEYS>
>> >
>> > Please try the release and vote. The vote will run for 5 days.
>> >
>> > Thanks
>> > Weichiu
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
>> For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org
>>
>>

Re: [VOTE] Release Apache Hadoop Thirdparty 1.1.1 RC0

Posted by Wei-Chiu Chuang <we...@apache.org>.
Hi,
sorry I understand it's a lot of work to review each release so I don't
take it lightly.

While testing Ozone, I realized the build breaks due to the missing
error_prone from hadoop-thirdparty. HADOOP-17730
<https://issues.apache.org/jira/browse/HADOOP-17730>
I have a dirty workaround to resolve this in Ozone, but I imagine the same
issue could occur for other downstream applications.

Since the Hadoop 3.3.1 requires a RC2 anyway, I figured we could slip in
the thirdparty 1 1 1.

On Fri, May 28, 2021 at 11:23 AM Xiaoqiao He <he...@apache.org> wrote:

> +1
>
> - Verified checksums and signatures.
> - Checked CHANGELOG / RELEASE NOTES.
> - Built from source with jdk1.8.0_202.
> - Built Hadoop trunk with hadoop-thirdparty 1.1.1 and checked with pseudo
> distribution hadoop cluster deployment.
>
> Thanks Wei-Chiu for your work on this. I am confused about the
> relationship between
> version 1.1.0 and 1.1.1 since we voted 1.1.0-RC0[1] a few days ago. Are we
> prepared
> to release these versions at the same time or given up on 1.1.0?
>
> Thanks again.
>
> Regards,
> - He Xiaoqiao
>
> [1]
> https://lists.apache.org/thread.html/r79b13d0c34d14cd086bf97c1d87c72782fcc3c9e20569f5cdd4c7124%40%3Ccommon-dev.hadoop.apache.org%3E
>
> On Fri, May 28, 2021 at 9:52 AM Akira Ajisaka <aa...@apache.org> wrote:
>
>> +1
>>
>> - Verified checksums and signatures
>> - Built from source with -Psrc profile
>> - Checked the documents
>> - Compiled Hadoop trunk and branch-3.3 with Hadoop third-party 1.1.1.
>>
>> -Akira
>>
>> On Wed, May 26, 2021 at 5:29 PM Wei-Chiu Chuang <we...@apache.org>
>> wrote:
>> >
>> > Hi folks,
>> >
>> > I have put together a release candidate (RC0) for Hadoop Thirdparty
>> > 1.1.1 which will be consumed by Hadoop 3.3.1 RC2.
>> >
>> >
>> > The RC is available at:
>> > https://people.apache.org/~weichiu/hadoop-thirdparty-1.1.1-RC0/
>> >
>> >
>> > The RC tag in svn is
>> > here:
>> https://github.com/apache/hadoop-thirdparty/releases/tag/release-1.1.1-RC0
>> >
>> > The maven artifacts are staged at
>> >
>> >
>> https://repository.apache.org/content/repositories/orgapachehadoop-1316/
>> >
>> >
>> > Comparing to 1.1.0, there are two additional fixes:
>> >
>> > HADOOP-17707. Remove jaeger document from site index.
>> > <
>> https://github.com/apache/hadoop-thirdparty/commit/e1db87b85117b5694972f2725aa32c9975a83b5b
>> >
>> >
>> > HADOOP-17730. Add back error_prone
>> > <
>> https://github.com/apache/hadoop-thirdparty/commit/db2fc27e2f53637a06c36c3a9d8dae0a8c894cd8
>> >
>> >
>> > You can find my public key
>> > at:https://dist.apache.org/repos/dist/release/hadoop/common/KEYS
>> > <http://svn.apache.org/repos/asf/hadoop/common/dist/KEYS>
>> >
>> > Please try the release and vote. The vote will run for 5 days.
>> >
>> > Thanks
>> > Weichiu
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
>> For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org
>>
>>

Re: [VOTE] Release Apache Hadoop Thirdparty 1.1.1 RC0

Posted by Xiaoqiao He <he...@apache.org>.
+1

- Verified checksums and signatures.
- Checked CHANGELOG / RELEASE NOTES.
- Built from source with jdk1.8.0_202.
- Built Hadoop trunk with hadoop-thirdparty 1.1.1 and checked with pseudo
distribution hadoop cluster deployment.

Thanks Wei-Chiu for your work on this. I am confused about the relationship
between
version 1.1.0 and 1.1.1 since we voted 1.1.0-RC0[1] a few days ago. Are we
prepared
to release these versions at the same time or given up on 1.1.0?

Thanks again.

Regards,
- He Xiaoqiao

[1]
https://lists.apache.org/thread.html/r79b13d0c34d14cd086bf97c1d87c72782fcc3c9e20569f5cdd4c7124%40%3Ccommon-dev.hadoop.apache.org%3E

On Fri, May 28, 2021 at 9:52 AM Akira Ajisaka <aa...@apache.org> wrote:

> +1
>
> - Verified checksums and signatures
> - Built from source with -Psrc profile
> - Checked the documents
> - Compiled Hadoop trunk and branch-3.3 with Hadoop third-party 1.1.1.
>
> -Akira
>
> On Wed, May 26, 2021 at 5:29 PM Wei-Chiu Chuang <we...@apache.org>
> wrote:
> >
> > Hi folks,
> >
> > I have put together a release candidate (RC0) for Hadoop Thirdparty
> > 1.1.1 which will be consumed by Hadoop 3.3.1 RC2.
> >
> >
> > The RC is available at:
> > https://people.apache.org/~weichiu/hadoop-thirdparty-1.1.1-RC0/
> >
> >
> > The RC tag in svn is
> > here:
> https://github.com/apache/hadoop-thirdparty/releases/tag/release-1.1.1-RC0
> >
> > The maven artifacts are staged at
> >
> > https://repository.apache.org/content/repositories/orgapachehadoop-1316/
> >
> >
> > Comparing to 1.1.0, there are two additional fixes:
> >
> > HADOOP-17707. Remove jaeger document from site index.
> > <
> https://github.com/apache/hadoop-thirdparty/commit/e1db87b85117b5694972f2725aa32c9975a83b5b
> >
> >
> > HADOOP-17730. Add back error_prone
> > <
> https://github.com/apache/hadoop-thirdparty/commit/db2fc27e2f53637a06c36c3a9d8dae0a8c894cd8
> >
> >
> > You can find my public key
> > at:https://dist.apache.org/repos/dist/release/hadoop/common/KEYS
> > <http://svn.apache.org/repos/asf/hadoop/common/dist/KEYS>
> >
> > Please try the release and vote. The vote will run for 5 days.
> >
> > Thanks
> > Weichiu
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
> For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org
>
>

Re: [VOTE] Release Apache Hadoop Thirdparty 1.1.1 RC0

Posted by Xiaoqiao He <he...@apache.org>.
+1

- Verified checksums and signatures.
- Checked CHANGELOG / RELEASE NOTES.
- Built from source with jdk1.8.0_202.
- Built Hadoop trunk with hadoop-thirdparty 1.1.1 and checked with pseudo
distribution hadoop cluster deployment.

Thanks Wei-Chiu for your work on this. I am confused about the relationship
between
version 1.1.0 and 1.1.1 since we voted 1.1.0-RC0[1] a few days ago. Are we
prepared
to release these versions at the same time or given up on 1.1.0?

Thanks again.

Regards,
- He Xiaoqiao

[1]
https://lists.apache.org/thread.html/r79b13d0c34d14cd086bf97c1d87c72782fcc3c9e20569f5cdd4c7124%40%3Ccommon-dev.hadoop.apache.org%3E

On Fri, May 28, 2021 at 9:52 AM Akira Ajisaka <aa...@apache.org> wrote:

> +1
>
> - Verified checksums and signatures
> - Built from source with -Psrc profile
> - Checked the documents
> - Compiled Hadoop trunk and branch-3.3 with Hadoop third-party 1.1.1.
>
> -Akira
>
> On Wed, May 26, 2021 at 5:29 PM Wei-Chiu Chuang <we...@apache.org>
> wrote:
> >
> > Hi folks,
> >
> > I have put together a release candidate (RC0) for Hadoop Thirdparty
> > 1.1.1 which will be consumed by Hadoop 3.3.1 RC2.
> >
> >
> > The RC is available at:
> > https://people.apache.org/~weichiu/hadoop-thirdparty-1.1.1-RC0/
> >
> >
> > The RC tag in svn is
> > here:
> https://github.com/apache/hadoop-thirdparty/releases/tag/release-1.1.1-RC0
> >
> > The maven artifacts are staged at
> >
> > https://repository.apache.org/content/repositories/orgapachehadoop-1316/
> >
> >
> > Comparing to 1.1.0, there are two additional fixes:
> >
> > HADOOP-17707. Remove jaeger document from site index.
> > <
> https://github.com/apache/hadoop-thirdparty/commit/e1db87b85117b5694972f2725aa32c9975a83b5b
> >
> >
> > HADOOP-17730. Add back error_prone
> > <
> https://github.com/apache/hadoop-thirdparty/commit/db2fc27e2f53637a06c36c3a9d8dae0a8c894cd8
> >
> >
> > You can find my public key
> > at:https://dist.apache.org/repos/dist/release/hadoop/common/KEYS
> > <http://svn.apache.org/repos/asf/hadoop/common/dist/KEYS>
> >
> > Please try the release and vote. The vote will run for 5 days.
> >
> > Thanks
> > Weichiu
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
> For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org
>
>

Re: [VOTE] Release Apache Hadoop Thirdparty 1.1.1 RC0

Posted by Xiaoqiao He <he...@apache.org>.
+1

- Verified checksums and signatures.
- Checked CHANGELOG / RELEASE NOTES.
- Built from source with jdk1.8.0_202.
- Built Hadoop trunk with hadoop-thirdparty 1.1.1 and checked with pseudo
distribution hadoop cluster deployment.

Thanks Wei-Chiu for your work on this. I am confused about the relationship
between
version 1.1.0 and 1.1.1 since we voted 1.1.0-RC0[1] a few days ago. Are we
prepared
to release these versions at the same time or given up on 1.1.0?

Thanks again.

Regards,
- He Xiaoqiao

[1]
https://lists.apache.org/thread.html/r79b13d0c34d14cd086bf97c1d87c72782fcc3c9e20569f5cdd4c7124%40%3Ccommon-dev.hadoop.apache.org%3E

On Fri, May 28, 2021 at 9:52 AM Akira Ajisaka <aa...@apache.org> wrote:

> +1
>
> - Verified checksums and signatures
> - Built from source with -Psrc profile
> - Checked the documents
> - Compiled Hadoop trunk and branch-3.3 with Hadoop third-party 1.1.1.
>
> -Akira
>
> On Wed, May 26, 2021 at 5:29 PM Wei-Chiu Chuang <we...@apache.org>
> wrote:
> >
> > Hi folks,
> >
> > I have put together a release candidate (RC0) for Hadoop Thirdparty
> > 1.1.1 which will be consumed by Hadoop 3.3.1 RC2.
> >
> >
> > The RC is available at:
> > https://people.apache.org/~weichiu/hadoop-thirdparty-1.1.1-RC0/
> >
> >
> > The RC tag in svn is
> > here:
> https://github.com/apache/hadoop-thirdparty/releases/tag/release-1.1.1-RC0
> >
> > The maven artifacts are staged at
> >
> > https://repository.apache.org/content/repositories/orgapachehadoop-1316/
> >
> >
> > Comparing to 1.1.0, there are two additional fixes:
> >
> > HADOOP-17707. Remove jaeger document from site index.
> > <
> https://github.com/apache/hadoop-thirdparty/commit/e1db87b85117b5694972f2725aa32c9975a83b5b
> >
> >
> > HADOOP-17730. Add back error_prone
> > <
> https://github.com/apache/hadoop-thirdparty/commit/db2fc27e2f53637a06c36c3a9d8dae0a8c894cd8
> >
> >
> > You can find my public key
> > at:https://dist.apache.org/repos/dist/release/hadoop/common/KEYS
> > <http://svn.apache.org/repos/asf/hadoop/common/dist/KEYS>
> >
> > Please try the release and vote. The vote will run for 5 days.
> >
> > Thanks
> > Weichiu
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
> For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org
>
>

Re: [VOTE] Release Apache Hadoop Thirdparty 1.1.1 RC0

Posted by Xiaoqiao He <he...@apache.org>.
+1

- Verified checksums and signatures.
- Checked CHANGELOG / RELEASE NOTES.
- Built from source with jdk1.8.0_202.
- Built Hadoop trunk with hadoop-thirdparty 1.1.1 and checked with pseudo
distribution hadoop cluster deployment.

Thanks Wei-Chiu for your work on this. I am confused about the relationship
between
version 1.1.0 and 1.1.1 since we voted 1.1.0-RC0[1] a few days ago. Are we
prepared
to release these versions at the same time or given up on 1.1.0?

Thanks again.

Regards,
- He Xiaoqiao

[1]
https://lists.apache.org/thread.html/r79b13d0c34d14cd086bf97c1d87c72782fcc3c9e20569f5cdd4c7124%40%3Ccommon-dev.hadoop.apache.org%3E

On Fri, May 28, 2021 at 9:52 AM Akira Ajisaka <aa...@apache.org> wrote:

> +1
>
> - Verified checksums and signatures
> - Built from source with -Psrc profile
> - Checked the documents
> - Compiled Hadoop trunk and branch-3.3 with Hadoop third-party 1.1.1.
>
> -Akira
>
> On Wed, May 26, 2021 at 5:29 PM Wei-Chiu Chuang <we...@apache.org>
> wrote:
> >
> > Hi folks,
> >
> > I have put together a release candidate (RC0) for Hadoop Thirdparty
> > 1.1.1 which will be consumed by Hadoop 3.3.1 RC2.
> >
> >
> > The RC is available at:
> > https://people.apache.org/~weichiu/hadoop-thirdparty-1.1.1-RC0/
> >
> >
> > The RC tag in svn is
> > here:
> https://github.com/apache/hadoop-thirdparty/releases/tag/release-1.1.1-RC0
> >
> > The maven artifacts are staged at
> >
> > https://repository.apache.org/content/repositories/orgapachehadoop-1316/
> >
> >
> > Comparing to 1.1.0, there are two additional fixes:
> >
> > HADOOP-17707. Remove jaeger document from site index.
> > <
> https://github.com/apache/hadoop-thirdparty/commit/e1db87b85117b5694972f2725aa32c9975a83b5b
> >
> >
> > HADOOP-17730. Add back error_prone
> > <
> https://github.com/apache/hadoop-thirdparty/commit/db2fc27e2f53637a06c36c3a9d8dae0a8c894cd8
> >
> >
> > You can find my public key
> > at:https://dist.apache.org/repos/dist/release/hadoop/common/KEYS
> > <http://svn.apache.org/repos/asf/hadoop/common/dist/KEYS>
> >
> > Please try the release and vote. The vote will run for 5 days.
> >
> > Thanks
> > Weichiu
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
> For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org
>
>

Re: [VOTE] Release Apache Hadoop Thirdparty 1.1.1 RC0

Posted by Xiaoqiao He <he...@apache.org>.
+1

- Verified checksums and signatures.
- Checked CHANGELOG / RELEASE NOTES.
- Built from source with jdk1.8.0_202.
- Built Hadoop trunk with hadoop-thirdparty 1.1.1 and checked with pseudo
distribution hadoop cluster deployment.

Thanks Wei-Chiu for your work on this. I am confused about the relationship
between
version 1.1.0 and 1.1.1 since we voted 1.1.0-RC0[1] a few days ago. Are we
prepared
to release these versions at the same time or given up on 1.1.0?

Thanks again.

Regards,
- He Xiaoqiao

[1]
https://lists.apache.org/thread.html/r79b13d0c34d14cd086bf97c1d87c72782fcc3c9e20569f5cdd4c7124%40%3Ccommon-dev.hadoop.apache.org%3E

On Fri, May 28, 2021 at 9:52 AM Akira Ajisaka <aa...@apache.org> wrote:

> +1
>
> - Verified checksums and signatures
> - Built from source with -Psrc profile
> - Checked the documents
> - Compiled Hadoop trunk and branch-3.3 with Hadoop third-party 1.1.1.
>
> -Akira
>
> On Wed, May 26, 2021 at 5:29 PM Wei-Chiu Chuang <we...@apache.org>
> wrote:
> >
> > Hi folks,
> >
> > I have put together a release candidate (RC0) for Hadoop Thirdparty
> > 1.1.1 which will be consumed by Hadoop 3.3.1 RC2.
> >
> >
> > The RC is available at:
> > https://people.apache.org/~weichiu/hadoop-thirdparty-1.1.1-RC0/
> >
> >
> > The RC tag in svn is
> > here:
> https://github.com/apache/hadoop-thirdparty/releases/tag/release-1.1.1-RC0
> >
> > The maven artifacts are staged at
> >
> > https://repository.apache.org/content/repositories/orgapachehadoop-1316/
> >
> >
> > Comparing to 1.1.0, there are two additional fixes:
> >
> > HADOOP-17707. Remove jaeger document from site index.
> > <
> https://github.com/apache/hadoop-thirdparty/commit/e1db87b85117b5694972f2725aa32c9975a83b5b
> >
> >
> > HADOOP-17730. Add back error_prone
> > <
> https://github.com/apache/hadoop-thirdparty/commit/db2fc27e2f53637a06c36c3a9d8dae0a8c894cd8
> >
> >
> > You can find my public key
> > at:https://dist.apache.org/repos/dist/release/hadoop/common/KEYS
> > <http://svn.apache.org/repos/asf/hadoop/common/dist/KEYS>
> >
> > Please try the release and vote. The vote will run for 5 days.
> >
> > Thanks
> > Weichiu
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
> For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org
>
>

Re: [VOTE] Release Apache Hadoop Thirdparty 1.1.1 RC0

Posted by Akira Ajisaka <aa...@apache.org>.
+1

- Verified checksums and signatures
- Built from source with -Psrc profile
- Checked the documents
- Compiled Hadoop trunk and branch-3.3 with Hadoop third-party 1.1.1.

-Akira

On Wed, May 26, 2021 at 5:29 PM Wei-Chiu Chuang <we...@apache.org> wrote:
>
> Hi folks,
>
> I have put together a release candidate (RC0) for Hadoop Thirdparty
> 1.1.1 which will be consumed by Hadoop 3.3.1 RC2.
>
>
> The RC is available at:
> https://people.apache.org/~weichiu/hadoop-thirdparty-1.1.1-RC0/
>
>
> The RC tag in svn is
> here:https://github.com/apache/hadoop-thirdparty/releases/tag/release-1.1.1-RC0
>
> The maven artifacts are staged at
>
> https://repository.apache.org/content/repositories/orgapachehadoop-1316/
>
>
> Comparing to 1.1.0, there are two additional fixes:
>
> HADOOP-17707. Remove jaeger document from site index.
> <https://github.com/apache/hadoop-thirdparty/commit/e1db87b85117b5694972f2725aa32c9975a83b5b>
>
> HADOOP-17730. Add back error_prone
> <https://github.com/apache/hadoop-thirdparty/commit/db2fc27e2f53637a06c36c3a9d8dae0a8c894cd8>
>
> You can find my public key
> at:https://dist.apache.org/repos/dist/release/hadoop/common/KEYS
> <http://svn.apache.org/repos/asf/hadoop/common/dist/KEYS>
>
> Please try the release and vote. The vote will run for 5 days.
>
> Thanks
> Weichiu

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-dev-help@hadoop.apache.org


Re: [VOTE] Release Apache Hadoop Thirdparty 1.1.1 RC0

Posted by Takanobu Asanuma <ta...@apache.org>.
+1

- Verified signature
- Verified hashes
- Confirmed maven build with JDK8/JDK11
- Checked the document

- Takanobu

2021年5月27日(木) 2:05 Viraj Jasani <vj...@apache.org>:

> +1 (non-binding)
>
> * Signature: ok
> * Checksum : ok
> * Rat check (1.8.0_171): ok
>  - mvn clean apache-rat:check
> * Built from source (1.8.0_171): ok
>  - mvn clean install
> * Built Hadoop trunk with updated thirdparty: ok
> * CL/RN: ok
>
>
> On Wed, 26 May 2021 at 1:59 PM, Wei-Chiu Chuang <we...@apache.org>
> wrote:
>
> > Hi folks,
> >
> > I have put together a release candidate (RC0) for Hadoop Thirdparty
> > 1.1.1 which will be consumed by Hadoop 3.3.1 RC2.
> >
> >
> > The RC is available at:
> > https://people.apache.org/~weichiu/hadoop-thirdparty-1.1.1-RC0/
> >
> >
> > The RC tag in svn is
> > here:
> >
> https://github.com/apache/hadoop-thirdparty/releases/tag/release-1.1.1-RC0
> >
> > The maven artifacts are staged at
> >
> > https://repository.apache.org/content/repositories/orgapachehadoop-1316/
> >
> >
> > Comparing to 1.1.0, there are two additional fixes:
> >
> > HADOOP-17707. Remove jaeger document from site index.
> > <
> >
> https://github.com/apache/hadoop-thirdparty/commit/e1db87b85117b5694972f2725aa32c9975a83b5b
> > >
> >
> > HADOOP-17730. Add back error_prone
> > <
> >
> https://github.com/apache/hadoop-thirdparty/commit/db2fc27e2f53637a06c36c3a9d8dae0a8c894cd8
> > >
> >
> > You can find my public key
> > at:https://dist.apache.org/repos/dist/release/hadoop/common/KEYS
> > <http://svn.apache.org/repos/asf/hadoop/common/dist/KEYS>
> >
> > Please try the release and vote. The vote will run for 5 days.
> >
> > Thanks
> > Weichiu
> >
>

Re: [VOTE] Release Apache Hadoop Thirdparty 1.1.1 RC0

Posted by Takanobu Asanuma <ta...@apache.org>.
+1

- Verified signature
- Verified hashes
- Confirmed maven build with JDK8/JDK11
- Checked the document

- Takanobu

2021年5月27日(木) 2:05 Viraj Jasani <vj...@apache.org>:

> +1 (non-binding)
>
> * Signature: ok
> * Checksum : ok
> * Rat check (1.8.0_171): ok
>  - mvn clean apache-rat:check
> * Built from source (1.8.0_171): ok
>  - mvn clean install
> * Built Hadoop trunk with updated thirdparty: ok
> * CL/RN: ok
>
>
> On Wed, 26 May 2021 at 1:59 PM, Wei-Chiu Chuang <we...@apache.org>
> wrote:
>
> > Hi folks,
> >
> > I have put together a release candidate (RC0) for Hadoop Thirdparty
> > 1.1.1 which will be consumed by Hadoop 3.3.1 RC2.
> >
> >
> > The RC is available at:
> > https://people.apache.org/~weichiu/hadoop-thirdparty-1.1.1-RC0/
> >
> >
> > The RC tag in svn is
> > here:
> >
> https://github.com/apache/hadoop-thirdparty/releases/tag/release-1.1.1-RC0
> >
> > The maven artifacts are staged at
> >
> > https://repository.apache.org/content/repositories/orgapachehadoop-1316/
> >
> >
> > Comparing to 1.1.0, there are two additional fixes:
> >
> > HADOOP-17707. Remove jaeger document from site index.
> > <
> >
> https://github.com/apache/hadoop-thirdparty/commit/e1db87b85117b5694972f2725aa32c9975a83b5b
> > >
> >
> > HADOOP-17730. Add back error_prone
> > <
> >
> https://github.com/apache/hadoop-thirdparty/commit/db2fc27e2f53637a06c36c3a9d8dae0a8c894cd8
> > >
> >
> > You can find my public key
> > at:https://dist.apache.org/repos/dist/release/hadoop/common/KEYS
> > <http://svn.apache.org/repos/asf/hadoop/common/dist/KEYS>
> >
> > Please try the release and vote. The vote will run for 5 days.
> >
> > Thanks
> > Weichiu
> >
>

Re: [VOTE] Release Apache Hadoop Thirdparty 1.1.1 RC0

Posted by Takanobu Asanuma <ta...@apache.org>.
+1

- Verified signature
- Verified hashes
- Confirmed maven build with JDK8/JDK11
- Checked the document

- Takanobu

2021年5月27日(木) 2:05 Viraj Jasani <vj...@apache.org>:

> +1 (non-binding)
>
> * Signature: ok
> * Checksum : ok
> * Rat check (1.8.0_171): ok
>  - mvn clean apache-rat:check
> * Built from source (1.8.0_171): ok
>  - mvn clean install
> * Built Hadoop trunk with updated thirdparty: ok
> * CL/RN: ok
>
>
> On Wed, 26 May 2021 at 1:59 PM, Wei-Chiu Chuang <we...@apache.org>
> wrote:
>
> > Hi folks,
> >
> > I have put together a release candidate (RC0) for Hadoop Thirdparty
> > 1.1.1 which will be consumed by Hadoop 3.3.1 RC2.
> >
> >
> > The RC is available at:
> > https://people.apache.org/~weichiu/hadoop-thirdparty-1.1.1-RC0/
> >
> >
> > The RC tag in svn is
> > here:
> >
> https://github.com/apache/hadoop-thirdparty/releases/tag/release-1.1.1-RC0
> >
> > The maven artifacts are staged at
> >
> > https://repository.apache.org/content/repositories/orgapachehadoop-1316/
> >
> >
> > Comparing to 1.1.0, there are two additional fixes:
> >
> > HADOOP-17707. Remove jaeger document from site index.
> > <
> >
> https://github.com/apache/hadoop-thirdparty/commit/e1db87b85117b5694972f2725aa32c9975a83b5b
> > >
> >
> > HADOOP-17730. Add back error_prone
> > <
> >
> https://github.com/apache/hadoop-thirdparty/commit/db2fc27e2f53637a06c36c3a9d8dae0a8c894cd8
> > >
> >
> > You can find my public key
> > at:https://dist.apache.org/repos/dist/release/hadoop/common/KEYS
> > <http://svn.apache.org/repos/asf/hadoop/common/dist/KEYS>
> >
> > Please try the release and vote. The vote will run for 5 days.
> >
> > Thanks
> > Weichiu
> >
>

Re: [VOTE] Release Apache Hadoop Thirdparty 1.1.1 RC0

Posted by Takanobu Asanuma <ta...@apache.org>.
+1

- Verified signature
- Verified hashes
- Confirmed maven build with JDK8/JDK11
- Checked the document

- Takanobu

2021年5月27日(木) 2:05 Viraj Jasani <vj...@apache.org>:

> +1 (non-binding)
>
> * Signature: ok
> * Checksum : ok
> * Rat check (1.8.0_171): ok
>  - mvn clean apache-rat:check
> * Built from source (1.8.0_171): ok
>  - mvn clean install
> * Built Hadoop trunk with updated thirdparty: ok
> * CL/RN: ok
>
>
> On Wed, 26 May 2021 at 1:59 PM, Wei-Chiu Chuang <we...@apache.org>
> wrote:
>
> > Hi folks,
> >
> > I have put together a release candidate (RC0) for Hadoop Thirdparty
> > 1.1.1 which will be consumed by Hadoop 3.3.1 RC2.
> >
> >
> > The RC is available at:
> > https://people.apache.org/~weichiu/hadoop-thirdparty-1.1.1-RC0/
> >
> >
> > The RC tag in svn is
> > here:
> >
> https://github.com/apache/hadoop-thirdparty/releases/tag/release-1.1.1-RC0
> >
> > The maven artifacts are staged at
> >
> > https://repository.apache.org/content/repositories/orgapachehadoop-1316/
> >
> >
> > Comparing to 1.1.0, there are two additional fixes:
> >
> > HADOOP-17707. Remove jaeger document from site index.
> > <
> >
> https://github.com/apache/hadoop-thirdparty/commit/e1db87b85117b5694972f2725aa32c9975a83b5b
> > >
> >
> > HADOOP-17730. Add back error_prone
> > <
> >
> https://github.com/apache/hadoop-thirdparty/commit/db2fc27e2f53637a06c36c3a9d8dae0a8c894cd8
> > >
> >
> > You can find my public key
> > at:https://dist.apache.org/repos/dist/release/hadoop/common/KEYS
> > <http://svn.apache.org/repos/asf/hadoop/common/dist/KEYS>
> >
> > Please try the release and vote. The vote will run for 5 days.
> >
> > Thanks
> > Weichiu
> >
>

Re: [VOTE] Release Apache Hadoop Thirdparty 1.1.1 RC0

Posted by Takanobu Asanuma <ta...@apache.org>.
+1

- Verified signature
- Verified hashes
- Confirmed maven build with JDK8/JDK11
- Checked the document

- Takanobu

2021年5月27日(木) 2:05 Viraj Jasani <vj...@apache.org>:

> +1 (non-binding)
>
> * Signature: ok
> * Checksum : ok
> * Rat check (1.8.0_171): ok
>  - mvn clean apache-rat:check
> * Built from source (1.8.0_171): ok
>  - mvn clean install
> * Built Hadoop trunk with updated thirdparty: ok
> * CL/RN: ok
>
>
> On Wed, 26 May 2021 at 1:59 PM, Wei-Chiu Chuang <we...@apache.org>
> wrote:
>
> > Hi folks,
> >
> > I have put together a release candidate (RC0) for Hadoop Thirdparty
> > 1.1.1 which will be consumed by Hadoop 3.3.1 RC2.
> >
> >
> > The RC is available at:
> > https://people.apache.org/~weichiu/hadoop-thirdparty-1.1.1-RC0/
> >
> >
> > The RC tag in svn is
> > here:
> >
> https://github.com/apache/hadoop-thirdparty/releases/tag/release-1.1.1-RC0
> >
> > The maven artifacts are staged at
> >
> > https://repository.apache.org/content/repositories/orgapachehadoop-1316/
> >
> >
> > Comparing to 1.1.0, there are two additional fixes:
> >
> > HADOOP-17707. Remove jaeger document from site index.
> > <
> >
> https://github.com/apache/hadoop-thirdparty/commit/e1db87b85117b5694972f2725aa32c9975a83b5b
> > >
> >
> > HADOOP-17730. Add back error_prone
> > <
> >
> https://github.com/apache/hadoop-thirdparty/commit/db2fc27e2f53637a06c36c3a9d8dae0a8c894cd8
> > >
> >
> > You can find my public key
> > at:https://dist.apache.org/repos/dist/release/hadoop/common/KEYS
> > <http://svn.apache.org/repos/asf/hadoop/common/dist/KEYS>
> >
> > Please try the release and vote. The vote will run for 5 days.
> >
> > Thanks
> > Weichiu
> >
>

Re: [VOTE] Release Apache Hadoop Thirdparty 1.1.1 RC0

Posted by Viraj Jasani <vj...@apache.org>.
+1 (non-binding)

* Signature: ok
* Checksum : ok
* Rat check (1.8.0_171): ok
 - mvn clean apache-rat:check
* Built from source (1.8.0_171): ok
 - mvn clean install
* Built Hadoop trunk with updated thirdparty: ok
* CL/RN: ok


On Wed, 26 May 2021 at 1:59 PM, Wei-Chiu Chuang <we...@apache.org> wrote:

> Hi folks,
>
> I have put together a release candidate (RC0) for Hadoop Thirdparty
> 1.1.1 which will be consumed by Hadoop 3.3.1 RC2.
>
>
> The RC is available at:
> https://people.apache.org/~weichiu/hadoop-thirdparty-1.1.1-RC0/
>
>
> The RC tag in svn is
> here:
> https://github.com/apache/hadoop-thirdparty/releases/tag/release-1.1.1-RC0
>
> The maven artifacts are staged at
>
> https://repository.apache.org/content/repositories/orgapachehadoop-1316/
>
>
> Comparing to 1.1.0, there are two additional fixes:
>
> HADOOP-17707. Remove jaeger document from site index.
> <
> https://github.com/apache/hadoop-thirdparty/commit/e1db87b85117b5694972f2725aa32c9975a83b5b
> >
>
> HADOOP-17730. Add back error_prone
> <
> https://github.com/apache/hadoop-thirdparty/commit/db2fc27e2f53637a06c36c3a9d8dae0a8c894cd8
> >
>
> You can find my public key
> at:https://dist.apache.org/repos/dist/release/hadoop/common/KEYS
> <http://svn.apache.org/repos/asf/hadoop/common/dist/KEYS>
>
> Please try the release and vote. The vote will run for 5 days.
>
> Thanks
> Weichiu
>

Re: [VOTE] Release Apache Hadoop Thirdparty 1.1.1 RC0

Posted by Akira Ajisaka <aa...@apache.org>.
+1

- Verified checksums and signatures
- Built from source with -Psrc profile
- Checked the documents
- Compiled Hadoop trunk and branch-3.3 with Hadoop third-party 1.1.1.

-Akira

On Wed, May 26, 2021 at 5:29 PM Wei-Chiu Chuang <we...@apache.org> wrote:
>
> Hi folks,
>
> I have put together a release candidate (RC0) for Hadoop Thirdparty
> 1.1.1 which will be consumed by Hadoop 3.3.1 RC2.
>
>
> The RC is available at:
> https://people.apache.org/~weichiu/hadoop-thirdparty-1.1.1-RC0/
>
>
> The RC tag in svn is
> here:https://github.com/apache/hadoop-thirdparty/releases/tag/release-1.1.1-RC0
>
> The maven artifacts are staged at
>
> https://repository.apache.org/content/repositories/orgapachehadoop-1316/
>
>
> Comparing to 1.1.0, there are two additional fixes:
>
> HADOOP-17707. Remove jaeger document from site index.
> <https://github.com/apache/hadoop-thirdparty/commit/e1db87b85117b5694972f2725aa32c9975a83b5b>
>
> HADOOP-17730. Add back error_prone
> <https://github.com/apache/hadoop-thirdparty/commit/db2fc27e2f53637a06c36c3a9d8dae0a8c894cd8>
>
> You can find my public key
> at:https://dist.apache.org/repos/dist/release/hadoop/common/KEYS
> <http://svn.apache.org/repos/asf/hadoop/common/dist/KEYS>
>
> Please try the release and vote. The vote will run for 5 days.
>
> Thanks
> Weichiu

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: dev-help@hadoop.apache.org


Re: [VOTE] Release Apache Hadoop Thirdparty 1.1.1 RC0

Posted by Akira Ajisaka <aa...@apache.org>.
+1

- Verified checksums and signatures
- Built from source with -Psrc profile
- Checked the documents
- Compiled Hadoop trunk and branch-3.3 with Hadoop third-party 1.1.1.

-Akira

On Wed, May 26, 2021 at 5:29 PM Wei-Chiu Chuang <we...@apache.org> wrote:
>
> Hi folks,
>
> I have put together a release candidate (RC0) for Hadoop Thirdparty
> 1.1.1 which will be consumed by Hadoop 3.3.1 RC2.
>
>
> The RC is available at:
> https://people.apache.org/~weichiu/hadoop-thirdparty-1.1.1-RC0/
>
>
> The RC tag in svn is
> here:https://github.com/apache/hadoop-thirdparty/releases/tag/release-1.1.1-RC0
>
> The maven artifacts are staged at
>
> https://repository.apache.org/content/repositories/orgapachehadoop-1316/
>
>
> Comparing to 1.1.0, there are two additional fixes:
>
> HADOOP-17707. Remove jaeger document from site index.
> <https://github.com/apache/hadoop-thirdparty/commit/e1db87b85117b5694972f2725aa32c9975a83b5b>
>
> HADOOP-17730. Add back error_prone
> <https://github.com/apache/hadoop-thirdparty/commit/db2fc27e2f53637a06c36c3a9d8dae0a8c894cd8>
>
> You can find my public key
> at:https://dist.apache.org/repos/dist/release/hadoop/common/KEYS
> <http://svn.apache.org/repos/asf/hadoop/common/dist/KEYS>
>
> Please try the release and vote. The vote will run for 5 days.
>
> Thanks
> Weichiu

---------------------------------------------------------------------
To unsubscribe, e-mail: mapreduce-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: mapreduce-dev-help@hadoop.apache.org


Re: [VOTE] Release Apache Hadoop Thirdparty 1.1.1 RC0

Posted by Viraj Jasani <vj...@apache.org>.
+1 (non-binding)

* Signature: ok
* Checksum : ok
* Rat check (1.8.0_171): ok
 - mvn clean apache-rat:check
* Built from source (1.8.0_171): ok
 - mvn clean install
* Built Hadoop trunk with updated thirdparty: ok
* CL/RN: ok


On Wed, 26 May 2021 at 1:59 PM, Wei-Chiu Chuang <we...@apache.org> wrote:

> Hi folks,
>
> I have put together a release candidate (RC0) for Hadoop Thirdparty
> 1.1.1 which will be consumed by Hadoop 3.3.1 RC2.
>
>
> The RC is available at:
> https://people.apache.org/~weichiu/hadoop-thirdparty-1.1.1-RC0/
>
>
> The RC tag in svn is
> here:
> https://github.com/apache/hadoop-thirdparty/releases/tag/release-1.1.1-RC0
>
> The maven artifacts are staged at
>
> https://repository.apache.org/content/repositories/orgapachehadoop-1316/
>
>
> Comparing to 1.1.0, there are two additional fixes:
>
> HADOOP-17707. Remove jaeger document from site index.
> <
> https://github.com/apache/hadoop-thirdparty/commit/e1db87b85117b5694972f2725aa32c9975a83b5b
> >
>
> HADOOP-17730. Add back error_prone
> <
> https://github.com/apache/hadoop-thirdparty/commit/db2fc27e2f53637a06c36c3a9d8dae0a8c894cd8
> >
>
> You can find my public key
> at:https://dist.apache.org/repos/dist/release/hadoop/common/KEYS
> <http://svn.apache.org/repos/asf/hadoop/common/dist/KEYS>
>
> Please try the release and vote. The vote will run for 5 days.
>
> Thanks
> Weichiu
>

Re: [VOTE] Release Apache Hadoop Thirdparty 1.1.1 RC0

Posted by Akira Ajisaka <aa...@apache.org>.
+1

- Verified checksums and signatures
- Built from source with -Psrc profile
- Checked the documents
- Compiled Hadoop trunk and branch-3.3 with Hadoop third-party 1.1.1.

-Akira

On Wed, May 26, 2021 at 5:29 PM Wei-Chiu Chuang <we...@apache.org> wrote:
>
> Hi folks,
>
> I have put together a release candidate (RC0) for Hadoop Thirdparty
> 1.1.1 which will be consumed by Hadoop 3.3.1 RC2.
>
>
> The RC is available at:
> https://people.apache.org/~weichiu/hadoop-thirdparty-1.1.1-RC0/
>
>
> The RC tag in svn is
> here:https://github.com/apache/hadoop-thirdparty/releases/tag/release-1.1.1-RC0
>
> The maven artifacts are staged at
>
> https://repository.apache.org/content/repositories/orgapachehadoop-1316/
>
>
> Comparing to 1.1.0, there are two additional fixes:
>
> HADOOP-17707. Remove jaeger document from site index.
> <https://github.com/apache/hadoop-thirdparty/commit/e1db87b85117b5694972f2725aa32c9975a83b5b>
>
> HADOOP-17730. Add back error_prone
> <https://github.com/apache/hadoop-thirdparty/commit/db2fc27e2f53637a06c36c3a9d8dae0a8c894cd8>
>
> You can find my public key
> at:https://dist.apache.org/repos/dist/release/hadoop/common/KEYS
> <http://svn.apache.org/repos/asf/hadoop/common/dist/KEYS>
>
> Please try the release and vote. The vote will run for 5 days.
>
> Thanks
> Weichiu

---------------------------------------------------------------------
To unsubscribe, e-mail: common-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-dev-help@hadoop.apache.org


Re: [VOTE] Release Apache Hadoop Thirdparty 1.1.1 RC0

Posted by Viraj Jasani <vj...@apache.org>.
+1 (non-binding)

* Signature: ok
* Checksum : ok
* Rat check (1.8.0_171): ok
 - mvn clean apache-rat:check
* Built from source (1.8.0_171): ok
 - mvn clean install
* Built Hadoop trunk with updated thirdparty: ok
* CL/RN: ok


On Wed, 26 May 2021 at 1:59 PM, Wei-Chiu Chuang <we...@apache.org> wrote:

> Hi folks,
>
> I have put together a release candidate (RC0) for Hadoop Thirdparty
> 1.1.1 which will be consumed by Hadoop 3.3.1 RC2.
>
>
> The RC is available at:
> https://people.apache.org/~weichiu/hadoop-thirdparty-1.1.1-RC0/
>
>
> The RC tag in svn is
> here:
> https://github.com/apache/hadoop-thirdparty/releases/tag/release-1.1.1-RC0
>
> The maven artifacts are staged at
>
> https://repository.apache.org/content/repositories/orgapachehadoop-1316/
>
>
> Comparing to 1.1.0, there are two additional fixes:
>
> HADOOP-17707. Remove jaeger document from site index.
> <
> https://github.com/apache/hadoop-thirdparty/commit/e1db87b85117b5694972f2725aa32c9975a83b5b
> >
>
> HADOOP-17730. Add back error_prone
> <
> https://github.com/apache/hadoop-thirdparty/commit/db2fc27e2f53637a06c36c3a9d8dae0a8c894cd8
> >
>
> You can find my public key
> at:https://dist.apache.org/repos/dist/release/hadoop/common/KEYS
> <http://svn.apache.org/repos/asf/hadoop/common/dist/KEYS>
>
> Please try the release and vote. The vote will run for 5 days.
>
> Thanks
> Weichiu
>

Re: [VOTE] Release Apache Hadoop Thirdparty 1.1.1 RC0

Posted by Akira Ajisaka <aa...@apache.org>.
+1

- Verified checksums and signatures
- Built from source with -Psrc profile
- Checked the documents
- Compiled Hadoop trunk and branch-3.3 with Hadoop third-party 1.1.1.

-Akira

On Wed, May 26, 2021 at 5:29 PM Wei-Chiu Chuang <we...@apache.org> wrote:
>
> Hi folks,
>
> I have put together a release candidate (RC0) for Hadoop Thirdparty
> 1.1.1 which will be consumed by Hadoop 3.3.1 RC2.
>
>
> The RC is available at:
> https://people.apache.org/~weichiu/hadoop-thirdparty-1.1.1-RC0/
>
>
> The RC tag in svn is
> here:https://github.com/apache/hadoop-thirdparty/releases/tag/release-1.1.1-RC0
>
> The maven artifacts are staged at
>
> https://repository.apache.org/content/repositories/orgapachehadoop-1316/
>
>
> Comparing to 1.1.0, there are two additional fixes:
>
> HADOOP-17707. Remove jaeger document from site index.
> <https://github.com/apache/hadoop-thirdparty/commit/e1db87b85117b5694972f2725aa32c9975a83b5b>
>
> HADOOP-17730. Add back error_prone
> <https://github.com/apache/hadoop-thirdparty/commit/db2fc27e2f53637a06c36c3a9d8dae0a8c894cd8>
>
> You can find my public key
> at:https://dist.apache.org/repos/dist/release/hadoop/common/KEYS
> <http://svn.apache.org/repos/asf/hadoop/common/dist/KEYS>
>
> Please try the release and vote. The vote will run for 5 days.
>
> Thanks
> Weichiu

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org


Re: [VOTE] Release Apache Hadoop Thirdparty 1.1.1 RC0

Posted by Viraj Jasani <vj...@apache.org>.
+1 (non-binding)

* Signature: ok
* Checksum : ok
* Rat check (1.8.0_171): ok
 - mvn clean apache-rat:check
* Built from source (1.8.0_171): ok
 - mvn clean install
* Built Hadoop trunk with updated thirdparty: ok
* CL/RN: ok


On Wed, 26 May 2021 at 1:59 PM, Wei-Chiu Chuang <we...@apache.org> wrote:

> Hi folks,
>
> I have put together a release candidate (RC0) for Hadoop Thirdparty
> 1.1.1 which will be consumed by Hadoop 3.3.1 RC2.
>
>
> The RC is available at:
> https://people.apache.org/~weichiu/hadoop-thirdparty-1.1.1-RC0/
>
>
> The RC tag in svn is
> here:
> https://github.com/apache/hadoop-thirdparty/releases/tag/release-1.1.1-RC0
>
> The maven artifacts are staged at
>
> https://repository.apache.org/content/repositories/orgapachehadoop-1316/
>
>
> Comparing to 1.1.0, there are two additional fixes:
>
> HADOOP-17707. Remove jaeger document from site index.
> <
> https://github.com/apache/hadoop-thirdparty/commit/e1db87b85117b5694972f2725aa32c9975a83b5b
> >
>
> HADOOP-17730. Add back error_prone
> <
> https://github.com/apache/hadoop-thirdparty/commit/db2fc27e2f53637a06c36c3a9d8dae0a8c894cd8
> >
>
> You can find my public key
> at:https://dist.apache.org/repos/dist/release/hadoop/common/KEYS
> <http://svn.apache.org/repos/asf/hadoop/common/dist/KEYS>
>
> Please try the release and vote. The vote will run for 5 days.
>
> Thanks
> Weichiu
>

Re: [VOTE] Release Apache Hadoop Thirdparty 1.1.1 RC0

Posted by Viraj Jasani <vj...@apache.org>.
+1 (non-binding)

* Signature: ok
* Checksum : ok
* Rat check (1.8.0_171): ok
 - mvn clean apache-rat:check
* Built from source (1.8.0_171): ok
 - mvn clean install
* Built Hadoop trunk with updated thirdparty: ok
* CL/RN: ok


On Wed, 26 May 2021 at 1:59 PM, Wei-Chiu Chuang <we...@apache.org> wrote:

> Hi folks,
>
> I have put together a release candidate (RC0) for Hadoop Thirdparty
> 1.1.1 which will be consumed by Hadoop 3.3.1 RC2.
>
>
> The RC is available at:
> https://people.apache.org/~weichiu/hadoop-thirdparty-1.1.1-RC0/
>
>
> The RC tag in svn is
> here:
> https://github.com/apache/hadoop-thirdparty/releases/tag/release-1.1.1-RC0
>
> The maven artifacts are staged at
>
> https://repository.apache.org/content/repositories/orgapachehadoop-1316/
>
>
> Comparing to 1.1.0, there are two additional fixes:
>
> HADOOP-17707. Remove jaeger document from site index.
> <
> https://github.com/apache/hadoop-thirdparty/commit/e1db87b85117b5694972f2725aa32c9975a83b5b
> >
>
> HADOOP-17730. Add back error_prone
> <
> https://github.com/apache/hadoop-thirdparty/commit/db2fc27e2f53637a06c36c3a9d8dae0a8c894cd8
> >
>
> You can find my public key
> at:https://dist.apache.org/repos/dist/release/hadoop/common/KEYS
> <http://svn.apache.org/repos/asf/hadoop/common/dist/KEYS>
>
> Please try the release and vote. The vote will run for 5 days.
>
> Thanks
> Weichiu
>