Re: [VOTE] First release candidate for hbase-2.1.1 (RC0) is available for download and test

2018-10-31 Thread Peter Somogyi
+1 (non-binding)

- Signature, checksum: OK
- Rat check: OK
- Build from source: OK
- Unit tests: OK
- LTT 1M rows: OK
- Master UI: OK
- Basic shell ops: OK

Thanks.
Peter

On Wed, Oct 31, 2018 at 3:21 AM Zach York 
wrote:

> +1
>
> - checked sums and sigs: Ok
> - Rat check: Ok
> - built from source: Ok (8u92)
> - Ran unit tests: Ok
> - Messed around with some basic shell commands: Ok
> - Loaded and read 1M rows with LTT: Ok
> - Sanity checked Web UI: Ok
>
> On Mon, Oct 29, 2018 at 9:11 PM Tak-Lon (Stephen) Wu 
> 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
> >   - [nit] TestRegionInfoDisplay.testRegionDetailsForDisplay failed
> >   once, but the second time it passed. the error was:
> >  -   [ERROR]
>  TestRegionInfoDisplay.testRegionDetailsForDisplay:78
> >  expected:<...:31 UTC 2018 (PT0.00[5]S ago), server=null> but
> > was:<...:31
> >  UTC 2018 (PT0.00[6]S ago), server=null>
> >   - 1 node HBase cluster test on Hadoop-2.8.4
> >   - WEB UI (8u181): checked Procedures/Process Metrics/Table
> >   Details/Home looks correct
> >   - basic HBase shell command
> >   [create/put/get/scan/flush/list/disable/drop] (8u181) : ok
> >   - Loaded 1M rows with LTT (8u181):  ok
> >  - hbase ltt -tn TestTable -write 10:16 -num_keys 100
> >  - hbase ltt -tn TestTable -read 100 -num_keys 100
> >
> > -Stephen
> >
> > On Mon, Oct 29, 2018 at 2:25 PM Stack  wrote:
> >
> > > I'm +1
> > >
> > > 10B ITBLL w/ slow deterministic just completed and verified on my
> little
> > > 6node cluster.
> > >
> > > Nightlies are pretty good. #540 is when the last commits for 2.1.1 went
> > in
> > > and ignoring the cancelled, ~50% passed:
> > >
> > >
> >
> https://builds.apache.org/view/H-L/view/HBase/job/HBase%20Nightly/job/branch-2.1/
> > >
> > > S
> > >
> > >
> > >
> > > On Sat, Oct 27, 2018 at 11:29 AM Stack  wrote:
> > >
> > > > The first release candidate for Apache HBase 2.1.1 (RC0) is available
> > > > for download and testing. This is a bug fix release with 180+ commits
> > [1]
> > > > since hbase-2.1.0. Release notes are available here [2]. The
> > > compatibility
> > > > report is at [3].
> > > >
> > > > Artifacts are available here:
> > > >
> > > >   https://dist.apache.org/repos/dist/dev/hbase/hbase-2.1.1RC0/
> > > >
> > > > Corresponding convenience artifacts for maven use are in the staging
> > > > repository:
> > > >
> > > >
> > https://repository.apache.org/content/repositories/orgapachehbase-1235
> > > >
> > > > All artifacts are signed with my code signing key, 8ACC93D2, which is
> > > > also in the project KEYS file:
> > > >
> > > > http://www.apache.org/dist/hbase/KEYS
> > > >
> > > > These artifacts correspond to commit ref
> > > >
> > > >  b60a92d6864ef27295027f5961cb46f9162d7637
> > > >
> > > > which has been tagged as 2.1.1RC0.
> > > >
> > > > Nightlies are looking pretty good:
> > > >
> > > >
> > > >
> > >
> >
> https://builds.apache.org/view/H-L/view/HBase/job/HBase%20Nightly/job/branch-2.1/
> > > >
> > > > Please take a few minutes to verify the release and vote on releasing
> > it:
> > > >
> > > > [ ] +1 Release these artifacts as Apache HBase 2.1.1
> > > > [ ] -1 Do not release this package because ...
> > > >
> > > > This VOTE thread will remain open for at least 72 hours. It will
> close
> > > > for sure
> > > > Wednesday night (10/31).
> > > >
> > > > Thanks,
> > > > S
> > > >
> > > > 1.
> > > https://dist.apache.org/repos/dist/dev/hbase/hbase-2.1.1RC0/CHANGES.md
> > > > 2.
> > > >
> > >
> >
> https://dist.apache.org/repos/dist/dev/hbase/hbase-2.1.1RC0/RELEASENOTES.md
> > > >
> > > > P.S. Compatibility report is taking time. Will be back with it later
> > > today.
> > > >
> > >
> >
> >
> > --
> > Stephen Wu | Indiana University, Bloomington
> >
>


Re: [VOTE] First release candidate for hbase-2.1.1 (RC0) is available for download and test

2018-10-30 Thread Zach York
+1

- checked sums and sigs: Ok
- Rat check: Ok
- built from source: Ok (8u92)
- Ran unit tests: Ok
- Messed around with some basic shell commands: Ok
- Loaded and read 1M rows with LTT: Ok
- Sanity checked Web UI: Ok

