Re: Errors Building from Master

2019-11-20 Thread Shawn Weeks
It was just maven being maven. Clearing .m2 and running again fixed it. On 11/20/19, 9:32 AM, "Shawn Weeks" wrote: I’m getting failures building NiFi from master on the nifi-hive3-processors like this. I’m building on a Mac with OpenJDK 8. I’m assuming I’m missing some build depency.

Errors Building from Master

2019-11-20 Thread Shawn Weeks
I’m getting failures building NiFi from master on the nifi-hive3-processors like this. I’m building on a Mac with OpenJDK 8. I’m assuming I’m missing some build depency. [ERROR] Failure executing groovy-eclipse compiler: [ERROR] -- [ERROR] 1. WARNING in

Re: Revision Source for AtomicDistributedMapCacheClient

2019-11-20 Thread Shawn Weeks
Thanks I realized this morning that it's up to the AtomicDistributedMapCache implementation to manage the revision not whatever it's using it. I'm going to just have an integer column and +1 the revision during a replace if the current revision matches the one already stored in the entry.