Re: If possible read families from tables and (more important) qualifiers?

2017-10-04 Thread Sean Busbey
Presuming this is the using the C++ client that is under active development and not yet in a release, please limit discussion of it to the dev@hbase list. (I have sent this to the dev list and moved the user@ list to bcc) On Thu, Oct 5, 2017 at 12:41 AM, Andrzej wrote: > I get: > return result->

[jira] [Created] (HBASE-18946) Stochastic load balancer assigns replica regions to the same RS

2017-10-04 Thread ramkrishna.s.vasudevan (JIRA)
ramkrishna.s.vasudevan created HBASE-18946: -- Summary: Stochastic load balancer assigns replica regions to the same RS Key: HBASE-18946 URL: https://issues.apache.org/jira/browse/HBASE-18946 P

[jira] [Created] (HBASE-18945) Make a Public interface for CellComparator

2017-10-04 Thread ramkrishna.s.vasudevan (JIRA)
ramkrishna.s.vasudevan created HBASE-18945: -- Summary: Make a Public interface for CellComparator Key: HBASE-18945 URL: https://issues.apache.org/jira/browse/HBASE-18945 Project: HBase

[jira] [Created] (HBASE-18944) FIx bad patterns in TestAccessController

2017-10-04 Thread Appy (JIRA)
Appy created HBASE-18944: Summary: FIx bad patterns in TestAccessController Key: HBASE-18944 URL: https://issues.apache.org/jira/browse/HBASE-18944 Project: HBase Issue Type: Bug Reporter

[jira] [Created] (HBASE-18943) Cannot start mini dfs cluster in test due to NoSuchMethodError in jetty

2017-10-04 Thread Ted Yu (JIRA)
Ted Yu created HBASE-18943: -- Summary: Cannot start mini dfs cluster in test due to NoSuchMethodError in jetty Key: HBASE-18943 URL: https://issues.apache.org/jira/browse/HBASE-18943 Project: HBase

Re: Branch 1.4 update

2017-10-04 Thread Sean Busbey
Just to be clear my statement was meant to be "I'm looking forward to seeing rsgroups in a 1.4 release so we can get more feedback on how useful it is." Realized it could have been read as wanting more feedback prior to 1.4 inclusion. Cloudera has been shipping the rsgroups feature backported onto

Re: Branch 1.4 update

2017-10-04 Thread Andrew Purtell
Francis Liu has talked before about how useful this feature has been for them. Unfortunately I won't be able to give you personal feedback until some time after it is out in the 1.4 code line. The way the schedule looks a 1.4.0 release will precede (and be a prerequisite for) enabling rsgroups in

Re: Branch 1.4 update

2017-10-04 Thread Andrew Purtell
> What ever happened to the issue that was keeping 1.3 from becoming the stable release line? That still outstanding for 1.4 too? Yes. Let me provide some context. The root issue was fallout from a locking change introduced just prior to release of 1.3. That change was HBASE-13082. Lars H propos

[jira] [Created] (HBASE-18942) hbase-hadoop2-compat module ignores hadoop-3 profile

2017-10-04 Thread Ted Yu (JIRA)
Ted Yu created HBASE-18942: -- Summary: hbase-hadoop2-compat module ignores hadoop-3 profile Key: HBASE-18942 URL: https://issues.apache.org/jira/browse/HBASE-18942 Project: HBase Issue Type: Bug

Re: Branch 1.4 update

2017-10-04 Thread Sean Busbey
Sounds great to me. Would love to see more feedback on the utility of the rsgroups feature. What ever happened to the issue that was keeping 1.3 from becoming the stable release line? That still outstanding for 1.4 too? On Oct 4, 2017 16:24, "Andrew Purtell" wrote: > I had hoped to make a relea

Re: Looking for input on an alpha-4 thorny item

2017-10-04 Thread Andrew Purtell
I think it is fine to rebrand these interfaces as for coprocessors and tag them LP(COPROC): Region (use HRegion in internals) Store (use HStore in internals) MasterServices (use HMaster in internals) RegionServerServices (use HRegionServer in internals) and pare them down. This

Looking for input on an alpha-4 thorny item

2017-10-04 Thread Stack
A bunch of us are making good progress on the next alpha release, hbase-2.0.0-alpha-4. The theme for this release is "Fixing the Coprocessor API", mostly undoing access accidentally granted Coprocessors. I'm talking out loud about a particularly awkward item here rather than in a comment up in JIRA

