[GitHub] nifi pull request: Added support for using proxy for aws processor...

2016-02-09 Thread jskora
Github user jskora commented on a diff in the pull request: https://github.com/apache/nifi/pull/209#discussion_r52362955 --- Diff: nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/AbstractAWSProcessor.java --- @@ -161,6 +180,12 @@

Re: Apache NiFi RC2 timeline

2016-02-09 Thread Joe Percivall
Tony, Yesterday I reviewed a contribution by Louis-Etienne for NIFI-1423[1] and merged it into master. It is ready to be included in the 0.5.0 release. [1]  https://issues.apache.org/jira/browse/NIFI-1423 Thanks for overseeing this RC!Joe- - - - - - Joseph Percivalllinkedin.com/in/Percivalle:

Re: Adding Multi-Language Support on nifi-web-ui

2016-02-09 Thread Joe Witt
...no words for how not even close I was to a valid response on that :-) I read the first sentence and had my reply ready. Read the rest of the thread and somehow convinced myself it was for my initial assumption. Sorry about that. We can definitely do things to make internationalization

Re: Next Release of Apache Nifi

2016-02-09 Thread Joe Percivall
Hello Shweta, Sorry no has responded to you, but if you have seen the recent activity in the Dev user list, we are currently working on cutting a release for 0.5.0. There is a preliminary Release Client if you'd like to take a look and give some feedback! Joe - - - - - - Joseph Percivall

Re: java.lang.UnsatisfiedLinkError in PutHDFS with snappy compression.

2016-02-09 Thread Matthew Burgess
When you say you pointed LD_LIBRARY_PATH to the location of libsnappy.so, do you mean just the setting of the “mapreduce.admin.user.env” property in mapred-site.xml, or the actual environment variable before starting NiFi? The mapred-site settings won’t be used as PutHDFS does not use

Re: Next Release of Apache Nifi

2016-02-09 Thread Tony Kurc
Shweta, Here is the dev list email that Joe is referring to: http://mail-archives.apache.org/mod_mbox/nifi-dev/201602.mbox/%3CCA%2BLyY54edrdoxHtpksRyOhCq8hYVgDFx3c4ZCzHcyk3%3D%3D9qx%2Bw%40mail.gmail.com%3E We found a couple of issues that are still being worked, but I expect another release

Re: Struggling with modification of JSON|AttributeToJSON

2016-02-09 Thread Joe Percivall
Hello Shweta, For requirement #1, check out the SplitJson processor. It should enable you to do what you need. For requirement #2, currently AttributesToJSON can only create flat JSON objects. What you could do is use the ReplaceText processor "manually" do it. You'd leave the search query as

Re: Smart Load Balancing behavior replicating data to different cluster nodes.

2016-02-09 Thread Matthew Clarke
Paresh, Please look in your sending NiFi logs for the following log line: INFO [Timer-Driven Process Thread-6] o.a.n.r.c.socket.EndpointConnectionPool New Weighted Distribution of Nodes: Node[<*FQDN-node1>*:0] will receive 33.336% of data Node[<*FQDN-node2>*:0] will receive

Re: Lost Trace of FowFiles only with attributes

2016-02-09 Thread Matthew Clarke
Paresh, Question 1: Not sure I am following exactly what you are saying. Not every processor in NiFi will produce a provenance event. Provenance events are created when an actionable event has occurred against a FlowFile (receive, route, modify, drop, etc...). For example the

ApacheCon presence?

2016-02-09 Thread Sean Busbey
Hi folks! CFPs for ApacheCon NA Core and ApacheCon NA Big Data close in a few days, on 12 Feb. Anyone already planning to attend? Anyone already submit a proposal? I'd really like to see NiFi have a good showing. -Sean

[GitHub] nifi pull request: Added support for using proxy for aws processor...

2016-02-09 Thread mans2singh
Github user mans2singh commented on the pull request: https://github.com/apache/nifi/pull/209#issuecomment-182092294 Explicitly check that proxy host and port are both specified based on comments (rather than using xor operator) --- If your project is set up for it, you can reply to

[GitHub] nifi pull request: NIFI-1493 fixed InvokeScriptedProcessor to only...

2016-02-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi/pull/211 --- 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

[GitHub] nifi pull request: NIFI-1493 fixed InvokeScriptedProcessor to only...

2016-02-09 Thread mattyb149
Github user mattyb149 commented on the pull request: https://github.com/apache/nifi/pull/211#issuecomment-182162160 LGTM, to @joewitt for the +1 and merge --- 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

[GitHub] nifi pull request: Nifi 1489 (Support for http proxy) + Nifi 1495 ...

2016-02-09 Thread mans2singh
GitHub user mans2singh opened a pull request: https://github.com/apache/nifi/pull/213 Nifi 1489 (Support for http proxy) + Nifi 1495 (AWS Kinesis Firehose) This pull request combines Http proxy enhancement for aws processors (nifi-1489) and aws kinesis firehose processor

Re: Apache NiFi RC2 timeline

2016-02-09 Thread James Wing
I think it's actually a great time to include NIFI 1461 to improve the RPM with a non-root user and group. With respect to backward compatibility, 0.5.0 will also include a fix for NIFI-1454, and I'm skeptical that anyone was successfully using the RPM output from the Maven build before that fix.