Re: [VOTE] First release candidate for HBase 1.1.2 (RC0) is available

2015-08-19 Thread Josh Elser

Forgot to send out last night (figured I would now despite the -1)

Ignoring licensing issues, (non-binding) +1

* Checked sig/xsums
* Inspected compatibility report (thanks for including!)
* Built source
* Ran small+med tests (TestRegionServerHostname failed, passed on rerun)

Nick Dimiduk 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=c4b4a91620639fd96e59171369c630dc51e3

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=12310753version=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



Re: [VOTE] First release candidate for HBase 1.1.2 (RC0) is available

2015-08-18 Thread Nick Dimiduk
+1

- download tarballs, verified signatures vs below ndimiduk.asc and KEYS
file in dist repo
- verified none of rej, orig, java, or scala files in the bin tgz
- verified none of rej, orig, class, jar files in the src tgz
- inspected site and docs in bin tgz, looks good
- build from source vs all combinations of
openjdk-1.7.0.85, openjdk-1.8.0.51-0.b16, and hadoop versions 2.2.0, 2.3.0,
2.4.0, 2.4.1, 2.5.0, 2.5.1, 2.5.2, 2.6.0, 2.7.0, 2.7.1
- ran in local mode with LoadTestTool, FAST_DIFF, 1mm rows (about an hour).
passed.
- ran rolling upgrade from 0.98.0 on 7-node cluster while running LTT from
0.98.0 client. Ran to completion without incident, though I did file a
minor ticket after inspecting the logs (HBASE-14240).
- inspected linked compatibility report. Nothing changed since 1.1.1RC0
report.
- ran stack's hbase-downstreamer [0] project `mvn clean package` vs staging
maven repo. Tests pass.
- ran Dmitry's shaded-client downstreamer project [1] vs staging maven repo
and bin tarball, following instructions similar to those found in my JIRA
comment [2], versions adjusted for the release candidate. Test app runs
successfully.

[0]: https://github.com/saintstack/hbase-downstreamer
[1]: https://github.com/dminkovsky/HBASE-13889
[2]:
https://issues.apache.org/jira/browse/HBASE-13889?focusedCommentId=14692493page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14692493

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=c4b4a91620639fd96e59171369c630dc51e3

 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=12310753version=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



Re: [VOTE] First release candidate for HBase 1.1.2 (RC0) is available

2015-08-18 Thread Sean Busbey
currently -0 for

* HBASE-14245 Incorrect LICENSE / NOTICE files for Netty 3 bundling
* HBASE-14244 hbase-resource-bundle jar missing copyright end year

but so far looks unaffected by HBASE-14243. will try to finish looking at
rest of license by cut off.

On Tue, Aug 18, 2015 at 12:27 PM, Nick Dimiduk ndimi...@apache.org wrote:

 +1

 - download tarballs, verified signatures vs below ndimiduk.asc and KEYS
 file in dist repo
 - verified none of rej, orig, java, or scala files in the bin tgz
 - verified none of rej, orig, class, jar files in the src tgz
 - inspected site and docs in bin tgz, looks good
 - build from source vs all combinations of
 openjdk-1.7.0.85, openjdk-1.8.0.51-0.b16, and hadoop versions 2.2.0, 2.3.0,
 2.4.0, 2.4.1, 2.5.0, 2.5.1, 2.5.2, 2.6.0, 2.7.0, 2.7.1
 - ran in local mode with LoadTestTool, FAST_DIFF, 1mm rows (about an hour).
 passed.
 - ran rolling upgrade from 0.98.0 on 7-node cluster while running LTT from
 0.98.0 client. Ran to completion without incident, though I did file a
 minor ticket after inspecting the logs (HBASE-14240).
 - inspected linked compatibility report. Nothing changed since 1.1.1RC0
 report.
 - ran stack's hbase-downstreamer [0] project `mvn clean package` vs staging
 maven repo. Tests pass.
 - ran Dmitry's shaded-client downstreamer project [1] vs staging maven repo
 and bin tarball, following instructions similar to those found in my JIRA
 comment [2], versions adjusted for the release candidate. Test app runs
 successfully.

 [0]: https://github.com/saintstack/hbase-downstreamer
 [1]: https://github.com/dminkovsky/HBASE-13889
 [2]:

 https://issues.apache.org/jira/browse/HBASE-13889?focusedCommentId=14692493page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14692493

 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=c4b4a91620639fd96e59171369c630dc51e3
 
  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=12310753version=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
 




-- 
Sean


Re: [VOTE] First release candidate for HBase 1.1.2 (RC0) is available

