You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by Sean Busbey <bu...@apache.org> on 2018/10/12 22:18:59 UTC

[VOTE] First release candidate for HBase 1.2.8 is available

The first release candidate for HBase 1.2.8 is available for download:

https://dist.apache.org/repos/dist/dev/hbase/hbase-1.2.8RC0/

Maven artifacts are also available in a staging repository at:

https://repository.apache.org/content/repositories/orgapachehbase-1234/

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.8RC0, which currently points
 to commit ref

56d38a088319413dc3a70e90b1b8e655c6a22340

HBase 1.2.8 is the eigth 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.7.

This release candidate contains the following incompatible changes,
details in the release notes for the specific issue:

* HBASE-21158 Empty qualifier cell should not be returned if it does not
              match QualifierFilter

The detailed source and binary compatibility report vs 1.2.7 has been
published for your review, at:

https://s.apache.org/hbase-1.2.8-rc0-compat-report

The report shows no incompatibilities.

Critical fixes include:

* HBASE-21158 Empty qualifier cell should not be returned if it does not
              match QualifierFilter
* HBASE-21228 Memory leak since AbstractFSWAL caches Thread object and
              never clean later

The full list of fixes included in this release is available at:

https://s.apache.org/hbase-1.2.8-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.8.

The VOTE will remain open for at least 72 hours. Given sufficient votes
I would like to close it on October 18th, 2018.

thanks!

-busbey

as of this email the posted artifacts have the following SHA512:

hbase-1.2.8-bin.tar.gz:
29779F5C AAF7751F 68B404D5 FA53B77A 400D5D1A 6A98886F
D7A2FC4F 367F00BA 5399FDD8 4EBA319F D40544AE D2D4877A
8380491B 9A1953D5 550A787F AD46B1A8

hbase-1.2.8-src.tar.gz:
E1643EBA 6513EF4F 34C75743 071614FC 28504931 C75D00F4
A815292C AEF0ED96 C443EEED 11760A0A 9B8A3C51 5694559D
FB242FD9 1E49CADE C3173C97 00FA4844


Re: [VOTE] First release candidate for HBase 1.2.8 is available

Posted by Balazs Meszaros <ba...@cloudera.com.INVALID>.
+1

- signatures, checksums: OK
- rat check: OK
- built from source: OK
- unit tests: OK
- ltt with 1M rows: OK
- web UI: OK
- shell and basic commands: OK


On Sun, Oct 14, 2018 at 10:02 PM Tak-Lon (Stephen) Wu <ta...@gmail.com>
wrote:

> +1 (non-binding)
>
>
>
>    - checked sums and signatures: ok
>    - Rat check (8u181):  ok
>       - mvn apache-rat:check
>    - built from source: ok (8u181)
>       - mvn clean install -DskipTests
>    - Unit tests pass: ok (8u181)
>       - mvn test -P runAllTests
>    - 1 node HBase cluster test on Hadoop-2.7.3
>       - WEB UI (8u121): looks correct
>       - basic HBase shell command
>       [create/put/get/scan/flush/list/disable/drop] (8u121) : ok
>       - Loaded 1M rows with LTT (8u121):  ok
>          - hbase ltt -tn TestTable -write 10:16 -num_keys 1000000
>          - hbase ltt -tn TestTable -read 100 -num_keys 1000000
>
>
>
> -Stephen
>
> On Fri, Oct 12, 2018 at 3:19 PM Sean Busbey <bu...@apache.org> wrote:
>
> > The first release candidate for HBase 1.2.8 is available for download:
> >
> > https://dist.apache.org/repos/dist/dev/hbase/hbase-1.2.8RC0/
> >
> > Maven artifacts are also available in a staging repository at:
> >
> > https://repository.apache.org/content/repositories/orgapachehbase-1234/
> >
> > 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.8RC0, which currently points
> >  to commit ref
> >
> > 56d38a088319413dc3a70e90b1b8e655c6a22340
> >
> > HBase 1.2.8 is the eigth 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.7.
> >
> > This release candidate contains the following incompatible changes,
> > details in the release notes for the specific issue:
> >
> > * HBASE-21158 Empty qualifier cell should not be returned if it does not
> >               match QualifierFilter
> >
> > The detailed source and binary compatibility report vs 1.2.7 has been
> > published for your review, at:
> >
> > https://s.apache.org/hbase-1.2.8-rc0-compat-report
> >
> > The report shows no incompatibilities.
> >
> > Critical fixes include:
> >
> > * HBASE-21158 Empty qualifier cell should not be returned if it does not
> >               match QualifierFilter
> > * HBASE-21228 Memory leak since AbstractFSWAL caches Thread object and
> >               never clean later
> >
> > The full list of fixes included in this release is available at:
> >
> > https://s.apache.org/hbase-1.2.8-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.8.
> >
> > The VOTE will remain open for at least 72 hours. Given sufficient votes
> > I would like to close it on October 18th, 2018.
> >
> > thanks!
> >
> > -busbey
> >
> > as of this email the posted artifacts have the following SHA512:
> >
> > hbase-1.2.8-bin.tar.gz:
> > 29779F5C AAF7751F 68B404D5 FA53B77A 400D5D1A 6A98886F
> > D7A2FC4F 367F00BA 5399FDD8 4EBA319F D40544AE D2D4877A
> > 8380491B 9A1953D5 550A787F AD46B1A8
> >
> > hbase-1.2.8-src.tar.gz:
> > E1643EBA 6513EF4F 34C75743 071614FC 28504931 C75D00F4
> > A815292C AEF0ED96 C443EEED 11760A0A 9B8A3C51 5694559D
> > FB242FD9 1E49CADE C3173C97 00FA4844
> >
> >
>
> --
> Stephen Wu | Indiana University, Bloomington
>

