Re: Spark Phoenix Plugin

2016-02-12 Thread Benjamin Kim
Anyone know when Phoenix 4.7 will be officially released? And what Cloudera distribution versions will it be compatible with? Thanks, Ben > On Feb 10, 2016, at 11:03 AM, Benjamin Kim wrote: > > Hi Pierre, > > I am getting this error now. > > Error:

Re: Pherf test

2016-02-12 Thread Cody Marcel
Yes, The -l flag on pherf loads the data. You can just leave that off and use -q for queries. You will need to make sure the queries hit the tables that you have generated elsewhere. On Thu, Feb 11, 2016 at 4:09 PM, Alicia Shu wrote: > Hello, > > I have a question about

Re: Pherf test

2016-02-12 Thread Alicia Shu
Thanks. Alicia From: Cody Marcel > Reply-To: "user@phoenix.apache.org" > Date: Friday, February 12, 2016 at 10:48 AM To:

Phoenix connection to hbase

2016-02-12 Thread Daniel Pak
Looking for some recommendation around managing connections. We have a REST service using Phoenix + Hbase and are looking to support a high volume of request and it's my understanding from previous posting the phoenix jdbc connections all share the same underlying HBase connection regardless the

Phoenix and HBase Snapshots

2016-02-12 Thread Nick Dimiduk
Heya, Has anyone tried taking/restoring snapshots of Phoenix tables? How does that work out? Presumably we would require a sibling snapshot of some system tables as well. Have you tried the Export/Import/Restore workflow? Have you tried MR or Spark over the snapshots? Curious, -n

Re: Phoenix and HBase Snapshots

2016-02-12 Thread Gaurav Agarwal
We can take snapshot or restore snapshot from hbase of the phoenix tables. Export/import feature also hbase provide to us. Thanks On Feb 13, 2016 3:15 AM, "Nick Dimiduk" wrote: > Heya, > > Has anyone tried taking/restoring snapshots of Phoenix tables? How does > that work

Re: Phoenix and HBase Snapshots

2016-02-12 Thread James Taylor
Specifically schema changes from an HBase POV, like removing a column family or renaming the table. On Friday, February 12, 2016, Jesse Yates wrote: > Just have to make sure you don't have schema change during snapshots > > On Fri, Feb 12, 2016 at 6:24 PM Gaurav

Re: Phoenix and HBase Snapshots

2016-02-12 Thread Jesse Yates
Just have to make sure you don't have schema change during snapshots On Fri, Feb 12, 2016 at 6:24 PM Gaurav Agarwal wrote: > We can take snapshot or restore snapshot from hbase of the phoenix tables. > Export/import feature also hbase provide to us. > > Thanks > On Feb