Re: Re: HBase Phoenix Integration

2016-02-29 Thread Amit Shah
Hi Sun, Does the Cloudera-Labs phoenix version 4.5.2 work for you? I had tried the parcel but it didn't work for me. Do you have the steps to make phoenix work on cloudera CDH 5.5? Thanks, Amit. On Tue, Mar 1, 2016 at 12:43 PM, Fulin Sun wrote: > Hi Amit > Yeah. Meet the same error message whe

Re: Re: HBase Phoenix Integration

2016-02-29 Thread Fulin Sun
Hi Amit Yeah. Meet the same error message when doing mvn package. I compared between the apache phoenix 4.6.0-hbase-1.0 code with this repo code for CDH 5.5.1 , I did not find the abstract class BinaryCompatiblePhoenixBaseDecoder in the former. Hope some guy can explain this and issue an workaro

Re: Re: HBase Phoenix Integration

2016-02-29 Thread Fulin Sun
Hi Amit Yeah. Meet the same error message when doing mvn package. I compared between the apache phoenix 4.6.0-hbase-1.0 code with this repo code for CDH 5.5.1 , I did not find the abstract class BinaryCompatiblePhoenixBaseDecoder in the former. Hope some guy can explain this and issue an workaro

Re: HBase Phoenix Integration

2016-02-29 Thread Amit Shah
Hi James, I get a compilation error along with multiple warnings when packaging 4.6-HBase-1.0-cdh5.5 branch. Attached is the error. Also I realized that the pom.xml indicates the branch is for cloudera CDH version 5.5.1. Do you know if it would work for the latest CDH version 5.5.2? Thanks, Amit.

Re: Re: HBase Phoenix Integration

2016-02-29 Thread Fulin Sun
Hi, James I had encounter an maven build issue using this git repo for CDH 5.5.1 The error info is like the following : [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.0:compile (default-compile) on project phoenix-core: Compilation failure [ERROR] /usr/local/su

RE: HBase Phoenix Integration

2016-02-29 Thread Dor Ben Dov
James, Do you have any problems working with Phoenix latest with CDH 5.5.X ? Dor From: James Taylor [mailto:jamestay...@apache.org] Sent: יום ג 01 מרץ 2016 08:24 To: user Cc: Murugesan, Rani Subject: Re: HBase Phoenix Integration Hi Amit, For Phoenix 4.6 on CDH, try using this git repo instead,

Re: HBase Phoenix Integration

2016-02-29 Thread James Taylor
Hi Amit, For Phoenix 4.6 on CDH, try using this git repo instead, courtesy of Andrew Purtell: https://github.com/chiastic-security/phoenix-for-cloudera/tree/4.6-HBase-1.0-cdh5.5 Thanks, James On Mon, Feb 29, 2016 at 10:19 PM, Amit Shah wrote: > Hi Sergey, > > I get lot of compilation errors

Re: HBase Phoenix Integration

2016-02-29 Thread Amit Shah
Hi Sergey, I get lot of compilation errors when I compile the source code for 4.6-HBase-1.0 branch or v4.7.0-HBase-1.0-rc3 tag. Note that the source compilation succeeds when the changes to include cloudera dependent versions are not included. The only difference between the code changes suggested

Re: ***UNCHECKED*** Re: HBase Phoenix Integration

2016-02-29 Thread Divya Gehlot
I am using Hortonworks distribution and It comes with phoenix :) No idea about the patch. You try posting the error in CDH forum . It might help. All the Best !! Cheers, Divya On 1 March 2016 at 13:15, Amit Shah wrote: > No, it doesn't work for phoenix 4.6. Attached is the error I get when I

Re: ***UNCHECKED*** Re: HBase Phoenix Integration

2016-02-29 Thread Amit Shah
No, it doesn't work for phoenix 4.6. Attached is the error I get when I execute 'sqlline.py :2181' Can you please give more details about the patch? Thanks, Amit. On Tue, Mar 1, 2016 at 10:39 AM, Divya Gehlot wrote: > Hi Amit, > Is it working ? > No , Mine is phoenix 4.4 . > > Thanks, > Divya

Re: ***UNCHECKED*** Re: HBase Phoenix Integration