2015-08-18 Thread Andrew Purtell
This vote is going to pass without an actual veto. Assuming that's the intent 
and these details can be fixed for 1.1.3.


 On Aug 18, 2015, at 7:29 PM, Sean Busbey bus...@cloudera.com wrote:
 
 currently -0 for
 
 * HBASE-14245 Incorrect LICENSE / NOTICE files for Netty 3 bundling
 * HBASE-14244 hbase-resource-bundle jar missing copyright end year
 
 but so far looks unaffected by HBASE-14243. will try to finish looking at
 rest of license by cut off.
 
 On Tue, Aug 18, 2015 at 12:27 PM, Nick Dimiduk ndimi...@apache.org wrote:
 
 +1
 
 - download tarballs, verified signatures vs below ndimiduk.asc and KEYS
 file in dist repo
 - verified none of rej, orig, java, or scala files in the bin tgz
 - verified none of rej, orig, class, jar files in the src tgz
 - inspected site and docs in bin tgz, looks good
 - build from source vs all combinations of
 openjdk-1.7.0.85, openjdk-1.8.0.51-0.b16, and hadoop versions 2.2.0, 2.3.0,
 2.4.0, 2.4.1, 2.5.0, 2.5.1, 2.5.2, 2.6.0, 2.7.0, 2.7.1
 - ran in local mode with LoadTestTool, FAST_DIFF, 1mm rows (about an hour).
 passed.
 - ran rolling upgrade from 0.98.0 on 7-node cluster while running LTT from
 0.98.0 client. Ran to completion without incident, though I did file a
 minor ticket after inspecting the logs (HBASE-14240).
 - inspected linked compatibility report. Nothing changed since 1.1.1RC0
 report.
 - ran stack's hbase-downstreamer [0] project `mvn clean package` vs staging
 maven repo. Tests pass.
 - ran Dmitry's shaded-client downstreamer project [1] vs staging maven repo
 and bin tarball, following instructions similar to those found in my JIRA
 comment [2], versions adjusted for the release candidate. Test app runs
 successfully.
 
 [0]: https://github.com/saintstack/hbase-downstreamer
 [1]: https://github.com/dminkovsky/HBASE-13889
 [2]:
 
 https://issues.apache.org/jira/browse/HBASE-13889?focusedCommentId=14692493page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14692493
 
 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=c4b4a91620639fd96e59171369c630dc51e3
 
 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=12310753version=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
 
 
 
 -- 
 Sean


Re: [VOTE] First release candidate for HBase 1.1.2 (RC0) is available

2015-08-18 Thread Sean Busbey
Yeah, that's my intent.

On Tue, Aug 18, 2015 at 11:42 PM, Andrew Purtell andrew.purt...@gmail.com
wrote:

 This vote is going to pass without an actual veto. Assuming that's the
 intent and these details can be fixed for 1.1.3.


  On Aug 18, 2015, at 7:29 PM, Sean Busbey bus...@cloudera.com wrote:
 
  currently -0 for
 
  * HBASE-14245 Incorrect LICENSE / NOTICE files for Netty 3 bundling
  * HBASE-14244 hbase-resource-bundle jar missing copyright end year
 
  but so far looks unaffected by HBASE-14243. will try to finish looking at
  rest of license by cut off.
 
  On Tue, Aug 18, 2015 at 12:27 PM, Nick Dimiduk ndimi...@apache.org
 wrote:
 
  +1
 
  - download tarballs, verified signatures vs below ndimiduk.asc and KEYS
  file in dist repo
  - verified none of rej, orig, java, or scala files in the bin tgz
  - verified none of rej, orig, class, jar files in the src tgz
  - inspected site and docs in bin tgz, looks good
  - build from source vs all combinations of
  openjdk-1.7.0.85, openjdk-1.8.0.51-0.b16, and hadoop versions 2.2.0,
 2.3.0,
  2.4.0, 2.4.1, 2.5.0, 2.5.1, 2.5.2, 2.6.0, 2.7.0, 2.7.1
  - ran in local mode with LoadTestTool, FAST_DIFF, 1mm rows (about an
 hour).
  passed.
  - ran rolling upgrade from 0.98.0 on 7-node cluster while running LTT
 from
  0.98.0 client. Ran to completion without incident, though I did file a
  minor ticket after inspecting the logs (HBASE-14240).
  - inspected linked compatibility report. Nothing changed since 1.1.1RC0
  report.
  - ran stack's hbase-downstreamer [0] project `mvn clean package` vs
 staging
  maven repo. Tests pass.
  - ran Dmitry's shaded-client downstreamer project [1] vs staging maven
 repo
  and bin tarball, following instructions similar to those found in my
 JIRA
  comment [2], versions adjusted for the release candidate. Test app runs
  successfully.
 
  [0]: https://github.com/saintstack/hbase-downstreamer
  [1]: https://github.com/dminkovsky/HBASE-13889
  [2]:
 
 
 https://issues.apache.org/jira/browse/HBASE-13889?focusedCommentId=14692493page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14692493
 
  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=c4b4a91620639fd96e59171369c630dc51e3
 
  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=12310753version=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
 
 
 
  --
  Sean




-- 
Sean


Re: [VOTE] First release candidate for HBase 1.1.2 (RC0) is available

2015-08-18 Thread Sean Busbey
sorry folks.

-1

https://issues.apache.org/jira/browse/HBASE-14250 incorrect hbase-server
test-jar LICENSE
https://issues.apache.org/jira/browse/HBASE-14249 shaded jar test and
source jars have incorrect LICENSE/NOTICE