On Mon, Oct 29, 2018 at 9:11 PM Tak-Lon (Stephen) Wu 
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
>   - [nit] TestRegionInfoDisplay.testRegionDetailsForDisplay failed
>   once, but the second time it passed. the error was:
>  -   [ERROR]   TestRegionInfoDisplay.testRegionDetailsForDisplay:78
>  expected:<...:31 UTC 2018 (PT0.00[5]S ago), server=null> but
> was:<...:31
>  UTC 2018 (PT0.00[6]S ago), server=null>
>   - 1 node HBase cluster test on Hadoop-2.8.4
>   - WEB UI (8u181): checked Procedures/Process Metrics/Table
>   Details/Home looks correct
>   - basic HBase shell command
>   [create/put/get/scan/flush/list/disable/drop] (8u181) : ok
>   - Loaded 1M rows with LTT (8u181):  ok
>  - hbase ltt -tn TestTable -write 10:16 -num_keys 100
>  - hbase ltt -tn TestTable -read 100 -num_keys 100
>
> -Stephen
>
> On Mon, Oct 29, 2018 at 2:25 PM Stack  wrote:
>
> > I'm +1
> >
> > 10B ITBLL w/ slow deterministic just completed and verified on my little
> > 6node cluster.
> >
> > Nightlies are pretty good. #540 is when the last commits for 2.1.1 went
> in
> > and ignoring the cancelled, ~50% passed:
> >
> >
> https://builds.apache.org/view/H-L/view/HBase/job/HBase%20Nightly/job/branch-2.1/
> >
> > S
> >
> >
> >
> > On Sat, Oct 27, 2018 at 11:29 AM Stack  wrote:
> >
> > > The first release candidate for Apache HBase 2.1.1 (RC0) is available
> > > for download and testing. This is a bug fix release with 180+ commits
> [1]
> > > since hbase-2.1.0. Release notes are available here [2]. The
> > compatibility
> > > report is at [3].
> > >
> > > Artifacts are available here:
> > >
> > >   https://dist.apache.org/repos/dist/dev/hbase/hbase-2.1.1RC0/
> > >
> > > Corresponding convenience artifacts for maven use are in the staging
> > > repository:
> > >
> > >
> https://repository.apache.org/content/repositories/orgapachehbase-1235
> > >
> > > All artifacts are signed with my code signing key, 8ACC93D2, which is
> > > also in the project KEYS file:
> > >
> > > http://www.apache.org/dist/hbase/KEYS
> > >
> > > These artifacts correspond to commit ref
> > >
> > >  b60a92d6864ef27295027f5961cb46f9162d7637
> > >
> > > which has been tagged as 2.1.1RC0.
> > >
> > > Nightlies are looking pretty good:
> > >
> > >
> > >
> >
> https://builds.apache.org/view/H-L/view/HBase/job/HBase%20Nightly/job/branch-2.1/
> > >
> > > Please take a few minutes to verify the release and vote on releasing
> it:
> > >
> > > [ ] +1 Release these artifacts as Apache HBase 2.1.1
> > > [ ] -1 Do not release this package because ...
> > >
> > > This VOTE thread will remain open for at least 72 hours. It will close
> > > for sure
> > > Wednesday night (10/31).
> > >
> > > Thanks,
> > > S
> > >
> > > 1.
> > https://dist.apache.org/repos/dist/dev/hbase/hbase-2.1.1RC0/CHANGES.md
> > > 2.
> > >
> >
> https://dist.apache.org/repos/dist/dev/hbase/hbase-2.1.1RC0/RELEASENOTES.md
> > >
> > > P.S. Compatibility report is taking time. Will be back with it later
> > today.
> > >
> >
>
>
> --
> Stephen Wu | Indiana University, Bloomington
>


Re: [VOTE] First release candidate for hbase-2.1.1 (RC0) is available for download and test

2018-10-29 Thread Tak-Lon (Stephen) Wu
+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
  - [nit] TestRegionInfoDisplay.testRegionDetailsForDisplay failed
  once, but the second time it passed. the error was:
 -   [ERROR]   TestRegionInfoDisplay.testRegionDetailsForDisplay:78
 expected:<...:31 UTC 2018 (PT0.00[5]S ago), server=null> but
was:<...:31
 UTC 2018 (PT0.00[6]S ago), server=null>
  - 1 node HBase cluster test on Hadoop-2.8.4
  - WEB UI (8u181): checked Procedures/Process Metrics/Table
  Details/Home looks correct
  - basic HBase shell command
  [create/put/get/scan/flush/list/disable/drop] (8u181) : ok
  - Loaded 1M rows with LTT (8u181):  ok
 - hbase ltt -tn TestTable -write 10:16 -num_keys 100
 - hbase ltt -tn TestTable -read 100 -num_keys 100

-Stephen

On Mon, Oct 29, 2018 at 2:25 PM Stack  wrote:

> I'm +1
>
> 10B ITBLL w/ slow deterministic just completed and verified on my little
> 6node cluster.
>
> Nightlies are pretty good. #540 is when the last commits for 2.1.1 went in
> and ignoring the cancelled, ~50% passed:
>
> https://builds.apache.org/view/H-L/view/HBase/job/HBase%20Nightly/job/branch-2.1/
>
> S
>
>
>
> On Sat, Oct 27, 2018 at 11:29 AM Stack  wrote:
>
> > The first release candidate for Apache HBase 2.1.1 (RC0) is available
> > for download and testing. This is a bug fix release with 180+ commits [1]
> > since hbase-2.1.0. Release notes are available here [2]. The
> compatibility
> > report is at [3].
> >
> > Artifacts are available here:
> >
> >   https://dist.apache.org/repos/dist/dev/hbase/hbase-2.1.1RC0/
> >
> > Corresponding convenience artifacts for maven use are in the staging
> > repository:
> >
> >  https://repository.apache.org/content/repositories/orgapachehbase-1235
> >
> > All artifacts are signed with my code signing key, 8ACC93D2, which is
> > also in the project KEYS file:
> >
> > http://www.apache.org/dist/hbase/KEYS
> >
> > These artifacts correspond to commit ref
> >
> >  b60a92d6864ef27295027f5961cb46f9162d7637
> >
> > which has been tagged as 2.1.1RC0.
> >
> > Nightlies are looking pretty good:
> >
> >
> >
> https://builds.apache.org/view/H-L/view/HBase/job/HBase%20Nightly/job/branch-2.1/
> >
> > Please take a few minutes to verify the release and vote on releasing it:
> >
> > [ ] +1 Release these artifacts as Apache HBase 2.1.1
> > [ ] -1 Do not release this package because ...
> >
> > This VOTE thread will remain open for at least 72 hours. It will close
> > for sure
> > Wednesday night (10/31).
> >
> > Thanks,
> > S
> >
> > 1.
> https://dist.apache.org/repos/dist/dev/hbase/hbase-2.1.1RC0/CHANGES.md
> > 2.
> >
> https://dist.apache.org/repos/dist/dev/hbase/hbase-2.1.1RC0/RELEASENOTES.md
> >
> > P.S. Compatibility report is taking time. Will be back with it later
> today.
> >
>


