Adding HBase Support for AtomicDistributedMapCacheClient

2019-04-24 Thread Shawn Weeks
Seems like this should be fairly easy for HBase 2.x with the checkAndMutate functionality and I was wondering if there is already a Jira for this. Otherwise I might make an attempt at it. It would be good to be able to support Wait/Notify and other things that need

Re: HBase Atomic Cache

2019-04-24 Thread Bryan Bende
I'm not sure if there is a real reason it can't be implemented, I think Hbase has the necessary compare-and-set operations to make it work, may just be that someone needs to do the work to implement it. On Wed, Apr 24, 2019 at 3:18 PM Shawn Weeks wrote: > > With Nifi 1.9 and Hbase 2.x what is

Re: Lookup services for cleanup and other tasks

2019-04-24 Thread Mike Thomsen
Andy, Without going into specifics, we have been using this on a client project where the cleanup needs are "non-trivial" and often require writing custom lookup services to repair fields and things like that. So far, it seems to be working very well for this sort of advanced cleanup need. Before