On Tue, Aug 18, 2015 at 11:50 PM, Sean Busbey bus...@cloudera.com wrote:

 Yeah, that's my intent.

 On Tue, Aug 18, 2015 at 11:42 PM, Andrew Purtell andrew.purt...@gmail.com
  wrote:

 This vote is going to pass without an actual veto. Assuming that's the
 intent and these details can be fixed for 1.1.3.


  On Aug 18, 2015, at 7:29 PM, Sean Busbey bus...@cloudera.com wrote:
 
  currently -0 for
 
  * HBASE-14245 Incorrect LICENSE / NOTICE files for Netty 3 bundling
  * HBASE-14244 hbase-resource-bundle jar missing copyright end year
 
  but so far looks unaffected by HBASE-14243. will try to finish looking
 at
  rest of license by cut off.
 
  On Tue, Aug 18, 2015 at 12:27 PM, Nick Dimiduk ndimi...@apache.org
 wrote:
 
  +1
 
  - download tarballs, verified signatures vs below ndimiduk.asc and KEYS
  file in dist repo
  - verified none of rej, orig, java, or scala files in the bin tgz
  - verified none of rej, orig, class, jar files in the src tgz
  - inspected site and docs in bin tgz, looks good
  - build from source vs all combinations of
  openjdk-1.7.0.85, openjdk-1.8.0.51-0.b16, and hadoop versions 2.2.0,
 2.3.0,
  2.4.0, 2.4.1, 2.5.0, 2.5.1, 2.5.2, 2.6.0, 2.7.0, 2.7.1
  - ran in local mode with LoadTestTool, FAST_DIFF, 1mm rows (about an
 hour).
  passed.
  - ran rolling upgrade from 0.98.0 on 7-node cluster while running LTT
 from
  0.98.0 client. Ran to completion without incident, though I did file a
  minor ticket after inspecting the logs (HBASE-14240).
  - inspected linked compatibility report. Nothing changed since 1.1.1RC0
  report.
  - ran stack's hbase-downstreamer [0] project `mvn clean package` vs
 staging
  maven repo. Tests pass.
  - ran Dmitry's shaded-client downstreamer project [1] vs staging maven
 repo
  and bin tarball, following instructions similar to those found in my
 JIRA
  comment [2], versions adjusted for the release candidate. Test app runs
  successfully.
 
  [0]: https://github.com/saintstack/hbase-downstreamer
  [1]: https://github.com/dminkovsky/HBASE-13889
  [2]:
 
 
 https://issues.apache.org/jira/browse/HBASE-13889?focusedCommentId=14692493page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14692493
 
  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=c4b4a91620639fd96e59171369c630dc51e3
 
  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=12310753version=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
 
 
 
  --
  Sean




 --
 Sean




-- 
Sean


Re: [VOTE] First release candidate for HBase 1.1.2 (RC0) is available

2015-08-17 Thread Andrew Purtell
+1

- Downloaded source and binary tarballs
- Verified sums and signature
- Spot checked LICENSE and NOTICE files in root dir and jars
- Built from source
- RAT check passes
- Unit tests pass, tested with 7u79
- Ran LoadTestTool on a standalone instance, loaded a few million rows,
messages in log and latency in line with expecations
- Ran ITBLL on a standalone instance, passed


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=c4b4a91620639fd96e59171369c630dc51e3

 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=12310753version=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




-- 
Best regards,

   - Andy

Problems worthy of attack prove their worth by hitting back. - Piet Hein
(via Tom White)


Re: [VOTE] First release candidate for HBase 1.1.2 (RC0) is available

2015-08-17 Thread Andrew Purtell
Thanks Nick, I'll look at the RC today.


On Sun, Aug 16, 2015 at 8:49 PM, Nick Dimiduk ndimi...@apache.org wrote:

 It now occurs to me this vote period fell over a weekend, which is likely
 inconvenient for many folks. Let me extend the period for another 24 hours.
 Please provide your evaluation of this candidate by midnight Pacific time
 on Tuesday, 2015-08-18.

 Thanks for your time.
 -n

 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=c4b4a91620639fd96e59171369c630dc51e3
 
  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=12310753version=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
 




-- 
Best regards,

   - Andy

Problems worthy of attack prove their worth by hitting back. - Piet Hein
(via Tom White)


Re: [VOTE] First release candidate for HBase 1.1.2 (RC0) is available

2015-08-17 Thread Sean Busbey
Just to confirm, this is the boundary between today and tomorrow, right?

On Mon, Aug 17, 2015 at 1:13 PM, Andrew Purtell apurt...@apache.org wrote:

 Thanks Nick, I'll look at the RC today.


 On Sun, Aug 16, 2015 at 8:49 PM, Nick Dimiduk ndimi...@apache.org wrote:

  It now occurs to me this vote period fell over a weekend, which is likely
  inconvenient for many folks. Let me extend the period for another 24
 hours.
  Please provide your evaluation of this candidate by midnight Pacific time
  on Tuesday, 2015-08-18.
 
  Thanks for your time.
  -n
 
  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=c4b4a91620639fd96e59171369c630dc51e3
  
   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=12310753version=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
  
 



 --
 Best regards,

- Andy

 Problems worthy of attack prove their worth by hitting back. - Piet Hein
 (via Tom White)




-- 
Sean


Re: [VOTE] First release candidate for HBase 1.1.2 (RC0) is available

2015-08-16 Thread Nick Dimiduk
It now occurs to me this vote period fell over a weekend, which is likely
inconvenient for many folks. Let me extend the period for another 24 hours.
Please provide your evaluation of this candidate by midnight Pacific time
on Tuesday, 2015-08-18.

Thanks for your time.
-n

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=c4b4a91620639fd96e59171369c630dc51e3

 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=12310753version=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



Re: [VOTE] First release candidate for HBase 1.1.2 (RC0) is available

2015-08-13 Thread Nick Dimiduk
On Thu, Aug 13, 2015 at 4:35 PM, Jean-Marc Spaggiari 
jean-m...@spaggiari.org wrote:

 Quick question here. Are we supposed to be able to start the standalone
 mode just by doing the extract, export JAVA_HOME and start-hbase.sh? It
 doesn't work anymore for me.

 So just running start-hbase.sh doesn't allow me to run HBase anymore. Is
 that expected?


Should work, yes. You may also need to set HBASE_HOM and/or HBASE_CONF_DIR
if you've set them for other installations.

I verified this with both bin and a build from src tgz before posting. What
are you seeing JM? Any helpful logs? I tend to give my stand-alone
instances their own working directory, via the logic outlined in this post
[0]. From my history, looks like i unpack to /tmp/hbase-1.1.2 and edit
config such that hbase.tmp.dir=/tmp/hbase-1.1.2/data.

