+1 binding.

Here are my test steps:

1. Download the source tarball, signature (.asc), and checksum (.sha512): OK

2. Import gpg keys: download KEYS and run gpg --import
/path/to/downloaded/KEYS : OK

3. Verify the signature by running:
    - gpg --verify hbase-1.7.2-src.tar.gz.asc: OK
    - gpg --verify hbase-1.7.2-bin.tar.gz.asc: OK

4. Verify the checksum by running:
    - shasum -a 512 hbase-1.7.2-src.tar.gz: OK
    - shasum -a 512 hbase-1.7.2-bin.tar.gz: OK

5. Untar the archive and go into the source directory:
    - tar xzvf hbase-1.7.2-src.tar.gz && cd hbase-1.7.2: OK

6. Run RAT checks to validate license headers:
    - mvn apache-rat:check: OK

7. Build and test the project:
    - mvn install (use Java 11) : OK

8. Basic tests by using binary packages (JDK 8) : OK

./bin/hbase shell
> create 't1', 'f1', SPLITS => ['10', '20', '30', '40']
> list
> put 't1', 'r1', 'f1:c1', 'value'
> scan 't1'

On Thu, Aug 4, 2022 at 12:37 AM Duo Zhang <zhang...@apache.org> wrote:

> Please vote on this Apache HBase release candidate,
> hbase-1.7.2RC0
>
> The VOTE will remain open for at least 72 hours.
>
> [ ] +1 Release this package as Apache HBase 1.7.2
> [ ] -1 Do not release this package because ...
>
> The tag to be voted on is 1.7.2RC0:
>
>   https://github.com/apache/hbase/tree/1.7.2RC0
>
> This tag currently points to git reference
>
>   e6150c70f83c65a448312d66d1cef26fca6795b5
>
> The release files, including signatures, digests included
> in this RC can be found at:
>
>   https://dist.apache.org/repos/dist/dev/hbase/1.7.2RC0/
>
> The release notes can be found at:
>
>
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310753&version=12350412
>
> Maven artifacts are available in a staging repository at:
>
>   https://repository.apache.org/content/repositories/orgapachehbase-1492/
>
> Artifacts were signed with the 9AD2AE49 key which can be found in:
>
>   https://dist.apache.org/repos/dist/release/hbase/KEYS
>
> Notice that 1.7.2 will be the last release for all the 1.x release line.
> Users
> are encouraged to upgrade to the 2.x stable release line.
>
> To learn more about Apache HBase, please see
>
>   http://hbase.apache.org/
>
> Thanks,
> Your HBase Release Manager
>

Reply via email to