Re: Specifying a cells version

2016-09-09 Thread James Taylor
See http://phoenix.apache.org/faq.html#Can_phoenix_work_on_tables_with_arbitrary_timestamp_as_flexible_as_HBase_API and http://phoenix.apache.org/rowtimestamp.html Thanks, James On Fri, Sep 9, 2016 at 3:43 PM, Paul Jones wrote: > I see that when I create a table using

Specifying a cells version

2016-09-09 Thread Paul Jones
I see that when I create a table using phoenix I can specify how many versions of a cell I want to keep. Is it possible to specify a version value when I perform an upsert? I am receiving data in order from the customer but would like to be able to process it out of order but specify the

Re: Cloning a table in Phoenix

2016-09-09 Thread Kumar Palaniappan
Will do James. On Fri, Sep 9, 2016 at 10:27 AM, James Taylor wrote: > Good idea - this would make a great contribution. Please file a JIRA. > > On Fri, Sep 9, 2016 at 6:29 AM, Kumar Palaniappan < > kpalaniap...@marinsoftware.com> wrote: > >> Yes James. >> >> Kumar

Re: Cloning a table in Phoenix

2016-09-09 Thread James Taylor
Good idea - this would make a great contribution. Please file a JIRA. On Fri, Sep 9, 2016 at 6:29 AM, Kumar Palaniappan < kpalaniap...@marinsoftware.com> wrote: > Yes James. > > Kumar Palaniappan >

Re: Cloning a table in Phoenix

2016-09-09 Thread Kumar Palaniappan
Yes James. Kumar Palaniappan > On Sep 9, 2016, at 12:53 AM, Heather, James (ELS-LON) > wrote: > > This does rather suggest that it would be fairly easy to implement a SHOW > CREATE TABLE statement. Is that right? > > It would be useful if so. > > James > >>

Re: Cloning a table in Phoenix

2016-09-09 Thread Heather, James (ELS-LON)
This does rather suggest that it would be fairly easy to implement a SHOW CREATE TABLE statement. Is that right? It would be useful if so. James On 9 September 2016 2:43:51 a.m. "dalin.qin" wrote: Hi Kumar, I believe right now there is no way to directly generate the DDL