-n

[0]: http://www.n10k.com/blog/hbase-root-dir/

2015-08-13 19:27 GMT-04:00 Andrew Purtell apurt...@apache.org:

  What is hdp-2.3.0.0-2556? Doesn't look like any artifact this project has
  released.
 
 
 
  On Thu, Aug 13, 2015 at 4:07 PM, Ted Yu yuzhih...@gmail.com wrote:
 
   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=c4b4a91620639fd96e59171369c630dc51e3
   
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=12310753version=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
   
  
 
 
 
  --
  Best regards,
 
 - Andy
 
  Problems worthy of attack prove their worth by hitting back. - Piet Hein
  (via Tom White)
 



Re: [VOTE] First release candidate for HBase 1.1.2 (RC0) is available

2015-08-13 Thread Andrew Purtell
What is hdp-2.3.0.0-2556? Doesn't look like any artifact this project has
released.



On Thu, Aug 13, 2015 at 4:07 PM, Ted Yu yuzhih...@gmail.com wrote:

 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=c4b4a91620639fd96e59171369c630dc51e3
 
  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=12310753version=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
 




-- 
Best regards,

   - Andy

Problems worthy of attack prove their worth by hitting back. - Piet Hein
(via Tom White)


Re: [VOTE] First release candidate for HBase 1.1.2 (RC0) is available

2015-08-13 Thread Ted Yu
Uh ...
That is equivalent to HBase 1.1.1

Will filter out such information in subsequent emails.

On Thu, Aug 13, 2015 at 4:27 PM, Andrew Purtell apurt...@apache.org wrote:

 What is hdp-2.3.0.0-2556? Doesn't look like any artifact this project has
 released.



 On Thu, Aug 13, 2015 at 4:07 PM, Ted Yu yuzhih...@gmail.com wrote:

  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=c4b4a91620639fd96e59171369c630dc51e3
  
   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=12310753version=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
  
 



 --
 Best regards,

- Andy

 Problems worthy of attack prove their worth by hitting back. - Piet Hein
 (via Tom White)



Re: [VOTE] First release candidate for HBase 1.1.2 (RC0) is available

2015-08-13 Thread Ted Yu
+1

Ran test suite using Java 1.8.0_45 - passed
Checked signature
Cluster testing involving 1.1.2 master and 1.1.1 region servers was positive
Verified on Mac that standalone mode works

Will continue with cluster testing


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=c4b4a91620639fd96e59171369c630dc51e3

 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=12310753version=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



Re: [VOTE] First release candidate for HBase 1.1.2 (RC0) is available

2015-08-13 Thread Ted Yu
J-M:
There is more than one place in the log where CDH showed up.

Looking at logs/hbase-tyu-master-TYus-MacBook-Pro.local.log I found
jackson-jaxrs-1.9.3.jar coming from local maven repo (I built from source).

Can you try building from source and try again ?

Cheers


On Thu, Aug 13, 2015 at 4:56 PM, Jean-Marc Spaggiari 
jean-m...@spaggiari.org wrote:

 I tried by exporting both HBASE_HOME and JAVA_HOME but still fail.

 Here are the logs:

 http://pastebin.com/SCXfsA4c

 hbase@hbasetest1:~/
 dist.apache.org/repos/dist/dev/hbase/hbase-1.1.2RC0/hbase-1.1.2$ echo
 $JAVA_HOME
 /usr/local/jdk1.8.0_45/
 hbase@hbasetest1:~/
 dist.apache.org/repos/dist/dev/hbase/hbase-1.1.2RC0/hbase-1.1.2$ echo
 $HBASE_HOME
 /home/hbase/
 dist.apache.org/repos/dist/dev/hbase/hbase-1.1.2RC0/hbase-1.1.2

 I extract each and every release in its own directory...

 2015-08-13 19:41 GMT-04:00 Nick Dimiduk ndimi...@apache.org:

  On Thu, Aug 13, 2015 at 4:35 PM, Jean-Marc Spaggiari 
  jean-m...@spaggiari.org wrote:
 
   Quick question here. Are we supposed to be able to start the standalone
   mode just by doing the extract, export JAVA_HOME and start-hbase.sh? It
   doesn't work anymore for me.
  
   So just running start-hbase.sh doesn't allow me to run HBase anymore.
 Is
   that expected?
  
 
  Should work, yes. You may also need to set HBASE_HOM and/or
 HBASE_CONF_DIR
  if you've set them for other installations.
 
  I verified this with both bin and a build from src tgz before posting.
 What
  are you seeing JM? Any helpful logs? I tend to give my stand-alone
  instances their own working directory, via the logic outlined in this
 post
  [0]. From my history, looks like i unpack to /tmp/hbase-1.1.2 and edit
  config such that hbase.tmp.dir=/tmp/hbase-1.1.2/data.
 
  -n
 
  [0]: http://www.n10k.com/blog/hbase-root-dir/
 
  2015-08-13 19:27 GMT-04:00 Andrew Purtell apurt...@apache.org:
  
What is hdp-2.3.0.0-2556? Doesn't look like any artifact this project
  has
released.
   
   
   
On Thu, Aug 13, 2015 at 4:07 PM, Ted Yu yuzhih...@gmail.com wrote:
   
 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=c4b4a91620639fd96e59171369c630dc51e3
 
  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=12310753version=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
 

   
   
   
--
Best regards,
   
   - Andy
   
Problems worthy of attack prove their worth by hitting back. - Piet
  Hein
(via Tom White)
   
  
 



Re: [VOTE] First release candidate for HBase 1.1.2 (RC0) is available