Re: [VOTE] First release candidate for HBase 1.2.8 is available

Posted by "Tak-Lon (Stephen) Wu" <ta...@gmail.com>.
+1 (non-binding)



   - checked sums and signatures: ok
   - Rat check (8u181):  ok
      - mvn apache-rat:check
   - built from source: ok (8u181)
      - mvn clean install -DskipTests
   - Unit tests pass: ok (8u181)
      - mvn test -P runAllTests
   - 1 node HBase cluster test on Hadoop-2.7.3
      - WEB UI (8u121): looks correct
      - basic HBase shell command
      [create/put/get/scan/flush/list/disable/drop] (8u121) : ok
      - Loaded 1M rows with LTT (8u121):  ok
         - hbase ltt -tn TestTable -write 10:16 -num_keys 1000000
         - hbase ltt -tn TestTable -read 100 -num_keys 1000000



-Stephen

On Fri, Oct 12, 2018 at 3:19 PM Sean Busbey <bu...@apache.org> wrote:

> The first release candidate for HBase 1.2.8 is available for download:
>
> https://dist.apache.org/repos/dist/dev/hbase/hbase-1.2.8RC0/
>
> Maven artifacts are also available in a staging repository at:
>
> https://repository.apache.org/content/repositories/orgapachehbase-1234/
>
> 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.8RC0, which currently points
>  to commit ref
>
> 56d38a088319413dc3a70e90b1b8e655c6a22340
>
> HBase 1.2.8 is the eigth 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.7.
>
> This release candidate contains the following incompatible changes,
> details in the release notes for the specific issue:
>
> * HBASE-21158 Empty qualifier cell should not be returned if it does not
>               match QualifierFilter
>
> The detailed source and binary compatibility report vs 1.2.7 has been
> published for your review, at:
>
> https://s.apache.org/hbase-1.2.8-rc0-compat-report
>
> The report shows no incompatibilities.
>
> Critical fixes include:
>
> * HBASE-21158 Empty qualifier cell should not be returned if it does not
>               match QualifierFilter
> * HBASE-21228 Memory leak since AbstractFSWAL caches Thread object and
>               never clean later
>
> The full list of fixes included in this release is available at:
>
> https://s.apache.org/hbase-1.2.8-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.8.
>
> The VOTE will remain open for at least 72 hours. Given sufficient votes
> I would like to close it on October 18th, 2018.
>
> thanks!
>
> -busbey
>
> as of this email the posted artifacts have the following SHA512:
>
> hbase-1.2.8-bin.tar.gz:
> 29779F5C AAF7751F 68B404D5 FA53B77A 400D5D1A 6A98886F
> D7A2FC4F 367F00BA 5399FDD8 4EBA319F D40544AE D2D4877A
> 8380491B 9A1953D5 550A787F AD46B1A8
>
> hbase-1.2.8-src.tar.gz:
> E1643EBA 6513EF4F 34C75743 071614FC 28504931 C75D00F4
> A815292C AEF0ED96 C443EEED 11760A0A 9B8A3C51 5694559D
> FB242FD9 1E49CADE C3173C97 00FA4844
>
>

