Re: Phoenix view over existing HBase table - timestamps

2015-11-02 Thread James Taylor
Also, there's a new 4.6.0 feature available to declare a column in your primary key as mapping to the Cell timestamp: https://phoenix.apache.org/rowtimestamp.html Thanks, James On Mon, Nov 2, 2015 at 1:36 PM, Thomas D'Silva wrote: > Camelia > > You can specify the

Phoenix view over existing HBase table - timestamps

2015-11-01 Thread Camelia Elena Ciolac
Hello, I created successfully a view over an existing HBase table, but I'd like to be able to have in it the versioned cells as in the HBase table. Now, if I issue the command: CREATE VIEW "table_HBase" (pk VARCHAR PRIMARY KEY,"colfamily"."coldescriptor" VARCHAR); it's normal that I can't