2016-02-29 Thread Divya Gehlot
Hi Amit, Is it working ? No , Mine is phoenix 4.4 . Thanks, Divya On 1 March 2016 at 13:00, Amit Shah wrote: > Hi Divya, > > Thanks for the patch. Is this for phoenix version 4.6 ? Are the changes > made to make phoenix work with CDH 5.5.2? > > Thanks, > Amit. > > On Tue, Mar 1, 2016 at 10:08 A

Re: ***UNCHECKED*** Re: HBase Phoenix Integration

2016-02-29 Thread Amit Shah
Hi Divya, Thanks for the patch. Is this for phoenix version 4.6 ? Are the changes made to make phoenix work with CDH 5.5.2? Thanks, Amit. On Tue, Mar 1, 2016 at 10:08 AM, Divya Gehlot wrote: > Hi Amit, > Extract attached jar and try placing it in your hbase classpath > > P.S. Please remove the

Re: Write path blocked by MetaDataEndpoint acquiring region lock

2016-02-29 Thread Nick Dimiduk
> > Is 1000 a good default? > I'm sure it depends a lot on one's workload. I added some debug logging around the metaDataCache and and acquisition of the rowlock. Checking into the one host with excessive RPC call time, I do indeed see MetaDataEndpointImpl logging cache evictions happening freque

Local indexes not working with hbase replication

2016-02-29 Thread Jonathan Leech
Some are and some aren't working... Version is 4.5.2-1.clabs_phoenix1.2.0.p0.774 on CDH5.5.1. Tried rebuilding on destination, then on both sides, the doing snapshots to transfer the data, all to no avail. The data replicates but Phoenix doesn't see it. I don't see any obvious differences on

Re: looking for help with Pherf setup

2016-02-29 Thread Gaurav Kanade
Actually let me correct myself; regardless of what client you are using you are likely to hit this error if certain jars are not available on the appropriate class path for Pherf. Specifically I believe phoenix-server, phoenix-client and phoenix-thin-client jar should be present in the ../phoenix-c

Re: HBase Phoenix Integration

2016-02-29 Thread Sergey Soldatov
Hi Amit, Switching to 4.3 means you need HBase 0.98. What kind of problem you experienced after building 4.6 from sources with changes suggested on StackOverflow? Thanks, Sergey On Sun, Feb 28, 2016 at 10:49 PM, Amit Shah wrote: > An update - > > I was able to execute "./sqlline.py " command bu

Re: looking for help with Pherf setup

2016-02-29 Thread Gaurav Kanade
Are you running Pherf with "thin" client ? In that case it is possible the class path is missing that particular jar. Gaurav On 29 February 2016 at 10:55, Mujtaba Chohan wrote: > This is a ClassNotFoundException. Can you make sure Phoenix jar is > available on classpath for Pherf? If Phoenix is

Re: looking for help with Pherf setup

2016-02-29 Thread Mujtaba Chohan
This is a ClassNotFoundException. Can you make sure Phoenix jar is available on classpath for Pherf? If Phoenix is available in HBase/lib directory and HBASE_DIR environment variable is set then it should fix it. Also to test out first, you can run pherf_standalone.py with local HBase to see if eve

looking for help with Pherf setup

2016-02-29 Thread Peter Savage
Hello, I'm trying to setup pherf and running into a few glitches. I have been using this page here: https://phoenix.apache.org/pherf.html but it appears to be slightly out of date, and I have not been able to get a test to run. We tried, using this sql - https://github.com/apache/phoenix/blob/m

Re: confirm subscribe to user@phoenix.apache.org

2016-02-29 Thread Peter Savage
Sorry about that. I will rectify my error. On Mon, Feb 29, 2016 at 12:29 AM, James Taylor wrote: > Hi Peter, > We'd appreciate it if you could start a new thread with an appropriate > subject (rather than the confirm subscribe email you got). We get a lot of > questions on our dev and user lists

Re: confirm subscribe to user@phoenix.apache.org

2016-02-29 Thread James Taylor
Hi Peter, We'd appreciate it if you could start a new thread with an appropriate subject (rather than the confirm subscribe email you got). We get a lot of questions on our dev and user lists and having a relevant subject helps other users find the answer to the same question. Thanks, James On Sun