Re: Problem with PutS3Object processor

2016-02-19 Thread Joseph E. Gottman
I am using an SSLContextService for my credentials. [Proteus Technologies Outsmart Logo] Joe Gottman Senior Member of Technical Staff jgott...@proteuseng.com 133 National Business Pkwy, Ste 150 Annapolis Junction, MD

Re: Maximum attribute size

2016-02-19 Thread Joe Percivall
Hello Lars, You are correct that the WAL is different from swapping.  Swapping is used when a single connection queue grows to be very large. A chunk of the FlowFiles are then swapped out of JVM memory and written to disk. Where they are stored until they are swapped back in for processing. The

Re: splitText output appears to be getting dropped

2016-02-19 Thread Matthew Clarke
Conrad, The mergeContent processor will bin files based upon the configuration you have configured. Since it is taking multiple files and creating one output file from them, that output file cannot have multiple filenames. MergeContent will use the filename of the first file in the bin as

Problem with PutS3Object processor

2016-02-19 Thread Joseph E. Gottman
I am trying to use a PutS3Object processor with the "Endpoint Override URL" pointing to a custom endpoint. I keep failing with the error message "You must specify a date for this operation". I am using NiFi version 0.4.1 with Java 8 and Centos 6.7. I suspect this might have something to do

Re: splitText output appears to be getting dropped

2016-02-19 Thread Conrad Crampton
Hi, Perfect! I tried \n for linefeed – didn’t think of shift+enter! The reason I was updating filename early on in my flow file was just because I already had UpdateAttributes that was a handy place to do so. I can put it just before the PutFile though so no major issue, just wondered why this

Re: splitText output appears to be getting dropped

2016-02-19 Thread Bryan Bende
Hello, MergeContent has properties for header, demarcator, and footer, and also has a strategy property which specifies whether these values come from a file or inline text. If you do inline text and specify a demarcator of a new line (shift + enter in the demarcator value) then binary

GetMail processor

2016-02-19 Thread philippe.gibert
Hi, I would like to know if a GetEmail processor is available somewhere or planned ☺ . I have seen PutEmail but not the dual processor in the help The goal is to automatically and regularly processes incoming mail , transforms the content and index the transformed content with solr phil Best