+1 (binding)

I verified:
 - KEYS signature & checksum
 - ./gradlew clean build (tests, etc)
 - Ran Spark jobs on Kubernetes after building from the tarball at
https://dist.apache.org/repos/dist/dev/iceberg/apache-iceberg-0.12.0-rc2/
     - Spark 3.1.1 batch jobs against both Hadoop and Hive tables, using
HMS for Hive catalog
     - Verified default FileIO and S3FileIO
     - Basic read and writes
     - Jobs using Spark procedures (remove unreachable files)
 - Special mention: verified that Spark catalogs can override hadoop
configurations using configs prefixed with
"spark.sql.catalog.(catalog-name).hadoop."
     - one of my contributions to this release that has been asked about by
several customers internally
     - tested using `spark.sql.catalog.(catalog-name).hadoop.fs.s3a.impl`
for two catalogs, both values respected as opposed to the default globally
configured value

Thank you Carl!

- Kyle, Data OSS Dev @ Apple =)

On Thu, Aug 5, 2021 at 11:49 PM Szehon Ho <szehon.apa...@gmail.com> wrote:

> +1 (non-binding)
>
> * Verify Signature Keys
> * Verify Checksum
> * dev/check-license
> * Build
> * Run tests (though some timeout failures, on Hive MR test..)
>
> Thanks
> Szehon
>
> On Thu, Aug 5, 2021 at 2:23 PM Daniel Weeks <dwe...@apache.org> wrote:
>
>> +1 (binding)
>>
>> I verified sigs/sums, license, build, and test
>>
>> -Dan
>>
>> On Wed, Aug 4, 2021 at 2:53 PM Ryan Murray <rym...@gmail.com> wrote:
>>
>>> After some wrestling w/ Spark I discovered that the problem was with my
>>> test. Some SparkSession apis changed. so all good here now.
>>>
>>> +1 (non-binding)
>>>
>>> On Wed, Aug 4, 2021 at 11:29 PM Ryan Murray <rym...@gmail.com> wrote:
>>>
>>>> Thanks for the help Carl, got it sorted out. The gpg check now works.
>>>> For those who were interested I used a canned wget command in my history
>>>> and it pulled the RC0 :-)
>>>>
>>>> Will have a PR to fix the Nessie Catalog soon.
>>>>
>>>> Best,
>>>> Ryan
>>>>
>>>> On Wed, Aug 4, 2021 at 9:21 PM Carl Steinbach <cwsteinb...@gmail.com>
>>>> wrote:
>>>>
>>>>> Hi Ryan,
>>>>>
>>>>> Can you please run the following command to see which keys in your
>>>>> public keyring are associated with my UID?
>>>>>
>>>>> % gpg  --list-keys c...@apache.org
>>>>> pub   rsa4096/5A5C7F6EB9542945 2021-07-01 [SC]
>>>>>       160F51BE45616B94103ED24D5A5C7F6EB9542945
>>>>> uid                 [ultimate] Carl W. Steinbach (CODE SIGNING KEY) <
>>>>> c...@apache.org>
>>>>> sub   rsa4096/4158EB8A4F03D2AA 2021-07-01 [E]
>>>>>
>>>>> Thanks.
>>>>>
>>>>> - Carl
>>>>>
>>>>> On Wed, Aug 4, 2021 at 11:12 AM Ryan Murray <rym...@gmail.com> wrote:
>>>>>
>>>>>> Hi all,
>>>>>>
>>>>>> Unfortunately I have to give -1
>>>>>>
>>>>>> I had trouble w/ the keys:
>>>>>>
>>>>>> gpg: assuming signed data in 'apache-iceberg-0.12.0.tar.gz'
>>>>>> gpg: Signature made Mon 02 Aug 2021 03:36:30 CEST
>>>>>> gpg:                using RSA key
>>>>>> FAFEB6EAA60C95E2BB5E26F01FF0803CB78D539F
>>>>>> gpg: Can't check signature: No public key
>>>>>>
>>>>>> And I have discovered a bug in NessieCatalog. It is unclear what is
>>>>>> wrong but the NessieCatalog doesn't play nice w/ Spark3.1. I will raise a
>>>>>> patch ASAP to fix it. Very sorry for the inconvenience.
>>>>>>
>>>>>> Best,
>>>>>> Ryan
>>>>>>
>>>>>> On Wed, Aug 4, 2021 at 3:20 AM Carl Steinbach <c...@apache.org> wrote:
>>>>>>
>>>>>>> Hi everyone,
>>>>>>>
>>>>>>> I propose that we release RC2 as the official Apache Iceberg 0.12.0
>>>>>>> release. Please note that RC0 and RC1 were DOA.
>>>>>>>
>>>>>>> The commit id for RC2 is 7c2fcfd893ab71bee41242b46e894e6187340070
>>>>>>> * This corresponds to the tag: apache-iceberg-0.12.0-rc2
>>>>>>> *
>>>>>>> https://github.com/apache/iceberg/commits/apache-iceberg-0.12.0-rc2
>>>>>>> *
>>>>>>> https://github.com/apache/iceberg/tree/7c2fcfd893ab71bee41242b46e894e6187340070
>>>>>>>
>>>>>>> The release tarball, signature, and checksums are here:
>>>>>>> *
>>>>>>> https://dist.apache.org/repos/dist/dev/iceberg/apache-iceberg-0.12.0-rc2/
>>>>>>>
>>>>>>> You can find the KEYS file here:
>>>>>>> * https://dist.apache.org/repos/dist/dev/iceberg/KEYS
>>>>>>>
>>>>>>> Convenience binary artifacts are staged in Nexus. The Maven
>>>>>>> repository URL is:
>>>>>>> *
>>>>>>> https://repository.apache.org/content/repositories/orgapacheiceberg-1017/
>>>>>>>
>>>>>>> Please download, verify, and test.
>>>>>>>
>>>>>>> Please vote in the next 72 hours.
>>>>>>>
>>>>>>> [ ] +1 Release this as Apache Iceberg 0.12.0
>>>>>>> [ ] +0
>>>>>>> [ ] -1 Do not release this because...
>>>>>>>
>>>>>>

Reply via email to