-- 
Stephen Wu | Indiana University, Bloomington


Re: [VOTE] First release candidate for hbase-2.1.1 (RC0) is available for download and test

2018-10-29 Thread Stack
I'm +1

10B ITBLL w/ slow deterministic just completed and verified on my little
6node cluster.

Nightlies are pretty good. #540 is when the last commits for 2.1.1 went in
and ignoring the cancelled, ~50% passed:
https://builds.apache.org/view/H-L/view/HBase/job/HBase%20Nightly/job/branch-2.1/

S



On Sat, Oct 27, 2018 at 11:29 AM Stack  wrote:

> The first release candidate for Apache HBase 2.1.1 (RC0) is available
> for download and testing. This is a bug fix release with 180+ commits [1]
> since hbase-2.1.0. Release notes are available here [2]. The compatibility
> report is at [3].
>
> Artifacts are available here:
>
>   https://dist.apache.org/repos/dist/dev/hbase/hbase-2.1.1RC0/
>
> Corresponding convenience artifacts for maven use are in the staging
> repository:
>
>  https://repository.apache.org/content/repositories/orgapachehbase-1235
>
> All artifacts are signed with my code signing key, 8ACC93D2, which is
> also in the project KEYS file:
>
> http://www.apache.org/dist/hbase/KEYS
>
> These artifacts correspond to commit ref
>
>  b60a92d6864ef27295027f5961cb46f9162d7637
>
> which has been tagged as 2.1.1RC0.
>
> Nightlies are looking pretty good:
>
>
> https://builds.apache.org/view/H-L/view/HBase/job/HBase%20Nightly/job/branch-2.1/
>
> Please take a few minutes to verify the release and vote on releasing it:
>
> [ ] +1 Release these artifacts as Apache HBase 2.1.1
> [ ] -1 Do not release this package because ...
>
> This VOTE thread will remain open for at least 72 hours. It will close
> for sure
> Wednesday night (10/31).
>
> Thanks,
> S
>
> 1. https://dist.apache.org/repos/dist/dev/hbase/hbase-2.1.1RC0/CHANGES.md
> 2.
> https://dist.apache.org/repos/dist/dev/hbase/hbase-2.1.1RC0/RELEASENOTES.md
>
> P.S. Compatibility report is taking time. Will be back with it later today.
>


Re: [VOTE] First release candidate for hbase-2.1.1 (RC0) is available for download and test

2018-10-29 Thread Stack
Ok.

This is what I get when i do version:


$ ./hbase/bin/hbase --config ~/conf_hbase version
HBase 2.1.1-SNAPSHOT
Source code repository git://ve0524/home/stack/hbase.git revision=
Compiled by stack on Fri Oct 26 12:55:23 PDT 2018
>From source with checksum 355ca349203d50d3c05034b7a25858c0

But others have run into your issue in the past [1][2].

Thanks Artem,
S


1.
https://grokbase.com/t/hbase/user/1363w3ph6j/error-could-not-find-or-load-main-class-org-apache-hadoop-hbase-util-getjavaproperty
2.
https://community.hortonworks.com/questions/31932/while-trying-to-start-hbase-getting-the-following.html


On Mon, Oct 29, 2018 at 12:07 PM Artem Ervits  wrote:

