Re: HBase's checkAndPut, Timestamp in Phoenix-Spark API

2015-07-19 Thread Andrew Purtell
Hi, Over on HBase we are working on direct integration with spark. That may (or may not) be a better option when you already have code using the HBase API directly. Please see https://issues.apache.org/jira/browse/HBASE-13992 On Saturday, July 18, 2015, Josh Mahonin jmaho...@interset.com wrote:

Re: HBase's checkAndPut, Timestamp in Phoenix-Spark API

2015-07-18 Thread Josh Mahonin
Hi, The phoenix-spark integration is a thin wrapper around the phoenix-mapreduce integration, which under the hood just uses Phoenix's 'UPSERT' functionality for saving. As far as I know, there's no provisions for checkAndPut functionality there, so if you require it, I suggest sticking to the