Re: NIFI Secure Access ( Site to Site )

2016-07-17 Thread Vinay
Andy, When i ran the command as suggested i get below for Verify Return Code SSL-Session: Protocol : TLSv1.2 Cipher: DHE-RSA-AES256-GCM-SHA384 Session-ID: 57898563A942ADD1A8F3AB420FED9C68D38C05B9457CEA0B82B57E2CE0DDAA9A Session-ID-ctx: Master-Key: 1432AS9BA2A69843B54D1

Re: DistributedMapCacheClient Groovy example

2016-07-17 Thread Sumanth Chinthagunta
Added Jira https://issues.apache.org/jira/browse/NIFI-2299 Thanks -Sumo > On Jul 17, 2016, at 4:56 AM, Matt Burgess wrote: > > Adding API JARs to the scripting NAR is a good idea since it extends the > capabilities as you have shown. Mind wri

Re: ConsumeKafka vs getKafka

2016-07-17 Thread Sumanth Chinthagunta
Done. https://issues.apache.org/jira/browse/NIFI-2298 Thanks -Sumo > On Jul 17, 2016, at 1:37 PM, Sumanth Chinthagunta wrote: > > Env: Linux , Kafka 9.0.x, NiFi: 0.7 > > We like to use new ConsumeKafka processor but found critical limitati

Re: Missing Emails - Re: [apache/nifi] Nifi-1972 Apache Ignite Put Cache Processor (#502)

2016-07-17 Thread Joe Witt
Hello Mans We ended up creating an 'iss...@nifi.apache.org' mailing list so please subscribe to that. It is not meant for discussion threads but is meant for automated e-mails from github, jira. See more about this here https://nifi.apache.org/mailing_lists.html Thanks Joe On Sun, Jul 17, 2016

Missing Emails - Re: [apache/nifi] Nifi-1972 Apache Ignite Put Cache Processor (#502)

2016-07-17 Thread M Singh
Hi Folks: I am no longer getting any emails for my replies to github pull request.  I have subscribed to the comments/etc on the pull request and was getting all the emails till the first week of July.  If there is any setting I am missing, please let me know. Thanks On Sunday, July 17, 2

Re: ConsumeKafka vs getKafka

2016-07-17 Thread Oleg Zhurakousky
Sumo Thank you for pointing this out. Very valid comments and just in time for the upcoming 1.0 release. Would you mind to raise a JIRA and we'll address it promptly? Cheers Oleg > On Jul 17, 2016, at 16:38, Sumanth Chinthagunta wrote: > > Env: Linux , Kafka 9.0.x, NiFi: 0.7 > > We like

ConsumeKafka vs getKafka

2016-07-17 Thread Sumanth Chinthagunta
Env: Linux , Kafka 9.0.x, NiFi: 0.7 We like to use new ConsumeKafka processor but found critical limitations compared to old getKafka processor. New ConsumeKafka is not writing critical Kafka attributes i.e., kafka.key, kafka.offset, kafka.partition etc into flowFile attributes. Old getKa

Re: External Repositories (aka Extension Registry) for Dynamically-loaded Extensions

2016-07-17 Thread Joe Witt
Andre Seems like a fair point and also I added you to the wiki permissions. Thanks Joe On Sun, Jul 17, 2016 at 9:01 AM, Andre wrote: > All, > > I don't have write access to the wiki so I ended up not being able to write > the comment over there but I wanted to make a very basic comment. > > > T

Re: Master build failing?

2016-07-17 Thread Joe Witt
very strange - thanks for flagging. Will look into it On Sun, Jul 17, 2016 at 10:34 AM, Andre wrote: > All, > > I've noticed the travis build is failing again. > > Last working commit seems to be: > > https://github.com/apache/nifi/commit/4d4c525d9c74e81a50d582bd6b7f7045f1d322a6 > > After that a

Master build failing?

2016-07-17 Thread Andre
All, I've noticed the travis build is failing again. Last working commit seems to be: https://github.com/apache/nifi/commit/4d4c525d9c74e81a50d582bd6b7f7045f1d322a6 After that all travis builds fail. From what I could gather the builds are experiencing the following issue: java.lang.IllegalSta

Re: External Repositories (aka Extension Registry) for Dynamically-loaded Extensions

2016-07-17 Thread Andre
All, I don't have write access to the wiki so I ended up not being able to write the comment over there but I wanted to make a very basic comment. The current package security mechanism proposes using MD5 and SHA1 hashing algo's for pom's and adoc's. Be mindful that for ages the general guidanc

Re: DistributedMapCacheClient Groovy example

2016-07-17 Thread Matt Burgess
Adding API JARs to the scripting NAR is a good idea since it extends the capabilities as you have shown. Mind writing an improvement Jira to capture this? Thanks, Matt > On Jul 17, 2016, at 4:51 AM, Sumanth Chinthagunta wrote: > > I had to custom build NiFi to add distributed-cache support f

Re: DistributedMapCacheClient Groovy example

2016-07-17 Thread Sumanth Chinthagunta
I had to custom build NiFi to add distributed-cache support for scripting processors as described here: https://github.com/xmlking/mapr-nifi-hadoop-libraries-bundle/blob/master/nifi-mapr-build.md#add-optional