I think you need to delete $TMPDIR/hbase-mdrob (or whatever is your username) before testing the binaries. Looks like you've been testing a later version and it's left data behind.
We have not produced release notes beyond the JIRA generated ones for prior releases. We will soon. This is something I agreed to for 1.4.0. I don't think it's fair to expect Nick to do it for the last 1.1.x release when it hasn't been done prior, but I'm not saying don't do it if he wants to. > On Dec 4, 2017, at 8:43 AM, Mike Drob <[email protected]> wrote: > > -1 (non-binding) > > general: > + sign, sums good > > src: > - tar missing hbase-native-client (present in tag) > + can build from source (oracle jdk 1.7.0_80) > > bin: > - docs/doap_Hbase.rdf is very out of date (possibly not actually an issue) > - unable to launch using bin/hbase-start.sh (both java 7 and 8), got > following error in .out log file: > > WARNING! HBase file layout needs to be upgraded. You have version null and > I want version 8. Consult http://hbase.apache.org/book.html for further > information about upgrading HBase. Is your hbase.rootdir valid? If so, you > may need to run 'hbase hbck -fixVersionFile'. > > > System Info: > > mdrob@mdrob-MBP:/tmp/hbase-1.1-0/hbase-1.1.13$ sw_vers > ProductName: Mac OS X > ProductVersion: 10.12.6 > BuildVersion: 16G1036 > mdrob@mdrob-MBP:/tmp/hbase-1.1-0/hbase-1.1.13$ java -version > java version "1.7.0_80" > Java(TM) SE Runtime Environment (build 1.7.0_80-b15) > Java HotSpot(TM) 64-Bit Server VM (build 24.80-b11, mixed mode) > > > Mike > > > > > >> On Fri, Dec 1, 2017 at 12:31 AM, Nick Dimiduk <[email protected]> wrote: >> >> I'm happy to announce the first release candidate of HBase 1.1.13 >> (HBase-1.1.13RC0) is available for download at >> *https://dist.apache.org/repos/dist/dev/hbase/hbase-1.1.13RC0/ >> <https://dist.apache.org/repos/dist/dev/hbase/hbase-1.1.13RC0/>*. >> >> This is to be the final release from branch-1.1. >> >> Maven artifacts are available in the staging repository >> *https://repository.apache.org/content/repositories/orgapachehbase-1182 >> <https://repository.apache.org/content/repositories/orgapachehbase-1182>* >> >> Artifacts are signed with my code signing subkey 0xAD9039071C3489BD, >> available in the Apache keys directory https://people.apache.org/keys >> /committer/ndimiduk.asc >> <https://people.apache.org/keys/committer/ndimiduk.asc> and in our KEYS >> file http://www-us.apache.org/dist/ >> hbase/KEYS <http://www-us.apache.org/dist/hbase/KEYS>. >> >> There's also a signed tag for this release at >> *https://git-wip-us.apache.org/repos/asf?p=hbase.git;a=tag; >> h=16a04e6629e614c7900c443f3a29cdba92dd7b7e >> <https://git-wip-us.apache.org/repos/asf?p=hbase.git;a=tag; >> h=16a04e6629e614c7900c443f3a29cdba92dd7b7e>* >> >> The detailed source and binary compatibility report vs 1.1.12 has been >> published for your review, at >> *https://home.apache.org/~ndimiduk/1.1.12_1.1.13RC0_compat_report.html >> <https://home.apache.org/~ndimiduk/1.1.12_1.1.13RC0_compat_report.html>* >> >> HBase 1.1.13 is the thirteenth and final 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 40 resolved >> issues since the 1.1.12 release; the majority of these changes are to build >> tooling rather than the product itself. Notable product correctness fixes >> include HBASE-18665 and HBASE-19052. >> >> The full list of fixes included in this release is available at >> *https://issues.apache.org/jira/secure/ReleaseNote.jspa?proj >> ectId=12310753&version=12341346 >> <https://issues.apache.org/jira/secure/ReleaseNote.jspa?proj >> ectId=12310753&version=12341346>* >> and >> and in the CHANGES.txt file included in the distribution. >> >> Please try out this candidate and vote +/-1 by 23:59 Pacific time on >> Friday, 2017-12-08 as to whether we should release these artifacts as HBase >> 1.1.13. >> >> Thanks, >> Nick >>
