+1

Sig good.

Having trouble w/ sha512:

$ more hbase-1.2.10-src.tar.gz.sha512
hbase-1.2.10-src.tar.gz: D800AEEC 1F6B448D 33C15C5A EA5ECE2E 965C82F1
C68DA586
                         BA6DB8A7 471573A7 09434016 2E5A14C0 87EF188A
365A4009
                         3F726587 21F85D4A 57DA50F1 E940EEE6
kalashnikov:Downloads stack$ openssl dgst -sha512
./hbase-1.2.10-src.tar.gz.sha512
SHA512(./hbase-1.2.10-src.tar.gz.sha512)=
87a16e7dc1f65c7d23517eedeb6e2b5c5d3b80443f432066d545e0026d0048c49b9f0ce61cd8e42a3e514740b3a09369523e08511cca31dee343c2d32784d875

They don't match for me.

Had to use 3.5 instead of 3.6 to build.

Built it. Started it. Loaded data. Confirmed it made it in. Looked at logs
and UI.

S

On Mon, Jan 7, 2019 at 5:51 PM Sean Busbey <bus...@apache.org> wrote:

> The first release candidate for HBase 1.2.10 is available for download:
>
> https://dist.apache.org/repos/dist/dev/hbase/hbase-1.2.10RC0/
>
> Maven artifacts are also available in a staging repository at:
>
> https://repository.apache.org/content/repositories/orgapachehbase-1249/
>
> Artifacts are signed with my key (0D80DB7C) published in our KEYS
> file at http://www.apache.org/dist/hbase/KEYS
>
> The RC corresponds to the signed tag 1.2.10RC0, which currently points
> to commit ref
>
> 18f428abb64b405de24d164425e470512e82f287
>
> HBase 1.2.10 is the tenth maintenance release in the HBase 1.2 line,
> continuing on the theme of bringing a stable, reliable database to
> the Hadoop and NoSQL communities. This release includes about a half
> dozen bug fixes done in the month since 1.2.9.
>
> The detailed source and binary compatibility report vs 1.2.9 has been
> published for your review, at:
>
> https://s.apache.org/hbase-1.2.10-rc0-compat-report
>
> The report shows some issues with two IA.LimitedPrivate classes annotated
> for use in TOOLS and CONFIG, as well as a false positive incompatibility
> for
> the WALCellCodec class.
>
> Critical fixes include:
>
> * HBASE-21387 - Race condition surrounding in progress snapshot handling in
>                 snapshot cache leads to loss of snapshot files
> * HBASE-21492 - CellCodec Written To WAL Before It's Verified
> * HBASE-21504 - If enable FIFOCompactionPolicy, a compaction may write a
>                 "empty" hfile whose maxTimeStamp is long max. This kind of
>                 hfile will never be archived.
> * HBASE-21582 - If call HBaseAdmin#snapshotAsync but forget call
>                 isSnapshotFinished, then SnapshotHFileCleaner will skip to
>                 run every time
>
> The full list of fixes included in this release is available at:
>
> https://s.apache.org/hbase-1.2.10-jira-release-notes
>
> and in the CHANGES.txt file included in the distribution.
>
> Please try out this candidate and vote +1/-1 on whether we should
> release these artifacts as HBase 1.2.10.
>
> The VOTE will remain open for at least 72 hours. Given sufficient votes
> I would like to close it on January 11th, 2019.
>
> thanks!
>
> -busbey
>
> as of this email the posted artifacts have the following SHA512:
>
> hbase-1.2.10-src.tar.gz:
> D800AEEC 1F6B448D 33C15C5A EA5ECE2E 965C82F1 C68DA586
> BA6DB8A7 471573A7 09434016 2E5A14C0 87EF188A 365A4009
> 3F726587 21F85D4A 57DA50F1 E940EEE6
>
> hbase-1.2.10-bin.tar.gz:
> BA085D9E 0EBC67FC E37A4F47 02C98EB0 2EFEF8BE 81AE4388
> 16A0CC4A 6614788A 4CBF0ABE 47F02C85 ECF4C20E 89343417
> F2A80FD8 B80481D0 DD2B844B 580D143F
>
>

Reply via email to