Apache Nifi - PutIgniteCache Processor Document not found

2016-08-19 Thread Deepak Kumar
Hi,I am using Apache Nifi PutIgniteCache Processor. I am not able to get configuration document related to this processor in link https://nifi.apache.org/docs/nifi-docs/components/ . Can you please provide more information on PutIgniteCache Processor. Thanks & Regards Deepak

Re: PutS3Object Error

2016-08-19 Thread dgm
I just finished testing with Java 1.8 + JCE Unlimited (w/ DH Keys < 1024 disabled) + BC 1.5.   still works. I’m not exactly sure why Java 1.7 didn’t work for this one processor.   But based on what James posted below, he said: “That suggests that your JRE's java.security provider does not

Re: PutS3Object Error

2016-08-19 Thread dgm
In my java 1.7 environment, we have the JCE unlimited and BouncyCastle 1.46. When I added a Java 1.8 environment and ran NiFi there, I have not yet added JCE or BouncyCastle yet.  That’s my plan today, to add each one and do some testing after adding each of the components. Thanks,

Re: PutS3Object Error

2016-08-19 Thread Joe Skora
That's great, but I'm not sure why that would have fixed it. Did you change anything when you switched to 1.8? On Fri, Aug 19, 2016 at 9:16 AM, dgm wrote: > So far, upgrading to Java 1.8 resolved the issue I was experiencing. > > > > > > Thanks, > > Dan Morris > >

Re: adding dependencies like jdbc drivers to the build

2016-08-19 Thread Joe Witt
Captured the elements of this thread https://issues.apache.org/jira/browse/NIFI-2604 Please alter/update as needed. On Fri, Aug 19, 2016 at 5:51 AM, Peter Wicks (pwicks) wrote: > While you are at it… can you make it so it supports more than one file in > that field, probably

Re: PutS3Object Error

2016-08-19 Thread dgm
So far, upgrading to Java 1.8 resolved the issue I was experiencing. Thanks, Dan Morris 443-992-2848 From: James Wing Reply-To: Date: Thursday, August 18, 2016 at 12:58 PM To: Subject: Re: PutS3Object Error I

RE: adding dependencies like jdbc drivers to the build

2016-08-19 Thread Peter Wicks (pwicks)
While you are at it… can you make it so it supports more than one file in that field, probably comma delimited? I have one JDBC driver that for whatever reason requires two separate JAR’s. From: Joe Witt [mailto:joe.w...@gmail.com] Sent: Friday, August 19, 2016 5:30 AM To:

RE: adding dependencies like jdbc drivers to the build

2016-08-19 Thread Joe Witt
Adding jars to the lib directory is not ideal as it pollutes all classloaders. We should add expression language support to the path property if it isn't already as that makes variable registry access available which makes use of the same template or flow in different environments easier. On Aug