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: Creating table with multiple column families having dynamic columns

2015-04-24 Thread Maria Catherine Tan
option is to create a dummy column for each column family. Thanks, -- Maria Catherine Tan - Original Message - From: Sergey Belousov sergey.belou...@gmail.com To: user@phoenix.apache.org Sent: Friday, April 24, 2015 8:17:17 PM Subject: Re: Creating table with multiple column families having

Creating table with multiple column families having dynamic columns

2015-04-23 Thread Maria Catherine Tan
Hi, We're planning to use phoenix to create an HBase table with 2 column families both having dynamic columns. Already did some googling but I couldn't find an example on how to do that or if it's even possible. Can anyone point me in the right direction. Thanks, -- Maria Catherine Tan