That would NOT be expected. 1.1.x is built with jdk7 and expected to run on jdk7 and jdk8. I set JAVA_HOME to jdk7 for the build and usually use the same terminal session when trying the bits so I probably tried it with jdk7 before calling the vote.
What are you seeing? What JDK? You on a Mac? Mac tmp path is nonsensical (to me). Try explicitly setting hbase.tmp.dir someplace sane. I set mine to $HBASE_HOME/tmp when running locally. On Friday, September 2, 2016, Stack <[email protected]> wrote: > +1 > > Downloaded, checked signatures and hashes. > Undid the bundle and checked layout. > Built from src and started it up. I had to use jdk8. Couldn't get it to > start with jdk7. That expected? > Loaded 1M and verified all in there. > Logs look good. > > St.Ack > > > On Sun, Aug 28, 2016 at 11:30 AM, Nick Dimiduk <[email protected] > <javascript:;>> wrote: > > > I'm happy to announce the third release candidate of HBase 1.1.6 > (HBase-1.1 > > .6RC2) is available for download at > > https://dist.apache.org/repos/dist/dev/hbase/hbase-1.1.6RC2/ > > > > Maven artifacts are also available in the staging repository > > https://repository.apache.org/content/repositories/orgapachehbase-1148 > > > > Artifacts are signed with my code signing subkey 0xAD9039071C3489BD, > > available in the Apache keys directory https://people.apache.org/ > > keys/committer/ndimiduk.asc and in our KEYS file > > https://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= > > dea3b9ed8239748136ee3e8010a16039a9c29410 > > > > The detailed source and binary compatibility report vs 1.1.5 has been > > published for your review, at > > http://home.apache.org/~ndimiduk/1.1.5_1.1.6RC2_compat_report.html > > > > HBase 1.1.6 is the sixth 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.5 > > release. Notable correctness fixes include HBASE-15698, HBASE-15856, > > HBASE-15878, HBASE-16012, HBASE-16056, HBASE-16093, HBASE-16132, > > HBASE-16237, HBASE-16288, HBASE-16420, HBASE-16429, and HBASE-16464. > > > > The full list of fixes included in this release is available at > > https://issues.apache.org/jira/secure/ReleaseNote.jspa? > > projectId=12310753&version=12335679 > > 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 > > Sunday, 2016-09-04 as to whether we should release these artifacts as > HBase > > 1.1.6. > > > > Thanks, > > Nick > > >
