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

2016-01-07 Thread Joe Witt
Mans, It appears to me that there is a path for this not to be a breaking change for the flow. By creating a controller service to handle the credential provider piece you should be able to just update the processor to support that controller service interface. If the user sets that controller s

FAQ : about the debug of nifi

2016-01-07 Thread 522250...@qq.com
I have two questions: 1) i want to debug nifi ,and i find the guidence in wiki.Then i use gradle following https://github.com/olegz/nifi-ide-integration .But after i run the command "./gradlew clean idea" ,i just can not find any source in the folder " nifi-ide-integration " Here is the

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

2016-01-07 Thread M Singh
Hi: Just wanted to mention that if we go with the creds provider interface it will be breaking change for nifi aws components as mentioned in  https://issues.apache.org/jira/browse/NIFI-1325. Also, I am considering creating one aws creds provider controller which will provide creds provider based

Re: Syslog Classes

2016-01-07 Thread Joe Witt
Very nice! On Thu, Jan 7, 2016 at 6:14 PM, Sean Busbey wrote: > The interface audience and stability annotations are a great idea to > use. Please use the publicly-consumable ones in Apache Yetus instead > of those in Hadoop. :) > > http://yetus.apache.org/documentation/0.1.0/audience-annotations

[GitHub] nifi pull request: Nifi 1365

2016-01-07 Thread alopresto
GitHub user alopresto opened a pull request: https://github.com/apache/nifi/pull/163 Nifi 1365 Added support for Groovy unit tests in `nifi-web-security` when triggered with `mvn clean test -Dgroovy=test` as the custom profile is triggered by variable `groovy` == `test`.

[GitHub] nifi pull request: Nifi 1324

2016-01-07 Thread alopresto
GitHub user alopresto opened a pull request: https://github.com/apache/nifi/pull/162 Nifi 1324 Upgraded BouncyCastle dependency from `jdk16` to `jdk15on` (the current version) and from version 1.46 to 1.53. Rewrote PGP logic with new BC APIs. Rewrote OCSP logic with n

Re: Syslog Classes

2016-01-07 Thread Sean Busbey
The interface audience and stability annotations are a great idea to use. Please use the publicly-consumable ones in Apache Yetus instead of those in Hadoop. :) http://yetus.apache.org/documentation/0.1.0/audience-annotations-apidocs/ On Tue, Jan 5, 2016 at 7:34 PM, Matthew Burgess wrote: > That

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

2016-01-07 Thread M Singh
Hi Joe: Based on your feedback I will try to explore the controller interface for aws creds provider. Thanks for your advice. Mans On Thursday, January 7, 2016 4:15 AM, Joe Witt wrote: Mans Appreciate you pushing this forward.  There is a related idea to better handle aws credentials f

[GitHub] nifi pull request: NIFI-1145 Unit tests timeout in some environmen...

2016-01-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi/pull/160 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enable

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

2016-01-07 Thread Joe Witt
Mans Appreciate you pushing this forward. There is a related idea to better handle aws credentials for all the aws procs. Will look more and respond. Thanks Joe On Jan 7, 2016 6:52 AM, "M Singh" wrote: > Hi: > Just wanted to follow-up and see if anyone has any feedback on . > https://issues.