I replaced the hbase/lib dir of an existing 1.1.1 deployment with lib dir built from 1.1.2 RC0
I tried to use hbase shell and encountered the following: ArgumentError: wrong number of arguments (3 for 2) (root) at /usr/hdp/2.3.0.0-2556/hbase/bin/hirb.rb:134 After the following copy, I was able to use hbase shell: cp ~/hbase-1.1.2/bin/hirb.rb bin I am currently testing RC0 in a 6 node cluster with master running 1.1.2 and some region servers running 1.1.1 Will report back my progress. On Thu, Aug 13, 2015 at 2:21 PM, Nick Dimiduk <ndimi...@apache.org> wrote: > I'm happy to announce the first release candidate of HBase 1.1.2 > (HBase-1.1.2RC0) is available for download at > https://dist.apache.org/repos/dist/dev/hbase/hbase-1.1.2RC0/ > > Maven artifacts are also available in the staging repository > https://repository.apache.org/content/repositories/orgapachehbase-1090 > > Artifacts are signed with my code signing subkey 0xAD9039071C3489BD, > available in the Apache keys directory > https://people.apache.org/keys/committer/ndimiduk.asc > > There's also a signed tag for this release at > > https://git-wip-us.apache.org/repos/asf?p=hbase.git;a=tag;h=c4b4a91620639fd964444e59171369c630dc51e3 > > The detailed source and binary compatibility report vs 1.1.0 has been > published for your review, at > http://people.apache.org/~ndimiduk/1.1.0_1.1.2RC0_compat_report.html > > HBase 1.1.2 is the second patch release in the HBase 1.1 line, continuing > on the theme of bringing a stable, reliable database to the Hadoop and > NoSQL communities. This release includes over 70 bug fixes since the 1.1.1 > release. Notable correctness fixes include HBASE-14054, HBASE-12865, > HBASE-13993, HBASE-13337, HBASE-14013, HBASE-13895. > > The full list of fixes included in this release is available at > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310753&version=12332793 > and in the CHANGES.txt file included in the distribution. > > Please try out this candidate and vote +/-1 by midnight Pacific time on > Monday, 2015-08-17 as to whether we should release these artifacts as HBase > 1.1.2. > > Thanks, > Nick >