Phoenix JDBC connection to secure HBase fails

2015-12-08 Thread Biju N
Hi There, We are trying to connect to a secure HBase/Phoenix cluster through Phoenix JDBC using a kerberos Keytab and Principal. Using the same Keytab and principal we are able to connect successfully to HBase through HBase APIs but the connection request fails when making the Phoenix JDBC

Re: Help tuning for bursts of high traffic?

2015-12-08 Thread James Taylor
Thanks for clarifying, Zack. For profiling on your client machine, you can just use VisualVM as it's built into the JDK ( https://dzone.com/articles/best-kept-secret-jdk-visualvm). James On Tue, Dec 8, 2015 at 6:31 AM, Riesland, Zack wrote: > Thanks for your

Confusion Installing Phoenix Spark Plugin / Various Errors

2015-12-08 Thread Cox, Jonathan A
I am trying to get Spark up and running with Phoenix, but the installation instructions are not clear to me, or there is something else wrong. I'm using Spark 1.5.2, HBase 1.1.2 and Phoenix 4.6.0 with a standalone install (no HDFS or cluster) with Debian Linux 8 (Jessie) x64. I'm also using

Re: understanding execution semantics...

2015-12-08 Thread ashish tapdiya
Hello James, Thanks for the response. I will look into adding relevant TPC-H indexes. We are doing a performance study comparing Impala, Phoenix using TPC-H queries. For scale factor 1, I am not able to get numbers exhibiting trend similar to performance graph on our website comparing Impala and

Re: Confusion Installing Phoenix Spark Plugin / Various Errors

2015-12-08 Thread Josh Mahonin
Hi Jonathan, Spark only needs the client JAR. It contains all the other Phoenix dependencies as well. I'm not sure exactly what the issue you're seeing is. I just downloaded and extracted fresh copies of Spark 1.5.2 (pre-built with user-provided Hadoop), and the latest Phoenix 4.6.0 binary

Re: understanding execution semantics...

2015-12-08 Thread James Taylor
On Tue, Dec 8, 2015 at 9:33 PM, ashish tapdiya wrote: > Hello James, > > Thanks for the response. I will look into adding relevant TPC-H indexes. > > We are doing a performance study comparing Impala, Phoenix using TPC-H > queries. For scale factor 1, I am not able to