Re: Apache NiFi RC2 timeline

2016-02-09 Thread James Wing
cause it will limit the > > amount of state we return back to the client/UI. I am concerned about > > the amount of state ListFile can generate in some cases and I think > > that needs to be solved but it doesn't need to hold up the release. > > > > Also, what do you

Trouble with RPMs

2016-01-30 Thread James Wing
Is anyone successfully using NiFi RPMs? I am having trouble building RPMs that result in a working NiFi installation on a clean system. I'm not sure if I'm just doing it wrong, or if I should create a ticket and try to fix it. After building an RPM (mvn clean install -Prpm) and installing it

Failing Unit Test testShouldValidatePGPPublicKeyringExists

2016-01-12 Thread James Wing
I'm having trouble with a failing unit test in nifi-standard-processors, new in a recent merge. Any helpful tips would be appreciated. Failed tests: TestEncryptContent.testShouldValidatePGPPublicKeyringExists:254 ''Public Keyring File' is invalid because Invalid Public Keyring File

Re: Failing Unit Test testShouldValidatePGPPublicKeyringExists

2016-01-12 Thread James Wing
OS-dependency on the differing messages, we could just > change the inspection to `instanceof FileNotFoundException`? > > Andy LoPresto > alopresto.apa...@gmail.com > PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4 BACE 3C6E F65B 2F7D EF69 > > On Jan 12, 2016, at 3:11 PM, James Wing <

Re: Nifi-1325 - Enhancing Nifi AWS S3 for cross account access - Refactoring Nifi-AWS Processor credentials to use credentials provider

2016-01-09 Thread James Wing
+1 on converting AbstractAWSProcessor to using AWSCredentialsProvider, and +1 to adding a controller service for AWS creds. I would like to help. The current AbstractAWSProcessor.onScheduled method already contains code to probe for the REGION PropertyDescriptor and modify the AWS client based

<    1   2