> Stack, I see it when I login to a provisioned machine. It may be my
> environment but I haven't seen this behavior before with other versions.
>
> $ vagrant ssh
> Last login: Mon Oct 29 13:02:45 2018 from 10.0.2.2
> Error: Could not find or load main class
> org.apache.hadoop.hbase.util.GetJavaProperty
>
> I also see it when I issue an hbase version command
>
> [vagrant@hadoop ~]$ hbase version
> Error: Could not find or load main class
> org.apache.hadoop.hbase.util.GetJavaProperty
> SLF4J: Class path contains multiple SLF4J bindings.
> SLF4J: Found binding in
>
> [jar:file:/opt/hadoop/hadoop-2.7.7/share/hadoop/common/lib/slf4j-log4j12-1.7.10.jar!/org/slf4j/impl/StaticLoggerBinder.class]
> SLF4J: Found binding in
>
> [jar:file:/opt/hbase/hbase-2.1.1/lib/client-facing-thirdparty/slf4j-log4j12-1.7.25.jar!/org/slf4j/impl/StaticLoggerBinder.class]
> SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an
> explanation.
> SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
> HBase 2.1.1
> Source code repository file:///home/hbase/hbase-2.1.1 revision=Unknown
> Compiled by hbase on Mon Oct 29 14:33:03 UTC 2018
> From source with checksum 355ca349203d50d3c05034b7a25858c0
>
> On Mon, Oct 29, 2018 at 1:25 PM Stack  wrote:
>
> > On Mon, Oct 29, 2018 at 7:55 AM Allan Yang  wrote:
> >
> > > +1(non-binding)
> > > -- Build from src - OK
> > > -- SHA and Signatures(both src, bin and client) - OK
> > > -- start in distributed mode - OK
> > > -- Basic shell commands[create/drop/alter/get/put/scan] - OK
> > > -- Check Web UI - OK (There a useless small arrow on right of the
> Region
> > > Servers section, may be a result of HBASE-21207
> > >  )
> > >
> >
> > I see the arrows. They are small. They work for me though.  They could do
> > w/ some cleanup in the tables/Regions section
> >
> > Let me file an issue.
> >
> > S
> >
> >
> > > -- ITBLL 1B row for 1 run - OK
> > > Best Regards
> > > Allan Yang
> > >
> > >
> > > 张铎(Duo Zhang)  于2018年10月29日周一 上午11:40写道:
> > >
> > > >
> > > > +1(binding)
> > > >
> > > > Built from src: OK
> > > > Checked sums & sigs: All matched
> > > > Run all UTs(jdk8u151): All passed
> > > > Started a 5 nodes cluster: OK, but the master page looks a bit
> strange,
> > > > CSS problem?(Please see the attachment)
> > > > Run basic shell cmds: OK
> > > > Run LTT with 1M rows: Read & Write, both OK
> > > >
> > > >
> > > >
> > > > Stack  于2018年10月28日周日 上午8:05写道:
> > > >
> > > >> Here is the compatibility report comparing 2.1.0 to 2.1.1:
> > > >>
> > > >>
> > > >>
> > > >>
> > >
> >
> https://dist.apache.org/repos/dist/dev/hbase/hbase-2.1.1RC0/compatibility_report_2.1.0_vs_2.1.1.html
> > > >>
> > > >> Thanks,
> > > >> S
> > > >>
> > > >>
> > > >>
> > > >> On Sat, Oct 27, 2018 at 11:29 AM Stack  wrote:
> > > >>
> > > >> > The first release candidate for Apache HBase 2.1.1 (RC0) is
> > available
> > > >> > for download and testing. This is a bug fix release with 180+
> > commits
> > > >> [1]
> > > >> > since hbase-2.1.0. Release notes are available here [2]. The
> > > >> compatibility
> > > >> > report is at [3].
> > > >> >
> > > >> > Artifacts are available here:
> > > >> >
> > > >> >   https://dist.apache.org/repos/dist/dev/hbase/hbase-2.1.1RC0/
> > > >> >
> > > >> > Corresponding convenience artifacts for maven use are in the
> staging
> > > >> > repository:
> > > >> >
> > > >> >
> > > https://repository.apache.org/content/repositories/orgapachehbase-1235
> > > >> >
> > > >> > All artifacts are signed with my code signing key, 8ACC93D2, which
> > is
> > > >> > also in the project KEYS file:
> > > >> >
> > > >> > http://www.apache.org/dist/hbase/KEYS
> > > >> >
> > > >> > These artifacts correspond to commit ref
> > > >> >
> > > >> >  b60a92d6864ef27295027f5961cb46f9162d7637
> > > >> >
> > > >> > which has been tagged as 2.1.1RC0.
> > > >> >
> > > >> > Nightlies are looking pretty good:
> > > >> >
> > > >> >
> > > >> >
> > > >>
> > >
> >
> https://builds.apache.org/view/H-L/view/HBase/job/HBase%20Nightly/job/branch-2.1/
> > > >> >
> > > >> > Please take a few minutes to verify the release and vote on
> > releasing
> > > >> it:
> > > >> >
> > > >> > [ ] +1 Release these artifacts as Apache HBase 2.1.1
> > > >> > [ ] -1 Do not release this package because ...
> > > >> >

Re: [VOTE] First release candidate for hbase-2.1.1 (RC0) is available for download and test

2018-10-29 Thread Artem Ervits
Stack, I see it when I login to a provisioned machine. It may be my
environment but I haven't seen this behavior before with other versions.

$ vagrant ssh
Last login: Mon Oct 29 13:02:45 2018 from 10.0.2.2
Error: Could not find or load main class
org.apache.hadoop.hbase.util.GetJavaProperty

I also see it when I issue an hbase version command

