table and schema rename

2016-02-09 Thread Bulvik, Noam
Hi, Does phoenix support fast rename of table and/or schema without the need to disable the table and clone the snapshot data as appears currently in https://hbase.apache.org/book.html#table.rename If not are there plans to support it in the future Regards, Noam

Re: Spark Phoenix Plugin

2016-02-09 Thread Benjamin Kim
Hi Ravi, I see that the version is still 4.6. Does it include the fix for the Spark plugin? https://issues.apache.org/jira/browse/PHOENIX-2503 This is the main reason I need it. Thanks, Ben > On Feb 9, 2016, at 10:20 AM, Ravi Kiran

Re: Spark Phoenix Plugin

2016-02-09 Thread Ravi Kiran
Hi Pierre, Try your luck for building the artifacts from https://github.com/chiastic-security/phoenix-for-cloudera. Hopefully it helps. Regards Ravi . On Tue, Feb 9, 2016 at 10:04 AM, Benjamin Kim wrote: > Hi Pierre, > > I found this article about how Cloudera’s version

Re: table and schema rename

2016-02-09 Thread James Taylor
Hi Noam, We don't support table rename currently - please file a JIRA. Depending on how you're using Phoenix, you may be able to do this yourself by using views[1]. For example, given a regular Phoenix table named my_table, you can create a view on it like this: CREATE VIEW my_view AS SELECT *

Re: Spark Phoenix Plugin

2016-02-09 Thread Benjamin Kim
Hi Pierre, I found this article about how Cloudera’s version of HBase is very different than Apache HBase so it must be compiled using Cloudera’s repo and versions. But, I’m not having any success with it.