2015-08-13 Thread Jean-Marc Spaggiari
Quick question here. Are we supposed to be able to start the standalone
mode just by doing the extract, export JAVA_HOME and start-hbase.sh? It
doesn't work anymore for me.

So just running start-hbase.sh doesn't allow me to run HBase anymore. Is
that expected?

2015-08-13 19:27 GMT-04:00 Andrew Purtell apurt...@apache.org:

 What is hdp-2.3.0.0-2556? Doesn't look like any artifact this project has
 released.



 On Thu, Aug 13, 2015 at 4:07 PM, Ted Yu yuzhih...@gmail.com wrote:

  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=c4b4a91620639fd96e59171369c630dc51e3
  
   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=12310753version=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
  
 



 --
 Best regards,

- Andy

 Problems worthy of attack prove their worth by hitting back. - Piet Hein
 (via Tom White)



Re: [VOTE] First release candidate for HBase 1.1.2 (RC0) is available

2015-08-13 Thread Jean-Marc Spaggiari
I tried by exporting both HBASE_HOME and JAVA_HOME but still fail.

Here are the logs:

http://pastebin.com/SCXfsA4c

hbase@hbasetest1:~/
dist.apache.org/repos/dist/dev/hbase/hbase-1.1.2RC0/hbase-1.1.2$ echo
$JAVA_HOME
/usr/local/jdk1.8.0_45/
hbase@hbasetest1:~/
dist.apache.org/repos/dist/dev/hbase/hbase-1.1.2RC0/hbase-1.1.2$ echo
$HBASE_HOME
/home/hbase/dist.apache.org/repos/dist/dev/hbase/hbase-1.1.2RC0/hbase-1.1.2

I extract each and every release in its own directory...

2015-08-13 19:41 GMT-04:00 Nick Dimiduk ndimi...@apache.org:

 On Thu, Aug 13, 2015 at 4:35 PM, Jean-Marc Spaggiari 
 jean-m...@spaggiari.org wrote:

  Quick question here. Are we supposed to be able to start the standalone
  mode just by doing the extract, export JAVA_HOME and start-hbase.sh? It
  doesn't work anymore for me.
 
  So just running start-hbase.sh doesn't allow me to run HBase anymore. Is
  that expected?
 

 Should work, yes. You may also need to set HBASE_HOM and/or HBASE_CONF_DIR
 if you've set them for other installations.

 I verified this with both bin and a build from src tgz before posting. What
 are you seeing JM? Any helpful logs? I tend to give my stand-alone
 instances their own working directory, via the logic outlined in this post
 [0]. From my history, looks like i unpack to /tmp/hbase-1.1.2 and edit
 config such that hbase.tmp.dir=/tmp/hbase-1.1.2/data.

 -n

 [0]: http://www.n10k.com/blog/hbase-root-dir/

 2015-08-13 19:27 GMT-04:00 Andrew Purtell apurt...@apache.org:
 
   What is hdp-2.3.0.0-2556? Doesn't look like any artifact this project
 has
   released.
  
  
  
   On Thu, Aug 13, 2015 at 4:07 PM, Ted Yu yuzhih...@gmail.com wrote:
  
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=c4b4a91620639fd96e59171369c630dc51e3

 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=12310753version=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

   
  
  
  
   --
   Best regards,
  
  - Andy
  
   Problems worthy of attack prove their worth by hitting back. - Piet
 Hein
   (via Tom White)
  
 



Re: [VOTE] First release candidate for HBase 1.1.2 (RC0) is available

2015-08-13 Thread Andrew Purtell
I don't think my statement deserves a derisive uh

Agreed, it would be good to stick with Apache HBase release artifacts when
evaluating Apache HBase release candidates.

On Thu, Aug 13, 2015 at 4:36 PM, Ted Yu yuzhih...@gmail.com wrote:

 Uh ...
 That is equivalent to HBase 1.1.1

 Will filter out such information in subsequent emails.

 On Thu, Aug 13, 2015 at 4:27 PM, Andrew Purtell apurt...@apache.org
 wrote:

  What is hdp-2.3.0.0-2556? Doesn't look like any artifact this project has
  released.
 
 
 
  On Thu, Aug 13, 2015 at 4:07 PM, Ted Yu yuzhih...@gmail.com wrote:
 
   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=c4b4a91620639fd96e59171369c630dc51e3
   
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=12310753version=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
   
  
 
 
 
  --
  Best regards,
 
 - Andy
 
  Problems worthy of attack prove their worth by hitting back. - Piet Hein
  (via Tom White)
 




-- 
Best regards,

   - Andy

Problems worthy of attack prove their worth by hitting back. - Piet Hein
(via Tom White)


Re: [VOTE] First release candidate for HBase 1.1.2 (RC0) is available

2015-08-13 Thread Ted Yu
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=c4b4a91620639fd96e59171369c630dc51e3

 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=12310753version=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



Re: [VOTE] First release candidate for HBase 1.1.2 (RC0) is available

2015-08-13 Thread Jean-Marc Spaggiari
@Ted: Very interesting point! This should not be there at all! It seems to
be taking another config file form somewhere else even if I setup
HBASE_HOME...

