Re: Nifi Clustering - work distribution on workers

2015-10-14 Thread Mark Payne
Mans, Nodes in a cluster work independently from one another and do not know about each other. That is accurate. Each node in a cluster runs the same flow. Typically, if you want to pull from HDFS and partition that data across the cluster, you would run ListHDFS on the Primary Node only, and

Referencing Source File Attributes with MergeContent Processor

2015-10-14 Thread Chris Mangold
I have use case where I am trying to merge content using the NIFI MergeContent processor. Scenario is that I am retrieving image files from a server, base64 encoding them and then batching them together into a JSON format using MergeContent. I am using the Header, Footer and Demarcator fields to

Re: Referencing Source File Attributes with MergeContent Processor

2015-10-14 Thread Bryan Bende
I'm not sure if this makes sense with out seeing the full flow, but can you construct the Json for each image before MergeContent by using ReplaceText, this way the id will already be taken care of before merging? On Wednesday, October 14, 2015, Chris Mangold wrote: > I have

Re: site to site setup - Remore instance not configured

2015-10-14 Thread Matthew Clarke
Hello Chakri, It looks like you have a couple things going on here: - Failed to connect due to {} javax.net.ssl.SSLHandshakeException: null cert chain - javax.net.ssl.SSLException: Inbound closed before receiving peer's close_notify: possible truncation attack? I am not sure how you