DetectDuplicate : java.net.ConnectException

2016-03-19 Thread Arathi Maddula
Hi, Iam new to Apache Nifi and Iam trying it out on my Windows machine. When I use the DetectDuplicate processor, I get java.net.ConnectException. How can I start DistributedMapCacheClientService? Thanks, Arathi

Re: DetectDuplicate : java.net.ConnectException

2016-03-19 Thread Matt Burgess
xecute the workflow, I get java.net.ConnectException in Bulletin board. > > Could you tell me if I missed anything? > > > > Thanks, > Arathi > > > > *From:* Aldrin Piri [mailto:aldrinp...@gmail.com] > *Sent:* Thursday, March 17, 2016 4:06 PM > *To:* users@nifi.apache

RE: DetectDuplicate : java.net.ConnectException

2016-03-19 Thread Arathi Maddula
Hi Matt, Thanks a lot! DistributedMapCacheClientService is working now. Thanks, Arathi From: Matt Burgess [mailto:mattyb...@gmail.com] Sent: Thursday, March 17, 2016 4:18 PM To: users@nifi.apache.org Subject: Re: DetectDuplicate : java.net.ConnectException Arathi, You'll need to add an

Re: DetectDuplicate : java.net.ConnectException

2016-03-19 Thread Bryan Bende
Hello, DistributedMapCacheClientService requires a DistributedMapCacheServer to be setup first. You then point the client service at the host (most likely local host in your scenario) and port of the server. Let us know if that doesn't help. -Bryan On Thu, Mar 17, 2016 at 3:50 PM, Arathi Maddu

RE: DetectDuplicate : java.net.ConnectException

2016-03-19 Thread Arathi Maddula
in Bulletin board. Could you tell me if I missed anything? Thanks, Arathi From: Aldrin Piri [mailto:aldrinp...@gmail.com] Sent: Thursday, March 17, 2016 4:06 PM To: users@nifi.apache.org Subject: Re: DetectDuplicate : java.net.ConnectException Hi Arathi, Welcome to the NiFi community. The

RE: DetectDuplicate : java.net.ConnectException

2016-03-19 Thread Arathi Maddula
Hi Bryan, How can I setup a DistributedMapCacheServer? Thanks, Arathi From: Bryan Bende [mailto:bbe...@gmail.com] Sent: Thursday, March 17, 2016 4:09 PM To: users@nifi.apache.org Subject: Re: DetectDuplicate : java.net.ConnectException Hello, DistributedMapCacheClientService requires a

Re: DetectDuplicate : java.net.ConnectException

2016-03-18 Thread Aldrin Piri
Hi Arathi, Welcome to the NiFi community. The DistributedMapCacheClientService works in tandem with the DistributedMapCacheServer. Creating an instance of that Controller Service will let you configure the associated properties which can then also be entered for your client, DistributedMapCacheC