Re: Problem with ROW_TIMESTAMP

2019-06-10 Thread Josh Elser
When you want to use Phoenix to query your data, you're going to have a much better time if you also use Phoenix to load the data. Unless you specifically know what you're doing (and how to properly serialize the data into HBase so that Phoenix can read it), you should use Phoenix to both

RE: Problem with ROW_TIMESTAMP

2019-06-10 Thread David Auclair
Ok, thanks. I don't think that's an option for now, as I'm using a 3rd party tool to load data, but might pursue that later if we need more control. I think I've figured out an alternate solution that works for my needs with setting a TTL directly on the HBase table. Thanks, Dave.