@Nick: Running fully local. No HDFS:
hbase@hbasetest1:~/
dist.apache.org/repos/dist/dev/hbase/hbase-1.1.2RC0/hbase-1.1.2$ ps -eaf
UIDPID  PPID  C STIME TTY  TIME CMD
root 1 0  0 17:48 ?00:00:00 /sbin/init
root 2 0  0 17:48 ?00:00:00 [kthreadd]
root 3 2  0 17:48 ?00:00:00 [ksoftirqd/0]
root 5 2  0 17:48 ?00:00:00 [kworker/0:0H]
root 7 2  0 17:48 ?00:00:03 [rcu_sched]
root 8 2  0 17:48 ?00:00:00 [rcu_bh]
root 9 2  0 17:48 ?00:00:00 [migration/0]
root10 2  0 17:48 ?00:00:00 [watchdog/0]
root11 2  0 17:48 ?00:00:00 [watchdog/1]
root12 2  0 17:48 ?00:00:00 [migration/1]
root13 2  0 17:48 ?00:00:00 [ksoftirqd/1]
root15 2  0 17:48 ?00:00:00 [kworker/1:0H]
root16 2  0 17:48 ?00:00:00 [watchdog/2]
root17 2  0 17:48 ?00:00:00 [migration/2]
root18 2  0 17:48 ?00:00:00 [ksoftirqd/2]
root20 2  0 17:48 ?00:00:00 [kworker/2:0H]
root21 2  0 17:48 ?00:00:00 [watchdog/3]
root22 2  0 17:48 ?00:00:00 [migration/3]
root23 2  0 17:48 ?00:00:00 [ksoftirqd/3]
root25 2  0 17:48 ?00:00:00 [kworker/3:0H]
root26 2  0 17:48 ?00:00:00 [khelper]
root27 2  0 17:48 ?00:00:00 [kdevtmpfs]
root28 2  0 17:48 ?00:00:00 [netns]
root29 2  0 17:48 ?00:00:00 [khungtaskd]
root30 2  0 17:48 ?00:00:00 [writeback]
root31 2  0 17:48 ?00:00:00 [ksmd]
root32 2  0 17:48 ?00:00:00 [khugepaged]
root33 2  0 17:48 ?00:00:00 [crypto]
root34 2  0 17:48 ?00:00:00 [kintegrityd]
root35 2  0 17:48 ?00:00:00 [bioset]
root36 2  0 17:48 ?00:00:00 [kblockd]
root37 2  0 17:48 ?00:00:01 [kworker/2:1]
root38 2  0 17:48 ?00:00:00 [kswapd0]
root39 2  0 17:48 ?00:00:00 [fsnotify_mark]
root45 2  0 17:48 ?00:00:00 [kthrotld]
root46 2  0 17:48 ?00:00:00 [kworker/0:1]
root47 2  0 17:48 ?00:00:00 [ipv6_addrconf]
root48 2  0 17:48 ?00:00:00 [deferwq]
root88 2  0 17:48 ?00:00:00 [khubd]
root89 2  0 17:48 ?00:00:00 [ata_sff]
root93 2  0 17:48 ?00:00:00 [scsi_eh_0]
root94 2  0 17:48 ?00:00:00 [scsi_tmf_0]
root95 2  0 17:48 ?00:00:00 [scsi_eh_1]
root96 2  0 17:48 ?00:00:00 [scsi_tmf_1]
root97 2  0 17:48 ?00:00:00 [scsi_eh_2]
root98 2  0 17:48 ?00:00:00 [scsi_tmf_2]
root99 2  0 17:48 ?00:00:00 [scsi_eh_3]
root   100 2  0 17:48 ?00:00:00 [scsi_tmf_3]
root   103 2  0 17:48 ?00:00:00 [kworker/u16:4]
root   104 2  0 17:48 ?00:00:00 [kworker/u16:5]
root   105 2  0 17:48 ?00:00:00 [scsi_eh_4]
root   106 2  0 17:48 ?00:00:00 [scsi_tmf_4]
root   107 2  0 17:48 ?00:00:00 [scsi_eh_5]
root   108 2  0 17:48 ?00:00:00 [scsi_tmf_5]
root   115 2  0 17:48 ?00:00:00 [kworker/3:1H]
root   116 2  0 17:48 ?00:00:00 [kworker/2:1H]
root   117 2  0 17:48 ?00:00:00 [kworker/0:1H]
root   118 2  0 17:48 ?00:00:00 [kworker/1:1H]
root   119 2  0 17:48 ?00:00:00 [kworker/1:2]
root   133 2  0 17:48 ?00:00:00 [jbd2/sdb1-8]
root   134 2  0 17:48 ?00:00:00 [ext4-rsv-conver]
root   165 1  0 17:48 ?00:00:00
/lib/systemd/systemd-journald
root   166 2  0 17:48 ?00:00:00 [kauditd]
root   188 1  0 17:48 ?00:00:00 /lib/systemd/systemd-udevd
root   240 2  0 17:48 ?00:00:00 [edac-poller]
root   250 2  0 17:48 ?00:00:00 [hd-audio0]
root   458 1  0 17:48 ?00:00:00 /sbin/rpcbind -w
statd  468 1  0 17:48 ?00:00:00 /sbin/rpc.statd
root   473 2  0 17:48 ?00:00:00 [rpciod]
root   475 2  0 17:48 ?00:00:00 [nfsiod]
root   482 1  0 17:48 ?00:00:00 /usr/sbin/rpc.idmapd
daemon 486 1  0 17:48 ?00:00:00 /usr/sbin/atd -f
message+   499 1  0 17:48 ?00:00:00 /usr/bin/dbus-daemon
--system --address=systemd: --nofork --nopidfile --systemd-activation
root   502 1  0 17:48 ?00:00:00 /usr/sbin/cron -f
root   508 1  0 17:48 ?  

Re: [VOTE] First release candidate for HBase 1.1.2 (RC0) is available