[vagrant@hadoop ~]$ hbase version
Error: Could not find or load main class
org.apache.hadoop.hbase.util.GetJavaProperty
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in
[jar:file:/opt/hadoop/hadoop-2.7.7/share/hadoop/common/lib/slf4j-log4j12-1.7.10.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in
[jar:file:/opt/hbase/hbase-2.1.1/lib/client-facing-thirdparty/slf4j-log4j12-1.7.25.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an
explanation.
SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
HBase 2.1.1
Source code repository file:///home/hbase/hbase-2.1.1 revision=Unknown
Compiled by hbase on Mon Oct 29 14:33:03 UTC 2018
>From source with checksum 355ca349203d50d3c05034b7a25858c0

On Mon, Oct 29, 2018 at 1:25 PM Stack  wrote:

> On Mon, Oct 29, 2018 at 7:55 AM Allan Yang  wrote:
>
> > +1(non-binding)
> > -- Build from src - OK
> > -- SHA and Signatures(both src, bin and client) - OK
> > -- start in distributed mode - OK
> > -- Basic shell commands[create/drop/alter/get/put/scan] - OK
> > -- Check Web UI - OK (There a useless small arrow on right of the Region
> > Servers section, may be a result of HBASE-21207
> >  )
> >
>
> I see the arrows. They are small. They work for me though.  They could do
> w/ some cleanup in the tables/Regions section
>
> Let me file an issue.
>
> S
>
>
> > -- ITBLL 1B row for 1 run - OK
> > Best Regards
> > Allan Yang
> >
> >
> > 张铎(Duo Zhang)  于2018年10月29日周一 上午11:40写道:
> >
> > >
> > > +1(binding)
> > >
> > > Built from src: OK
> > > Checked sums & sigs: All matched
> > > Run all UTs(jdk8u151): All passed
> > > Started a 5 nodes cluster: OK, but the master page looks a bit strange,
> > > CSS problem?(Please see the attachment)
> > > Run basic shell cmds: OK
> > > Run LTT with 1M rows: Read & Write, both OK
> > >
> > >
> > >
> > > Stack  于2018年10月28日周日 上午8:05写道:
> > >
> > >> Here is the compatibility report comparing 2.1.0 to 2.1.1:
> > >>
> > >>
> > >>
> > >>
> >
> https://dist.apache.org/repos/dist/dev/hbase/hbase-2.1.1RC0/compatibility_report_2.1.0_vs_2.1.1.html
> > >>
> > >> Thanks,
> > >> S
> > >>
> > >>
> > >>
> > >> On Sat, Oct 27, 2018 at 11:29 AM Stack  wrote:
> > >>
> > >> > The first release candidate for Apache HBase 2.1.1 (RC0) is
> available
> > >> > for download and testing. This is a bug fix release with 180+
> commits
> > >> [1]
> > >> > since hbase-2.1.0. Release notes are available here [2]. The
> > >> compatibility
> > >> > report is at [3].
> > >> >
> > >> > Artifacts are available here:
> > >> >
> > >> >   https://dist.apache.org/repos/dist/dev/hbase/hbase-2.1.1RC0/
> > >> >
> > >> > Corresponding convenience artifacts for maven use are in the staging
> > >> > repository:
> > >> >
> > >> >
> > https://repository.apache.org/content/repositories/orgapachehbase-1235
> > >> >
> > >> > All artifacts are signed with my code signing key, 8ACC93D2, which
> is
> > >> > also in the project KEYS file:
> > >> >
> > >> > http://www.apache.org/dist/hbase/KEYS
> > >> >
> > >> > These artifacts correspond to commit ref
> > >> >
> > >> >  b60a92d6864ef27295027f5961cb46f9162d7637
> > >> >
> > >> > which has been tagged as 2.1.1RC0.
> > >> >
> > >> > Nightlies are looking pretty good:
> > >> >
> > >> >
> > >> >
> > >>
> >
> https://builds.apache.org/view/H-L/view/HBase/job/HBase%20Nightly/job/branch-2.1/
> > >> >
> > >> > Please take a few minutes to verify the release and vote on
> releasing
> > >> it:
> > >> >
> > >> > [ ] +1 Release these artifacts as Apache HBase 2.1.1
> > >> > [ ] -1 Do not release this package because ...
> > >> >
> > >> > This VOTE thread will remain open for at least 72 hours. It will
> close
> > >> > for sure
> > >> > Wednesday night (10/31).
> > >> >
> > >> > Thanks,
> > >> > S
> > >> >
> > >> > 1.
> > >>
> https://dist.apache.org/repos/dist/dev/hbase/hbase-2.1.1RC0/CHANGES.md
> > >> > 2.
> > >> >
> > >>
> >
> https://dist.apache.org/repos/dist/dev/hbase/hbase-2.1.1RC0/RELEASENOTES.md
> > >> >
> > >> > P.S. Compatibility report is taking time. Will be back with it later
> > >> today.
> > >> >
> > >>
> > >
> >
>


Re: [VOTE] First release candidate for hbase-2.1.1 (RC0) is available for download and test

2018-10-29 Thread Stack
On Mon, Oct 29, 2018 at 7:55 AM Allan Yang  wrote:

> +1(non-binding)
> -- Build from src - OK
> -- SHA and Signatures(both src, bin and client) - OK
> -- start in distributed mode - OK
> -- Basic shell commands[create/drop/alter/get/put/scan] - OK
> -- Check Web UI - OK (There a useless small arrow on right of the Region
> Servers section, may be a result of HBASE-21207
>  )
>

I see the arrows. They are small. They work for me though.  They could do
w/ some cleanup in the tables/Regions section

Let me file an issue.

S


> -- ITBLL 1B row for 1 run - OK
> Best Regards
> Allan Yang
>
>
> 张铎(Duo Zhang)  于2018年10月29日周一 上午11:40写道:
>
> >
> > +1(binding)
> >
> > Built from src: OK
> > Checked sums & sigs: All matched
> > Run all UTs(jdk8u151): All passed
> > Started a 5 nodes cluster: OK, but the master page looks a bit strange,
> > CSS problem?(Please see the attachment)
> > Run basic shell cmds: OK
> > Run LTT with 1M rows: Read & Write, both OK
> >
> >
> >
> > Stack  于2018年10月28日周日 上午8:05写道:
> >
> >> Here is the compatibility report comparing 2.1.0 to 2.1.1:
> >>
> >>
> >>
> >>
> https://dist.apache.org/repos/dist/dev/hbase/hbase-2.1.1RC0/compatibility_report_2.1.0_vs_2.1.1.html
> >>
> >> Thanks,
> >> S
> >>
> >>
> >>
> >> On Sat, Oct 27, 2018 at 11:29 AM Stack  wrote:
> >>
> >> > The first release candidate for Apache HBase 2.1.1 (RC0) is available
> >> > for download and testing. This is a bug fix release with 180+ commits
> >> [1]
> >> > since hbase-2.1.0. Release notes are available here [2]. The
> >> compatibility
> >> > report is at [3].
> >> >
> >> > Artifacts are available here:
> >> >
> >> >   https://dist.apache.org/repos/dist/dev/hbase/hbase-2.1.1RC0/
> >> >
> >> > Corresponding convenience artifacts for maven use are in the staging
> >> > repository:
> >> >
> >> >
> https://repository.apache.org/content/repositories/orgapachehbase-1235
> >> >
> >> > All artifacts are signed with my code signing key, 8ACC93D2, which is
> >> > also in the project KEYS file:
> >> >
> >> > http://www.apache.org/dist/hbase/KEYS
> >> >
> >> > These artifacts correspond to commit ref
> >> >
> >> >  b60a92d6864ef27295027f5961cb46f9162d7637
> >> >
> >> > which has been tagged as 2.1.1RC0.
> >> >
> >> > Nightlies are looking pretty good:
> >> >
> >> >
> >> >
> >>
> https://builds.apache.org/view/H-L/view/HBase/job/HBase%20Nightly/job/branch-2.1/
> >> >
> >> > Please take a few minutes to verify the release and vote on releasing
> >> it:
> >> >
> >> > [ ] +1 Release these artifacts as Apache HBase 2.1.1
> >> > [ ] -1 Do not release this package because ...
> >> >
> >> > This VOTE thread will remain open for at least 72 hours. It will close
> >> > for sure
> >> > Wednesday night (10/31).
> >> >
> >> > Thanks,
> >> > S
> >> >
> >> > 1.
> >> https://dist.apache.org/repos/dist/dev/hbase/hbase-2.1.1RC0/CHANGES.md
> >> > 2.
> >> >
> >>
> https://dist.apache.org/repos/dist/dev/hbase/hbase-2.1.1RC0/RELEASENOTES.md
> >> >
> >> > P.S. Compatibility report is taking time. Will be back with it later
> >> today.
> >> >
> >>
> >
>


Re: [VOTE] First release candidate for hbase-2.1.1 (RC0) is available for download and test

2018-10-29 Thread Stack
On Mon, Oct 29, 2018 at 7:59 AM Artem Ervits  wrote:

> vote: 2.1.1 RC0
>   +1 (non-binding)
>
>   signatures and sums for src and bin: OK
>   installed on pseudodistributed hadoop 2.7.7: OK
>   hbase shell: OK
>   logs: OK
>   UI: OK
>   LTT 1M write/read 20%: OK
>   compile from src OpenJDK 1.8.0_191: OK
>   Java: write 1M: OK
>
> getting the following message but otherwise everything works:
> Could not find or load main class
> org.apache.hadoop.hbase.util.GetJavaProperty
>
>

Thank you Artem for testing.

Where do you see the above cannot load class? May I have an example?

(Probably not a blocker on the RC... but lets file follow-on).

S


>
> On Mon, Oct 29, 2018 at 10:55 AM Allan Yang  wrote:
>
> > +1(non-binding)
> > -- Build from src - OK
> > -- SHA and Signatures(both src, bin and client) - OK
> > -- start in distributed mode - OK
> > -- Basic shell commands[create/drop/alter/get/put/scan] - OK
> > -- Check Web UI - OK (There a useless small arrow on right of the Region
> > Servers section, may be a result of HBASE-21207
> >  )
> > -- ITBLL 1B row for 1 run - OK
> > Best Regards
> > Allan Yang
> >
> >
> > 张铎(Duo Zhang)  于2018年10月29日周一 上午11:40写道:
> >
> > >
> > > +1(binding)
> > >
> > > Built from src: OK
> > > Checked sums & sigs: All matched
> > > Run all UTs(jdk8u151): All passed
> > > Started a 5 nodes cluster: OK, but the master page looks a bit strange,
> > > CSS problem?(Please see the attachment)
> > > Run basic shell cmds: OK
> > > Run LTT with 1M rows: Read & Write, both OK
> > >
> > >
> > >
> > > Stack  于2018年10月28日周日 上午8:05写道:
> > >
> > >> Here is the compatibility report comparing 2.1.0 to 2.1.1:
> > >>
> > >>
> > >>
> > >>
> >
> https://dist.apache.org/repos/dist/dev/hbase/hbase-2.1.1RC0/compatibility_report_2.1.0_vs_2.1.1.html
> > >>
> > >> Thanks,
> > >> S
> > >>
> > >>
> > >>
> > >> On Sat, Oct 27, 2018 at 11:29 AM Stack  wrote:
> > >>
> > >> > The first release candidate for Apache HBase 2.1.1 (RC0) is
> available
> > >> > for download and testing. This is a bug fix release with 180+
> commits
> > >> [1]
> > >> > since hbase-2.1.0. Release notes are available here [2]. The
> > >> compatibility
> > >> > report is at [3].
> > >> >
> > >> > Artifacts are available here:
> > >> >
> > >> >   https://dist.apache.org/repos/dist/dev/hbase/hbase-2.1.1RC0/
> > >> >
> > >> > Corresponding convenience artifacts for maven use are in the staging
> > >> > repository:
> > >> >
> > >> >
> > https://repository.apache.org/content/repositories/orgapachehbase-1235
> > >> >
> > >> > All artifacts are signed with my code signing key, 8ACC93D2, which
> is
> > >> > also in the project KEYS file:
> > >> >
> > >> > http://www.apache.org/dist/hbase/KEYS
> > >> >
> > >> > These artifacts correspond to commit ref
> > >> >
> > >> >  b60a92d6864ef27295027f5961cb46f9162d7637
> > >> >
> > >> > which has been tagged as 2.1.1RC0.
> > >> >
> > >> > Nightlies are looking pretty good:
> > >> >
> > >> >
> > >> >
> > >>
> >
> https://builds.apache.org/view/H-L/view/HBase/job/HBase%20Nightly/job/branch-2.1/
> > >> >
> > >> > Please take a few minutes to verify the release and vote on
> releasing
> > >> it:
> > >> >
> > >> > [ ] +1 Release these artifacts as Apache HBase 2.1.1
> > >> > [ ] -1 Do not release this package because ...
> > >> >
> > >> > This VOTE thread will remain open for at least 72 hours. It will
> close
> > >> > for sure
> > >> > Wednesday night (10/31).
> > >> >
> > >> > Thanks,
> > >> > S
> > >> >
> > >> > 1.
> > >>
> https://dist.apache.org/repos/dist/dev/hbase/hbase-2.1.1RC0/CHANGES.md
> > >> > 2.
> > >> >
> > >>
> >
> https://dist.apache.org/repos/dist/dev/hbase/hbase-2.1.1RC0/RELEASENOTES.md
> > >> >
> > >> > P.S. Compatibility report is taking time. Will be back with it later
> > >> today.
> > >> >
> > >>
> > >
> >
>


Re: [VOTE] First release candidate for hbase-2.1.1 (RC0) is available for download and test

2018-10-29 Thread Artem Ervits
vote: 2.1.1 RC0
  +1 (non-binding)

  signatures and sums for src and bin: OK
  installed on pseudodistributed hadoop 2.7.7: OK
  hbase shell: OK
  logs: OK
  UI: OK
  LTT 1M write/read 20%: OK
  compile from src OpenJDK 1.8.0_191: OK
  Java: write 1M: OK

getting the following message but otherwise everything works:
Could not find or load main class
org.apache.hadoop.hbase.util.GetJavaProperty


On Mon, Oct 29, 2018 at 10:55 AM Allan Yang  wrote:

> +1(non-binding)
> -- Build from src - OK
> -- SHA and Signatures(both src, bin and client) - OK
> -- start in distributed mode - OK
> -- Basic shell commands[create/drop/alter/get/put/scan] - OK
> -- Check Web UI - OK (There a useless small arrow on right of the Region
> Servers section, may be a result of HBASE-21207
>  )
> -- ITBLL 1B row for 1 run - OK
> Best Regards
> Allan Yang
>
>
> 张铎(Duo Zhang)  于2018年10月29日周一 上午11:40写道:
>
> >
> > +1(binding)
> >
> > Built from src: OK
> > Checked sums & sigs: All matched
> > Run all UTs(jdk8u151): All passed
> > Started a 5 nodes cluster: OK, but the master page looks a bit strange,
> > CSS problem?(Please see the attachment)
> > Run basic shell cmds: OK
> > Run LTT with 1M rows: Read & Write, both OK
> >
> >
> >
> > Stack  于2018年10月28日周日 上午8:05写道:
> >
> >> Here is the compatibility report comparing 2.1.0 to 2.1.1:
> >>
> >>
> >>
> >>
> https://dist.apache.org/repos/dist/dev/hbase/hbase-2.1.1RC0/compatibility_report_2.1.0_vs_2.1.1.html
> >>
> >> Thanks,
> >> S
> >>
> >>
> >>
> >> On Sat, Oct 27, 2018 at 11:29 AM Stack  wrote:
> >>
> >> > The first release candidate for Apache HBase 2.1.1 (RC0) is available
> >> > for download and testing. This is a bug fix release with 180+ commits
> >> [1]
> >> > since hbase-2.1.0. Release notes are available here [2]. The
> >> compatibility
> >> > report is at [3].
> >> >
> >> > Artifacts are available here:
> >> >
> >> >   https://dist.apache.org/repos/dist/dev/hbase/hbase-2.1.1RC0/
> >> >
> >> > Corresponding convenience artifacts for maven use are in the staging
> >> > repository:
> >> >
> >> >
> https://repository.apache.org/content/repositories/orgapachehbase-1235
> >> >
> >> > All artifacts are signed with my code signing key, 8ACC93D2, which is
> >> > also in the project KEYS file:
> >> >
> >> > http://www.apache.org/dist/hbase/KEYS
> >> >
> >> > These artifacts correspond to commit ref
> >> >
> >> >  b60a92d6864ef27295027f5961cb46f9162d7637
> >> >
> >> > which has been tagged as 2.1.1RC0.
> >> >
> >> > Nightlies are looking pretty good:
> >> >
> >> >
> >> >
> >>
> https://builds.apache.org/view/H-L/view/HBase/job/HBase%20Nightly/job/branch-2.1/
> >> >
> >> > Please take a few minutes to verify the release and vote on releasing
> >> it:
> >> >
> >> > [ ] +1 Release these artifacts as Apache HBase 2.1.1
> >> > [ ] -1 Do not release this package because ...
> >> >
> >> > This VOTE thread will remain open for at least 72 hours. It will close
> >> > for sure
> >> > Wednesday night (10/31).
> >> >
> >> > Thanks,
> >> > S
> >> >
> >> > 1.
> >> https://dist.apache.org/repos/dist/dev/hbase/hbase-2.1.1RC0/CHANGES.md
> >> > 2.
> >> >
> >>
> https://dist.apache.org/repos/dist/dev/hbase/hbase-2.1.1RC0/RELEASENOTES.md
> >> >
> >> > P.S. Compatibility report is taking time. Will be back with it later
> >> today.
> >> >
> >>
> >
>


Re: [VOTE] First release candidate for hbase-2.1.1 (RC0) is available for download and test

2018-10-29 Thread Allan Yang
+1(non-binding)
-- Build from src - OK
-- SHA and Signatures(both src, bin and client) - OK
-- start in distributed mode - OK
-- Basic shell commands[create/drop/alter/get/put/scan] - OK
-- Check Web UI - OK (There a useless small arrow on right of the Region
Servers section, may be a result of HBASE-21207
 )
-- ITBLL 1B row for 1 run - OK
Best Regards
Allan Yang


张铎(Duo Zhang)  于2018年10月29日周一 上午11:40写道:

>
> +1(binding)
>
> Built from src: OK
> Checked sums & sigs: All matched
> Run all UTs(jdk8u151): All passed
> Started a 5 nodes cluster: OK, but the master page looks a bit strange,
> CSS problem?(Please see the attachment)
> Run basic shell cmds: OK
> Run LTT with 1M rows: Read & Write, both OK
>
>
>
> Stack  于2018年10月28日周日 上午8:05写道:
>
>> Here is the compatibility report comparing 2.1.0 to 2.1.1:
>>
>>
>>
>> https://dist.apache.org/repos/dist/dev/hbase/hbase-2.1.1RC0/compatibility_report_2.1.0_vs_2.1.1.html
>>
>> Thanks,
>> S
>>
>>
>>
>> On Sat, Oct 27, 2018 at 11:29 AM Stack  wrote:
>>
>> > The first release candidate for Apache HBase 2.1.1 (RC0) is available
>> > for download and testing. This is a bug fix release with 180+ commits
>> [1]
>> > since hbase-2.1.0. Release notes are available here [2]. The
>> compatibility
>> > report is at [3].
>> >
>> > Artifacts are available here:
>> >
>> >   https://dist.apache.org/repos/dist/dev/hbase/hbase-2.1.1RC0/
>> >
>> > Corresponding convenience artifacts for maven use are in the staging
>> > repository:
>> >
>> >  https://repository.apache.org/content/repositories/orgapachehbase-1235
>> >
>> > All artifacts are signed with my code signing key, 8ACC93D2, which is
>> > also in the project KEYS file:
>> >
>> > http://www.apache.org/dist/hbase/KEYS
>> >
>> > These artifacts correspond to commit ref
>> >
>> >  b60a92d6864ef27295027f5961cb46f9162d7637
>> >
>> > which has been tagged as 2.1.1RC0.
>> >
>> > Nightlies are looking pretty good:
>> >
>> >
>> >
>> https://builds.apache.org/view/H-L/view/HBase/job/HBase%20Nightly/job/branch-2.1/
>> >
>> > Please take a few minutes to verify the release and vote on releasing
>> it:
>> >
>> > [ ] +1 Release these artifacts as Apache HBase 2.1.1
>> > [ ] -1 Do not release this package because ...
>> >
>> > This VOTE thread will remain open for at least 72 hours. It will close
>> > for sure
>> > Wednesday night (10/31).
>> >
>> > Thanks,
>> > S
>> >
>> > 1.
>> https://dist.apache.org/repos/dist/dev/hbase/hbase-2.1.1RC0/CHANGES.md
>> > 2.
>> >
>> https://dist.apache.org/repos/dist/dev/hbase/hbase-2.1.1RC0/RELEASENOTES.md
>> >
>> > P.S. Compatibility report is taking time. Will be back with it later
>> today.
>> >
>>
>


Re: [VOTE] First release candidate for hbase-2.1.1 (RC0) is available for download and test

2018-10-28 Thread Duo Zhang
+1(binding)

Built from src: OK
Checked sums & sigs: All matched
Run all UTs(jdk8u151): All passed
Started a 5 nodes cluster: OK, but the master page looks a bit strange, CSS
problem?(Please see the attachment)
Run basic shell cmds: OK
Run LTT with 1M rows: Read & Write, both OK



Stack  于2018年10月28日周日 上午8:05写道:

> Here is the compatibility report comparing 2.1.0 to 2.1.1:
>
>
>
> https://dist.apache.org/repos/dist/dev/hbase/hbase-2.1.1RC0/compatibility_report_2.1.0_vs_2.1.1.html
>
> Thanks,
> S
>
>
>
> On Sat, Oct 27, 2018 at 11:29 AM Stack  wrote:
>
> > The first release candidate for Apache HBase 2.1.1 (RC0) is available
> > for download and testing. This is a bug fix release with 180+ commits [1]
> > since hbase-2.1.0. Release notes are available here [2]. The
> compatibility
> > report is at [3].
> >
> > Artifacts are available here:
> >
> >   https://dist.apache.org/repos/dist/dev/hbase/hbase-2.1.1RC0/
> >
> > Corresponding convenience artifacts for maven use are in the staging
> > repository:
> >
> >  https://repository.apache.org/content/repositories/orgapachehbase-1235
> >
> > All artifacts are signed with my code signing key, 8ACC93D2, which is
> > also in the project KEYS file:
> >
> > http://www.apache.org/dist/hbase/KEYS
> >
> > These artifacts correspond to commit ref
> >
> >  b60a92d6864ef27295027f5961cb46f9162d7637
> >
> > which has been tagged as 2.1.1RC0.
> >
> > Nightlies are looking pretty good:
> >
> >
> >
> https://builds.apache.org/view/H-L/view/HBase/job/HBase%20Nightly/job/branch-2.1/
> >
> > Please take a few minutes to verify the release and vote on releasing it:
> >
> > [ ] +1 Release these artifacts as Apache HBase 2.1.1
> > [ ] -1 Do not release this package because ...
> >
> > This VOTE thread will remain open for at least 72 hours. It will close
> > for sure
> > Wednesday night (10/31).
> >
> > Thanks,
> > S
> >
> > 1.
> https://dist.apache.org/repos/dist/dev/hbase/hbase-2.1.1RC0/CHANGES.md
> > 2.
> >
> https://dist.apache.org/repos/dist/dev/hbase/hbase-2.1.1RC0/RELEASENOTES.md
> >
> > P.S. Compatibility report is taking time. Will be back with it later
> today.
> >
>


Re: [VOTE] First release candidate for hbase-2.1.1 (RC0) is available for download and test

2018-10-27 Thread Stack
Here is the compatibility report comparing 2.1.0 to 2.1.1:


https://dist.apache.org/repos/dist/dev/hbase/hbase-2.1.1RC0/compatibility_report_2.1.0_vs_2.1.1.html

Thanks,
S



On Sat, Oct 27, 2018 at 11:29 AM Stack  wrote:

> The first release candidate for Apache HBase 2.1.1 (RC0) is available
> for download and testing. This is a bug fix release with 180+ commits [1]
> since hbase-2.1.0. Release notes are available here [2]. The compatibility
> report is at [3].
>
> Artifacts are available here:
>
>   https://dist.apache.org/repos/dist/dev/hbase/hbase-2.1.1RC0/
>
> Corresponding convenience artifacts for maven use are in the staging
> repository:
>
>  https://repository.apache.org/content/repositories/orgapachehbase-1235
>
> All artifacts are signed with my code signing key, 8ACC93D2, which is
> also in the project KEYS file:
>
> http://www.apache.org/dist/hbase/KEYS
>
> These artifacts correspond to commit ref
>
>  b60a92d6864ef27295027f5961cb46f9162d7637
>
> which has been tagged as 2.1.1RC0.
>
> Nightlies are looking pretty good:
>
>
> https://builds.apache.org/view/H-L/view/HBase/job/HBase%20Nightly/job/branch-2.1/
>
> Please take a few minutes to verify the release and vote on releasing it:
>
> [ ] +1 Release these artifacts as Apache HBase 2.1.1
> [ ] -1 Do not release this package because ...
>
> This VOTE thread will remain open for at least 72 hours. It will close
> for sure
> Wednesday night (10/31).
>
> Thanks,
> S
>
> 1. https://dist.apache.org/repos/dist/dev/hbase/hbase-2.1.1RC0/CHANGES.md
> 2.
> https://dist.apache.org/repos/dist/dev/hbase/hbase-2.1.1RC0/RELEASENOTES.md
>
> P.S. Compatibility report is taking time. Will be back with it later today.
>