Re: how to submit bug found in NIFI code

2017-07-25 Thread 尹文才
Thanks Janosch, I managed to submit a NIFI processor bug after creating an account of JIRA. The bug pertains to a new NIFI processor called PutDatabaseRecord and the link of the issue is as blow, please correct me if anything is wrong since this is the first time I submit a bug for NIFI:

Re: NiFi-4215 stackoverflow exception + patch

2017-07-25 Thread Wes Lawrence
Joe's right, there's a GitHub PR[1] and patch attached in JIRA[2], but I did say "patch attached" in my email, and forgot to add it; sorry about that Andy. Attached this time, if that's convenient. =) [1] https://github.com/apache/nifi/pull/2034 [2]

Re: NiFi-4215 stackoverflow exception + patch

2017-07-25 Thread Joe Witt
He has a nice JIRA and PR up. Think this is just to help find a reviewer. Thanks Joe On Tue, Jul 25, 2017 at 3:08 PM, Andy LoPresto wrote: > Hi Wes, > > Thanks for discovering this and bringing it to our attention. The mailing > list strips attachments, so your patch is

Re: NiFi-4215 stackoverflow exception + patch

2017-07-25 Thread Andy LoPresto
Hi Wes, Thanks for discovering this and bringing it to our attention. The mailing list strips attachments, so your patch is not available here. The best course of action is to submit a pull request on GitHub, or attach the patch file to the Jira directly. Let us know if you need any assistance

NiFi-4215 stackoverflow exception + patch

2017-07-25 Thread Wes Lawrence
Hey all, While building some standard templates we'd like to ship to customers, I found an issue where the AvroSchemaRegistry throws a stack overflow exception on Avro schemas that define a record that composes itself, e.g; { "namespace": "org.apache.nifi.testing", "name": "CompositRecord",

Re: why cant nifi perform user authentication over http

2017-07-25 Thread Joe Witt
YuNing What can we do to help you setup an HTTPS based environment? We can support LDAP-based username and password authentication in that environment. We've basically taken a "what is the point" approach to trying to add authentication/authorization in the HTTP only context so all is based

Re: why cant nifi perform user authentication over http

2017-07-25 Thread Andy LoPresto
Modifying NiFi’s source code to provide user authentication and authorization over HTTP is highly discouraged. Along with the possibility for credential leak that Kevin mentioned, any plaintext HTTP request can be intercepted, monitored, and modified before being relayed to the NiFi

Re: nifi processor for IPFIX

2017-07-25 Thread Joe Witt
Chris, There are no plans that I am aware of. We'd need to have build a ListenUDPRecord processor and we'd need an IPFIXRecordReader. This would be pretty slick and quite fast. I *think* Bryan Bende was working on a ListenTCPRecord so maybe this could be tied into that. Thanks On Tue, Jul

Re: why cant nifi perform user authentication over http

2017-07-25 Thread Kevin Doran
Hi YuNing, In your original post, you mentioned a need for multi-tenant authorization. For that use case, I would not recommend transmitting passwords, even encrypted/hashed passwords, over unencrypted HTTP, as the authorized operations would be still be vulnerable to man-in-the-middle (MITM)

nifi processor for IPFIX

2017-07-25 Thread Chris Herssens
Hello All, Are there plans to implement an IPFIX collector. The processor should listen on an UDP port, parse the content and convert it to AVRO or JSON Regards, Chris

Re: become dev guide

2017-07-25 Thread Joe Skora
Ahmed, To subscribe to the dev list, you send an email to dev-subscr...@nifi.apache.org. Instructions to subscribe/unsubscribe to any of the lists as well access the archives are on the Apache NiFi Mailing Lists web page. Regards, Joe S On Tue, Jul

become dev guide

2017-07-25 Thread Ahmed SEYE
*** Sonatel:Scan antiviral effectue (3) *** Hi, Can i subscribe to nifi. Best regarads, Ahmed

Re: how to submit bug found in NIFI code

2017-07-25 Thread Woschitz, Janosch
Hi Ben, A submission via JIRA would be the best way to submit a bug. All Apache projects using the same JIRA installation but you need to sign up in order to use them. You can create an account via https://issues.apache.org/jira/secure/Signup!default.jspa If this should not be possible you

how to submit bug found in NIFI code

2017-07-25 Thread 尹文才
Hi guys, I wonder if any of you knows the correct way to submit bugs found in current NIFI's code, I checked the JIRA page of NIFI and it seems that I need to login to be able to submit an issue. Thanks. Regards, Ben