-- 
Stephen Wu | Indiana University, Bloomington

Re: [VOTE] First release candidate for HBase 1.2.8 is available

Posted by Peter Somogyi <ps...@apache.org>.
+1 (non-binding)

- signature, checksum: OK
- rat check: OK
- built from source (8u171, Maven 3.5.3): OK
- Unit tests (8u171, Maven 3.5.3): OK
- Shell basic functionalities: OK
- LTT 1M rows: OK
- Logs: OK

Thanks,
Peter

On Sat, Oct 13, 2018 at 12:19 AM Sean Busbey <bu...@apache.org> wrote:

> The first release candidate for HBase 1.2.8 is available for download:
>
> https://dist.apache.org/repos/dist/dev/hbase/hbase-1.2.8RC0/
>
> Maven artifacts are also available in a staging repository at:
>
> https://repository.apache.org/content/repositories/orgapachehbase-1234/
>
> 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.8RC0, which currently points
>  to commit ref
>
> 56d38a088319413dc3a70e90b1b8e655c6a22340
>
> HBase 1.2.8 is the eigth 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.7.
>
> This release candidate contains the following incompatible changes,
> details in the release notes for the specific issue:
>
> * HBASE-21158 Empty qualifier cell should not be returned if it does not
>               match QualifierFilter
>
> The detailed source and binary compatibility report vs 1.2.7 has been
> published for your review, at:
>
> https://s.apache.org/hbase-1.2.8-rc0-compat-report
>
> The report shows no incompatibilities.
>
> Critical fixes include:
>
> * HBASE-21158 Empty qualifier cell should not be returned if it does not
>               match QualifierFilter
> * HBASE-21228 Memory leak since AbstractFSWAL caches Thread object and
>               never clean later
>
> The full list of fixes included in this release is available at:
>
> https://s.apache.org/hbase-1.2.8-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.8.
>
> The VOTE will remain open for at least 72 hours. Given sufficient votes
> I would like to close it on October 18th, 2018.
>
> thanks!
>
> -busbey
>
> as of this email the posted artifacts have the following SHA512:
>
> hbase-1.2.8-bin.tar.gz:
> 29779F5C AAF7751F 68B404D5 FA53B77A 400D5D1A 6A98886F
> D7A2FC4F 367F00BA 5399FDD8 4EBA319F D40544AE D2D4877A
> 8380491B 9A1953D5 550A787F AD46B1A8
>
> hbase-1.2.8-src.tar.gz:
> E1643EBA 6513EF4F 34C75743 071614FC 28504931 C75D00F4
> A815292C AEF0ED96 C443EEED 11760A0A 9B8A3C51 5694559D
> FB242FD9 1E49CADE C3173C97 00FA4844
>
>

Re: [VOTE] First release candidate for HBase 1.2.8 is available

Posted by Sean Busbey <bu...@apache.org>.
+1 (binding)

* rechecked the signatures
* rechecked the checksums
* spot check license
* reviewed compat report
* reviewed CHANGES
* src tarball contents corresponds to given tag / ref

On 2018/10/12 22:18:59, Sean Busbey <bu...@apache.org> wrote: 
> The first release candidate for HBase 1.2.8 is available for download:
> 
> https://dist.apache.org/repos/dist/dev/hbase/hbase-1.2.8RC0/
> 
> Maven artifacts are also available in a staging repository at:
> 
> https://repository.apache.org/content/repositories/orgapachehbase-1234/
> 
> 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.8RC0, which currently points
>  to commit ref
> 
> 56d38a088319413dc3a70e90b1b8e655c6a22340
> 
> HBase 1.2.8 is the eigth 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.7.
> 
> This release candidate contains the following incompatible changes,
> details in the release notes for the specific issue:
> 
> * HBASE-21158 Empty qualifier cell should not be returned if it does not
>               match QualifierFilter
> 
> The detailed source and binary compatibility report vs 1.2.7 has been
> published for your review, at:
> 
> https://s.apache.org/hbase-1.2.8-rc0-compat-report
> 
> The report shows no incompatibilities.
> 
> Critical fixes include:
> 
> * HBASE-21158 Empty qualifier cell should not be returned if it does not
>               match QualifierFilter
> * HBASE-21228 Memory leak since AbstractFSWAL caches Thread object and
>               never clean later
> 
> The full list of fixes included in this release is available at:
> 
> https://s.apache.org/hbase-1.2.8-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.8.
> 
> The VOTE will remain open for at least 72 hours. Given sufficient votes
> I would like to close it on October 18th, 2018.
> 
> thanks!
> 
> -busbey
> 
> as of this email the posted artifacts have the following SHA512:
> 
> hbase-1.2.8-bin.tar.gz:
> 29779F5C AAF7751F 68B404D5 FA53B77A 400D5D1A 6A98886F
> D7A2FC4F 367F00BA 5399FDD8 4EBA319F D40544AE D2D4877A
> 8380491B 9A1953D5 550A787F AD46B1A8
> 
> hbase-1.2.8-src.tar.gz:
> E1643EBA 6513EF4F 34C75743 071614FC 28504931 C75D00F4
> A815292C AEF0ED96 C443EEED 11760A0A 9B8A3C51 5694559D
> FB242FD9 1E49CADE C3173C97 00FA4844
> 
> 

