Re: PublishJMS - Failed to determine destination type from destination name (v1.9.2)

2019-11-18 Thread Joe Ferner
A couple things I noticed... There is a small bug when calling logUnbuildableDestination. It should get passed entry.getValue() not entry.getKey(). This would give you the intended warning message where "destination_name" would actually be the destination name being evaluated. This would help you

Re: New Distributed Map Cache Impementations

2019-11-18 Thread Shawn Weeks
Created NIFI-6881 and I've got an almost working implementation. Something I'm trying to work out is how to store the keys. Most databases don't support byte arrays for primary keys. I know in virtually every case in NiFi the key's will be Strings but I'm wondering what to do if they weren't. I

PublishJMS - Failed to determine destination type from destination name (v1.9.2)

2019-11-18 Thread Santiago Acosta
Hi, I am trying to configure a PublishJMS processor to publish to a QUEUE with a variable name using Expression Language. I set the Destination Name to "activemq:${myid}" which uses an attribute I added to the flowfile in a previous step My ConsumeJMS processor works great which means that my

Re: Nifi 1.10.0 fail to connect cluster with external zk 3.4.10 and 3.5.6

2019-11-18 Thread Joe Witt
Hello I believe you need to upgrade this external zookeeper as well. 3.5.5 or newer is ideal. thanks On Mon, Nov 18, 2019 at 1:24 PM kfir sahartov wrote: > Hi Nifi team! > > I have an unsolved issue. While I have been trying to upgrade nifi 1.9.2 to > nifi 1.10.0 with external Apache

Re: Nifi 1.10.0 fail to connect cluster with external zk 3.4.10 and 3.5.6

2019-11-18 Thread Pierre Villard
Hi Kfir, I didn't try with ZooKeeper 3.5.6 but it worked fine with 3.5.5 (version used as dep. in NiFi code). I did experience the same with ZooKeeper 3.4.x. Could you try with ZK 3.5.5? Hope this helps, Pierre Le lun. 18 nov. 2019 à 19:24, kfir sahartov a écrit : > Hi Nifi team! > > I have

Re: Nifi 1.10.0 fail to connect cluster with external zk 3.4.10 and 3.5.6

2019-11-18 Thread Bryan Bende
Hello, NiFi 1.10.0 requires ZooKeeper 3.5.x. https://cwiki.apache.org/confluence/display/NIFI/Migration+Guidance Thanks, Bryan On Mon, Nov 18, 2019 at 1:24 PM kfir sahartov wrote: > > Hi Nifi team! > > I have an unsolved issue. While I have been trying to upgrade nifi 1.9.2 to > nifi 1.10.0

Nifi 1.10.0 fail to connect cluster with external zk 3.4.10 and 3.5.6

2019-11-18 Thread kfir sahartov
Hi Nifi team! I have an unsolved issue. While I have been trying to upgrade nifi 1.9.2 to nifi 1.10.0 with external Apache zookeeper 3.4.10 with 2 nifi nodes configuration I got a lot of ConnectionLoss exceptions, from org.apache.curator and the cluster failes to connect 2/2 nodes. The best I

NiFi Cluster Joining Issue

2019-11-18 Thread Velumani, Manoj
Hello team, Hope you are doing great. I am Manoj from Data Architect team at S Global. We are working on Apache NiFi Open Source for the past year and we have built a SQL P2P Replication solution using Apache NiFi and its working pretty good with the solution. But when we started scaling to

Re: White label Apache NIFI

2019-11-18 Thread Joe Witt
Alex This is a perfectly fine distro for it. Yep you definitely can do this. NiFi is made available under a permissive license https://www.apache.org/licenses/LICENSE-2.0 You'll need to modify the UI code to do what you want in your own fork, do a build, and have fun. Thanks On Mon, Nov 18,

White label Apache NIFI

2019-11-18 Thread Alex Do
Hello, I do not know if this is the right contact to ask this, but I was wondering if it is possible to white label (remove branding) Apache NIFI? We would like to put our company logo where the NIFI logo and drop normally are and place powered by Apache NIFI at the bottom. Let me know,