2015-08-13 Thread Nick Dimiduk
On Thu, Aug 13, 2015 at 4:56 PM, Jean-Marc Spaggiari 
jean-m...@spaggiari.org wrote:

 I tried by exporting both HBASE_HOME and JAVA_HOME but still fail.

 Here are the logs:

 http://pastebin.com/SCXfsA4c

 hbase@hbasetest1:~/
 dist.apache.org/repos/dist/dev/hbase/hbase-1.1.2RC0/hbase-1.1.2$ echo
 $JAVA_HOME
 /usr/local/jdk1.8.0_45/
 hbase@hbasetest1:~/
 dist.apache.org/repos/dist/dev/hbase/hbase-1.1.2RC0/hbase-1.1.2$ echo
 $HBASE_HOME
 /home/hbase/
 dist.apache.org/repos/dist/dev/hbase/hbase-1.1.2RC0/hbase-1.1.2

 I extract each and every release in its own directory...


How about HBASE_CONF_DIR? Is that pointed someplace else?

From your paste bin, looks like minizk is started, bound to localhost

2015-08-13 19:48:21,312 INFO  [main] server.NIOServerCnxnFactory: binding
to port 0.0.0.0/0.0.0.0:2181

But master fails to become active due to exception coming out of DFSClient.
You running totally local mode or pseudo-distributed? Maybe check HDFS?

2015-08-13 19:48:23,435 FATAL [hbasetest1:33774.activeMasterManager]
master.HMaster: Failed to become active master
java.net.ConnectException: Call From hbasetest1/192.168.23.51 to
hbasetest1.distparser.com:8020 failed on connection exception:
java.net.ConnectException: Connection refused; For more details see:
http://wiki.apache.org/hadoop/ConnectionRefused
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
at org.apache.hadoop.net.NetUtils.wrapWithMessage(NetUtils.java:783)
at org.apache.hadoop.net.NetUtils.wrapException(NetUtils.java:730)
at org.apache.hadoop.ipc.Client.call(Client.java:1415)
at org.apache.hadoop.ipc.Client.call(Client.java:1364)
at
org.apache.hadoop.ipc.ProtobufRpcEngine$Invoker.invoke(ProtobufRpcEngine.java:206)
at com.sun.proxy.$Proxy16.setSafeMode(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at
org.apache.hadoop.io.retry.RetryInvocationHandler.invokeMethod(RetryInvocationHandler.java:187)
at
org.apache.hadoop.io.retry.RetryInvocationHandler.invoke(RetryInvocationHandler.java:102)
at com.sun.proxy.$Proxy16.setSafeMode(Unknown Source)
at
org.apache.hadoop.hdfs.protocolPB.ClientNamenodeProtocolTranslatorPB.setSafeMode(ClientNamenodeProtocolTranslatorPB.java:602)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at org.apache.hadoop.hbase.fs.HFileSystem$1.invoke(HFileSystem.java:279)
at com.sun.proxy.$Proxy17.setSafeMode(Unknown Source)
at org.apache.hadoop.hdfs.DFSClient.setSafeMode(DFSClient.java:2264)
at
org.apache.hadoop.hdfs.DistributedFileSystem.setSafeMode(DistributedFileSystem.java:986)
at
org.apache.hadoop.hdfs.DistributedFileSystem.setSafeMode(DistributedFileSystem.java:970)
at org.apache.hadoop.hbase.util.FSUtils.isInSafeMode(FSUtils.java:524)
at org.apache.hadoop.hbase.util.FSUtils.waitOnSafeMode(FSUtils.java:970)
at
org.apache.hadoop.hbase.master.MasterFileSystem.checkRootDir(MasterFileSystem.java:417)
at
org.apache.hadoop.hbase.master.MasterFileSystem.createInitialFileSystemLayout(MasterFileSystem.java:146)
at
org.apache.hadoop.hbase.master.MasterFileSystem.init(MasterFileSystem.java:126)
at
org.apache.hadoop.hbase.master.HMaster.finishActiveMasterInitialization(HMaster.java:649)
at org.apache.hadoop.hbase.master.HMaster.access$500(HMaster.java:182)
at org.apache.hadoop.hbase.master.HMaster$1.run(HMaster.java:1646)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.ConnectException: Connection refused
at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717)
at
org.apache.hadoop.net.SocketIOWithTimeout.connect(SocketIOWithTimeout.java:206)
at org.apache.hadoop.net.NetUtils.connect(NetUtils.java:529)
at org.apache.hadoop.net.NetUtils.connect(NetUtils.java:493)
at org.apache.hadoop.ipc.Client$Connection.setupConnection(Client.java:606)
at org.apache.hadoop.ipc.Client$Connection.setupIOstreams(Client.java:700)
at org.apache.hadoop.ipc.Client$Connection.access$2800(Client.java:367)
at org.apache.hadoop.ipc.Client.getConnection(Client.java:1463)
at org.apache.hadoop.ipc.Client.call(Client.java:1382)
... 29 more


2015-08-13 19:41 GMT-04:00 Nick Dimiduk ndimi...@apache.org:

  On Thu, Aug 13, 2015 at 4:35 PM, Jean-Marc Spaggiari 
  jean-m...@spaggiari.org wrote:
 
   Quick question 

Re: [VOTE] First release candidate for HBase 1.1.2 (RC0) is available

2015-08-13 Thread Jean-Marc Spaggiari
OK... Think is, I installed a distribution a while ago on this server and
there is still config files even if the distribution is not running.
bin/hbase catches them with HADOOP_JAVA_LIBRARY_PATH and add them all to
the classpath, which mess everything. Using export
HBASE_DISABLE_HADOOP_CLASSPATH_LOOKUP=true I can skip this and I'm now able
to start HBase correctly...

Thanks guys. Starting the tests...

