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 <[email protected]> wrote: > On Mon, Oct 29, 2018 at 7:55 AM Allan Yang <[email protected]> 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 > > <https://issues.apache.org/jira/browse/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) <[email protected]> 于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 <[email protected]> 于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 <[email protected]> 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. > > >> > > > >> > > > > > >