Re: [VOTE] First release candidate for HBase 1.2.8 is available

Posted by Andrew Purtell <ap...@apache.org>.
+1

Checked sums and signature: ok
RAT check passes: ok (7u80)
Unit tests pass: ok (8u172)
1M row LTT: looks good, nothing unusual in the logs, latencies in line with
expectation (8u172)


On Fri, Oct 12, 2018 at 3:19 PM Sean Busbey <bu...@apache.org> wrote:

> The first release candidate for HBase 1.2.8 is available for download:
>
> https://dist.apache.org/repos/dist/dev/hbase/hbase-1.2.8RC0/
>
> Maven artifacts are also available in a staging repository at:
>
> https://repository.apache.org/content/repositories/orgapachehbase-1234/
>
> 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.8RC0, which currently points
>  to commit ref
>
> 56d38a088319413dc3a70e90b1b8e655c6a22340
>
> HBase 1.2.8 is the eigth 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.7.
>
> This release candidate contains the following incompatible changes,
> details in the release notes for the specific issue:
>
> * HBASE-21158 Empty qualifier cell should not be returned if it does not
>               match QualifierFilter
>
> The detailed source and binary compatibility report vs 1.2.7 has been
> published for your review, at:
>
> https://s.apache.org/hbase-1.2.8-rc0-compat-report
>
> The report shows no incompatibilities.
>
> Critical fixes include:
>
> * HBASE-21158 Empty qualifier cell should not be returned if it does not
>               match QualifierFilter
> * HBASE-21228 Memory leak since AbstractFSWAL caches Thread object and
>               never clean later
>
> The full list of fixes included in this release is available at:
>
> https://s.apache.org/hbase-1.2.8-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.8.
>
> The VOTE will remain open for at least 72 hours. Given sufficient votes
> I would like to close it on October 18th, 2018.
>
> thanks!
>
> -busbey
>
> as of this email the posted artifacts have the following SHA512:
>
> hbase-1.2.8-bin.tar.gz:
> 29779F5C AAF7751F 68B404D5 FA53B77A 400D5D1A 6A98886F
> D7A2FC4F 367F00BA 5399FDD8 4EBA319F D40544AE D2D4877A
> 8380491B 9A1953D5 550A787F AD46B1A8
>
> hbase-1.2.8-src.tar.gz:
> E1643EBA 6513EF4F 34C75743 071614FC 28504931 C75D00F4
> A815292C AEF0ED96 C443EEED 11760A0A 9B8A3C51 5694559D
> FB242FD9 1E49CADE C3173C97 00FA4844
>
>

-- 
Best regards,
Andrew

Words like orphans lost among the crosstalk, meaning torn from truth's
decrepit hands
   - A23, Crosstalk

Re: [VOTE] First release candidate for HBase 1.2.8 is available

Posted by Stack <st...@duboce.net>.
+1

Checked signatures and hashes.
Built bin from src tarball.
Loaded data. Verified it landed.
Reviewed logs. Looks good.
Undid the bin tarball. Looks good.

S

On Fri, Oct 12, 2018 at 3:19 PM Sean Busbey <bu...@apache.org> wrote:

> The first release candidate for HBase 1.2.8 is available for download:
>
> https://dist.apache.org/repos/dist/dev/hbase/hbase-1.2.8RC0/
>
> Maven artifacts are also available in a staging repository at:
>
> https://repository.apache.org/content/repositories/orgapachehbase-1234/
>
> 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.8RC0, which currently points
>  to commit ref
>
> 56d38a088319413dc3a70e90b1b8e655c6a22340
>
> HBase 1.2.8 is the eigth 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.7.
>
> This release candidate contains the following incompatible changes,
> details in the release notes for the specific issue:
>
> * HBASE-21158 Empty qualifier cell should not be returned if it does not
>               match QualifierFilter
>
> The detailed source and binary compatibility report vs 1.2.7 has been
> published for your review, at:
>
> https://s.apache.org/hbase-1.2.8-rc0-compat-report
>
> The report shows no incompatibilities.
>
> Critical fixes include:
>
> * HBASE-21158 Empty qualifier cell should not be returned if it does not
>               match QualifierFilter
> * HBASE-21228 Memory leak since AbstractFSWAL caches Thread object and
>               never clean later
>
> The full list of fixes included in this release is available at:
>
> https://s.apache.org/hbase-1.2.8-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.8.
>
> The VOTE will remain open for at least 72 hours. Given sufficient votes
> I would like to close it on October 18th, 2018.
>
> thanks!
>
> -busbey
>
> as of this email the posted artifacts have the following SHA512:
>
> hbase-1.2.8-bin.tar.gz:
> 29779F5C AAF7751F 68B404D5 FA53B77A 400D5D1A 6A98886F
> D7A2FC4F 367F00BA 5399FDD8 4EBA319F D40544AE D2D4877A
> 8380491B 9A1953D5 550A787F AD46B1A8
>
> hbase-1.2.8-src.tar.gz:
> E1643EBA 6513EF4F 34C75743 071614FC 28504931 C75D00F4
> A815292C AEF0ED96 C443EEED 11760A0A 9B8A3C51 5694559D
> FB242FD9 1E49CADE C3173C97 00FA4844
>
>

[RESULT] Re: [VOTE] First release candidate for HBase 1.2.8 is available

Posted by Sean Busbey <bu...@apache.org>.
With three binding +1s and three non-binding +1s this vote passes.

thanks for taking the time to evaluate the RC folks!


On Fri, Oct 12, 2018 at 5:19 PM Sean Busbey <bu...@apache.org> wrote:
>
> The first release candidate for HBase 1.2.8 is available for download:
>
> https://dist.apache.org/repos/dist/dev/hbase/hbase-1.2.8RC0/
>
> Maven artifacts are also available in a staging repository at:
>
> https://repository.apache.org/content/repositories/orgapachehbase-1234/
>
> 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.8RC0, which currently points
>  to commit ref
>
> 56d38a088319413dc3a70e90b1b8e655c6a22340
>
> HBase 1.2.8 is the eigth 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.7.
>
> This release candidate contains the following incompatible changes,
> details in the release notes for the specific issue:
>
> * HBASE-21158 Empty qualifier cell should not be returned if it does not
>               match QualifierFilter
>
> The detailed source and binary compatibility report vs 1.2.7 has been
> published for your review, at:
>
> https://s.apache.org/hbase-1.2.8-rc0-compat-report
>
> The report shows no incompatibilities.
>
> Critical fixes include:
>
> * HBASE-21158 Empty qualifier cell should not be returned if it does not
>               match QualifierFilter
> * HBASE-21228 Memory leak since AbstractFSWAL caches Thread object and
>               never clean later
>
> The full list of fixes included in this release is available at:
>
> https://s.apache.org/hbase-1.2.8-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.8.
>
> The VOTE will remain open for at least 72 hours. Given sufficient votes
> I would like to close it on October 18th, 2018.
>
> thanks!
>
> -busbey
>
> as of this email the posted artifacts have the following SHA512:
>
> hbase-1.2.8-bin.tar.gz:
> 29779F5C AAF7751F 68B404D5 FA53B77A 400D5D1A 6A98886F
> D7A2FC4F 367F00BA 5399FDD8 4EBA319F D40544AE D2D4877A
> 8380491B 9A1953D5 550A787F AD46B1A8
>
> hbase-1.2.8-src.tar.gz:
> E1643EBA 6513EF4F 34C75743 071614FC 28504931 C75D00F4
> A815292C AEF0ED96 C443EEED 11760A0A 9B8A3C51 5694559D
> FB242FD9 1E49CADE C3173C97 00FA4844
>