2015-08-13 21:33 GMT-04:00 Jean-Marc Spaggiari jean-m...@spaggiari.org:

 @Ted: Very interesting point! This should not be there at all! It seems to
 be taking another config file form somewhere else even if I setup
 HBASE_HOME...

 @Nick: Running fully local. No HDFS:
 hbase@hbasetest1:~/
 dist.apache.org/repos/dist/dev/hbase/hbase-1.1.2RC0/hbase-1.1.2$ ps -eaf
 UIDPID  PPID  C STIME TTY  TIME CMD
 root 1 0  0 17:48 ?00:00:00 /sbin/init
 root 2 0  0 17:48 ?00:00:00 [kthreadd]
 root 3 2  0 17:48 ?00:00:00 [ksoftirqd/0]
 root 5 2  0 17:48 ?00:00:00 [kworker/0:0H]
 root 7 2  0 17:48 ?00:00:03 [rcu_sched]
 root 8 2  0 17:48 ?00:00:00 [rcu_bh]
 root 9 2  0 17:48 ?00:00:00 [migration/0]
 root10 2  0 17:48 ?00:00:00 [watchdog/0]
 root11 2  0 17:48 ?00:00:00 [watchdog/1]
 root12 2  0 17:48 ?00:00:00 [migration/1]
 root13 2  0 17:48 ?00:00:00 [ksoftirqd/1]
 root15 2  0 17:48 ?00:00:00 [kworker/1:0H]
 root16 2  0 17:48 ?00:00:00 [watchdog/2]
 root17 2  0 17:48 ?00:00:00 [migration/2]
 root18 2  0 17:48 ?00:00:00 [ksoftirqd/2]
 root20 2  0 17:48 ?00:00:00 [kworker/2:0H]
 root21 2  0 17:48 ?00:00:00 [watchdog/3]
 root22 2  0 17:48 ?00:00:00 [migration/3]
 root23 2  0 17:48 ?00:00:00 [ksoftirqd/3]
 root25 2  0 17:48 ?00:00:00 [kworker/3:0H]
 root26 2  0 17:48 ?00:00:00 [khelper]
 root27 2  0 17:48 ?00:00:00 [kdevtmpfs]
 root28 2  0 17:48 ?00:00:00 [netns]
 root29 2  0 17:48 ?00:00:00 [khungtaskd]
 root30 2  0 17:48 ?00:00:00 [writeback]
 root31 2  0 17:48 ?00:00:00 [ksmd]
 root32 2  0 17:48 ?00:00:00 [khugepaged]
 root33 2  0 17:48 ?00:00:00 [crypto]
 root34 2  0 17:48 ?00:00:00 [kintegrityd]
 root35 2  0 17:48 ?00:00:00 [bioset]
 root36 2  0 17:48 ?00:00:00 [kblockd]
 root37 2  0 17:48 ?00:00:01 [kworker/2:1]
 root38 2  0 17:48 ?00:00:00 [kswapd0]
 root39 2  0 17:48 ?00:00:00 [fsnotify_mark]
 root45 2  0 17:48 ?00:00:00 [kthrotld]
 root46 2  0 17:48 ?00:00:00 [kworker/0:1]
 root47 2  0 17:48 ?00:00:00 [ipv6_addrconf]
 root48 2  0 17:48 ?00:00:00 [deferwq]
 root88 2  0 17:48 ?00:00:00 [khubd]
 root89 2  0 17:48 ?00:00:00 [ata_sff]
 root93 2  0 17:48 ?00:00:00 [scsi_eh_0]
 root94 2  0 17:48 ?00:00:00 [scsi_tmf_0]
 root95 2  0 17:48 ?00:00:00 [scsi_eh_1]
 root96 2  0 17:48 ?00:00:00 [scsi_tmf_1]
 root97 2  0 17:48 ?00:00:00 [scsi_eh_2]
 root98 2  0 17:48 ?00:00:00 [scsi_tmf_2]
 root99 2  0 17:48 ?00:00:00 [scsi_eh_3]
 root   100 2  0 17:48 ?00:00:00 [scsi_tmf_3]
 root   103 2  0 17:48 ?00:00:00 [kworker/u16:4]
 root   104 2  0 17:48 ?00:00:00 [kworker/u16:5]
 root   105 2  0 17:48 ?00:00:00 [scsi_eh_4]
 root   106 2  0 17:48 ?00:00:00 [scsi_tmf_4]
 root   107 2  0 17:48 ?00:00:00 [scsi_eh_5]
 root   108 2  0 17:48 ?00:00:00 [scsi_tmf_5]
 root   115 2  0 17:48 ?00:00:00 [kworker/3:1H]
 root   116 2  0 17:48 ?00:00:00 [kworker/2:1H]
 root   117 2  0 17:48 ?00:00:00 [kworker/0:1H]
 root   118 2  0 17:48 ?00:00:00 [kworker/1:1H]
 root   119 2  0 17:48 ?00:00:00 [kworker/1:2]
 root   133 2  0 17:48 ?00:00:00 [jbd2/sdb1-8]
 root   134 2  0 17:48 ?00:00:00 [ext4-rsv-conver]
 root   165 1  0 17:48 ?00:00:00
 /lib/systemd/systemd-journald
 root   166 2  0 17:48 ?00:00:00 [kauditd]
 root   188 1  0 17:48 ?00:00:00 /lib/systemd/systemd-udevd
 root   240 2  0 17:48 ?00:00:00 [edac-poller]
 root   250 2  0 17:48 ?00:00:00 [hd-audio0]
 root   458 1  0 17:48 ?00:00:00 /sbin/rpcbind