Branch 1.4 update

2017-10-04 Thread Andrew Purtell
I had hoped to make a release candidate of 1.4.0 a long time ago when I first made the branch, but work/life intervened. Sorry it has been slow going. I've been making some test fixes to shore up unit test suite results. As far as big items, at this point a candidate 1.4.0 is only waiting on HBAS

Re: Error : java.lang.UnsatisfiedLinkError: failed to load the required native library for netty

2017-10-04 Thread Stack
Seems like eclipse runs unit tests serially in same jvm [1]. Do you have to set it in your eclipse.ini file as an option? [2] (That'd be a pain). St.Ack 1. https://stackoverflow.com/questions/12933565/junit-fork-mode-in-java-classes 2. http://wiki.eclipse.org/Eclipse.ini On Wed, Oct 4, 2017 at 9

Re: [HBASE-14850] Third party libraries - problem when compiling with CMake

2017-10-04 Thread Andrzej
W dniu 04.10.2017 o 20:36, Enis Söztutar pisze: I would recommend using the Makefile rather than buck. There is work going on to also change the build from Make+buck to CMake in https://issues.apache.org/jira/browse/HBASE-18901. This will in near future? Also see https://issues.apache.org/ji

Re: [HBASE-14850] Third party libraries - problem when compiling with CMake

2017-10-04 Thread Enis Söztutar
I would recommend using the Makefile rather than buck. There is work going on to also change the build from Make+buck to CMake in https://issues.apache.org/jira/browse/HBASE-18901. Also see https://issues.apache.org/jira/browse/HBASE-18726. We currently do not support abi11. All libraries should b

[jira] [Created] (HBASE-18941) Confusing logging error around rerun of restore on an existing table.

2017-10-04 Thread Amit Kabra (JIRA)
Amit Kabra created HBASE-18941: -- Summary: Confusing logging error around rerun of restore on an existing table. Key: HBASE-18941 URL: https://issues.apache.org/jira/browse/HBASE-18941 Project: HBase

Re: Error : java.lang.UnsatisfiedLinkError: failed to load the required native library for netty

2017-10-04 Thread ramkrishna vasudevan
I too tried just now but does not seem to work. >>Sorry for the irritation. No problem Stack. Regards Ram On Wed, Oct 4, 2017 at 9:58 PM, Amit Kabra wrote: > I tried that , didn't work for me. > > ramkrishna.s.vasude...@gmail.com - can you try and see if that works for > you ? > > > Amit. > >

Re: Error : java.lang.UnsatisfiedLinkError: failed to load the required native library for netty

2017-10-04 Thread Amit Kabra
I tried that , didn't work for me. ramkrishna.s.vasude...@gmail.com - can you try and see if that works for you ? Amit. On Wed, Oct 4, 2017 at 8:34 PM, Stack wrote: > On Tue, Oct 3, 2017 at 10:18 PM, ramkrishna vasudevan < > ramkrishna.s.vasude...@gmail.com> wrote: > > > Hi Stack > > I just t

[jira] [Created] (HBASE-18940) branch-2 (and probably others) fail check of generated source artifact

2017-10-04 Thread Sean Busbey (JIRA)
Sean Busbey created HBASE-18940: --- Summary: branch-2 (and probably others) fail check of generated source artifact Key: HBASE-18940 URL: https://issues.apache.org/jira/browse/HBASE-18940 Project: HBase

Re: Error : java.lang.UnsatisfiedLinkError: failed to load the required native library for netty

2017-10-04 Thread Stack
On Tue, Oct 3, 2017 at 10:18 PM, ramkrishna vasudevan < ramkrishna.s.vasude...@gmail.com> wrote: > Hi Stack > I just took an update and tried running some test cases with the eclipse > IDE working on linux > > If you bring up the test run configuration window in eclipse and add in the command-line

[HBASE-14850] Third party libraries - problem when compiling with CMake

2017-10-04 Thread Andrzej
I must compile with CMake, because my external program which I want link with HBase Client, has errors when compiling with Buck. Compilation Hbase client with CMake caused errors: https://gist.github.com/borneq/e72bbf402f1c4687c65afab6f71b1094 I have changed some libs from Name to libName.a to e

[jira] [Resolved] (HBASE-18933) set version number to 2.0.0-alpha4-SNAPSHOT following release of alpha3

2017-10-04 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey resolved HBASE-18933. - Resolution: Fixed > set version number to 2.0.0-alpha4-SNAPSHOT following release of alpha3 > ---

[jira] [Created] (HBASE-18939) Backport HBASE-16538 to branch-1.3

2017-10-04 Thread Ashish Singhi (JIRA)
Ashish Singhi created HBASE-18939: - Summary: Backport HBASE-16538 to branch-1.3 Key: HBASE-18939 URL: https://issues.apache.org/jira/browse/HBASE-18939 Project: HBase Issue Type: Sub-task

[jira] [Created] (HBASE-18938) Backport HBASE-16985 to branch-1.3

2017-10-04 Thread Ashish Singhi (JIRA)
Ashish Singhi created HBASE-18938: - Summary: Backport HBASE-16985 to branch-1.3 Key: HBASE-18938 URL: https://issues.apache.org/jira/browse/HBASE-18938 Project: HBase Issue Type: Sub-task

[jira] [Created] (HBASE-18937) Backport HBASE-16815 to branch-1.3

2017-10-04 Thread Ashish Singhi (JIRA)
Ashish Singhi created HBASE-18937: - Summary: Backport HBASE-16815 to branch-1.3 Key: HBASE-18937 URL: https://issues.apache.org/jira/browse/HBASE-18937 Project: HBase Issue Type: Sub-task

[jira] [Created] (HBASE-18936) Backport HBASE-16870 to branch-1.3

2017-10-04 Thread Ashish Singhi (JIRA)
Ashish Singhi created HBASE-18936: - Summary: Backport HBASE-16870 to branch-1.3 Key: HBASE-18936 URL: https://issues.apache.org/jira/browse/HBASE-18936 Project: HBase Issue Type: Sub-task

[jira] [Created] (HBASE-18935) Backport bug fixes to 1.3.x which are fixed in 1.2.x and 1.4.x

2017-10-04 Thread Ashish Singhi (JIRA)
Ashish Singhi created HBASE-18935: - Summary: Backport bug fixes to 1.3.x which are fixed in 1.2.x and 1.4.x Key: HBASE-18935 URL: https://issues.apache.org/jira/browse/HBASE-18935 Project: HBase

[jira] [Created] (HBASE-18934) precommit on branch-1 isn't supposed to run against hadoop 3

2017-10-04 Thread Sean Busbey (JIRA)
Sean Busbey created HBASE-18934: --- Summary: precommit on branch-1 isn't supposed to run against hadoop 3 Key: HBASE-18934 URL: https://issues.apache.org/jira/browse/HBASE-18934 Project: HBase I

[jira] [Created] (HBASE-18933) set version number to 2.0.0-alpha4-SNAPSHOT following release of alpha3

2017-10-04 Thread Sean Busbey (JIRA)
Sean Busbey created HBASE-18933: --- Summary: set version number to 2.0.0-alpha4-SNAPSHOT following release of alpha3 Key: HBASE-18933 URL: https://issues.apache.org/jira/browse/HBASE-18933 Project: HBase

[jira] [Reopened] (HBASE-18874) HMaster abort message will be skipped if Throwable is passed null

2017-10-04 Thread Pankaj Kumar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18874?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pankaj Kumar reopened HBASE-18874: -- Reopening this JIRA to attach patch for branch-1/1.4/1.3/1.2. > HMaster abort message will be skip

[jira] [Created] (HBASE-18932) Backups masking exception in a scenario and though it fails , it shows success message.

2017-10-04 Thread Amit Kabra (JIRA)
Amit Kabra created HBASE-18932: -- Summary: Backups masking exception in a scenario and though it fails , it shows success message. Key: HBASE-18932 URL: https://issues.apache.org/jira/browse/HBASE-18932 P

Re: Error : java.lang.UnsatisfiedLinkError: failed to load the required native library for netty

2017-10-04 Thread Amit Kabra
Correct, Stack - command line failure is fixed now with the systemProperties change that you mentioned. Thanks for that. But eclipse is still throwing the same error, the one mentioned by ramkrishna vasudevan or earlier mentioned by me. Thanks, Amit Kabra. On Wed, Oct 4, 2017 at 10:48 AM, ramkr