TableNotFound if query with Limit

2017-07-19 Thread Maria Catherine Tan
Hi, We have a CUSTOMER table created via phoenix with view on that table called CUSTOMER_VIEW. We have a ranger policy in place for the table. User1 has permissions to create, read, write. User2 has permission to read only. For User1, we didn't encounter any error when querying with

Re: Apache Spark Integration

2017-07-19 Thread Josh Mahonin
Hi Luqman, At present, the phoenix-spark integration relies on the schema having been already created. There has been some discussion of augmenting the supported Spark 'SaveMode's to include 'CREATE IF NOT EXISTS' logic. https://issues.apache.org/jira/browse/PHOENIX-2745

Re: ArrayIndexOutOfBounds excpetion

2017-07-19 Thread Sergey Soldatov
Hi Siddharth The problem that was described in PHOENIX-3196 (as well as in PHOENIX-930 and several others) is that we sent metadata updates for the table before checking whether there is a problem with duplicated column names. I don't think you hit the same problem if you are using alter tables.