[RESULT][VOTE] Release Apache NiFi 1.1.1

2016-12-22 Thread Joe Percivall
Hello The release passes with 5 +1 (binding) votes 9 +1 (non-binding) votes0 -1 (binding) votes Thanks to all who helped make this release possible. Here is the PMC vote thread:

Re: [VOTE] Release Apache NiFi 1.1.1 (RC1)

2016-12-22 Thread Jeff
+1 (non-binding) Went through the release guide. README from the build of the release candidate still lists JKD 1.7 as a requirement. Uploaded and instantiated a couple performance-related templates, worked as expected. On Thu, Dec 22, 2016 at 2:42 PM Bryan Rosander

Re: [VOTE] Release Apache NiFi 1.1.1 (RC1)

2016-12-22 Thread Bryan Rosander
+1 (non-binding) Verified signature, checksums, contrib-check build with clean m2 repo. Setup 3 node secured cluster with tls-toolkit Tested s2s from MiNiFi with and without proxy. On Thu, Dec 22, 2016 at 1:21 PM, Joe Percivall < joeperciv...@yahoo.com.invalid> wrote: > +1 (binding) Release

Re: GetKafka and ConvertAvroToJson returns blank

2016-12-22 Thread Oleg Zhurakousky
Ok, I see the issue after testing it wit your data You probably did not specify the schema when configuring the ConvertAvroToJson processor and because of that you were most likely getting the following error: [pool-1-thread-1] ERROR org.apache.nifi.processors.avro.ConvertAvroToJSON -

Re: Legacy Authorized Users File approach not working?

2016-12-22 Thread Russell Bateman
Bryan and James, Thanks for your advice. NiFi is wonderful technology, but it's greater still by reason of our community, in particular, experts like you. I will write up whatever decision we reach including our experience. Just yesterday, I sweated through getting the Java Flight Recorder

Re: [VOTE] Release Apache NiFi 1.1.1 (RC1)

2016-12-22 Thread Matt Gilman
+1 (binding) Release this package as nifi-1.1.1 Verified signature, hashes, and key functionality in this release. Thanks Matt On Thu, Dec 22, 2016 at 9:54 AM, Yolanda Davis wrote: > +1 (non-binding) > > Verified signatures, hashes, README, NOTICE and LICENSE.

Re: [VOTE] Release Apache NiFi 1.1.1 (RC1)

2016-12-22 Thread Yolanda Davis
+1 (non-binding) Verified signatures, hashes, README, NOTICE and LICENSE. Built and ran on OS X (java 1.8 build 111). -yolanda On Mon, Dec 19, 2016 at 5:35 PM, Joe Percivall < joeperciv...@yahoo.com.invalid> wrote: > Hello Apache NiFi Community, > > I am pleased to be calling this vote for the

Re: [VOTE] Release Apache NiFi 1.1.1 (RC1)

2016-12-22 Thread Tony Kurc
+1 (binding) Verified build, signature, hashes and reviewed license/notice. On Mon, Dec 19, 2016 at 5:35 PM, Joe Percivall < joeperciv...@yahoo.com.invalid> wrote: > Hello Apache NiFi Community, > > I am pleased to be calling this vote for the source release of Apache > NiFi, nifi-1.1.1. > >

Re: NiFi compilation error - master & 1.1.x branch

2016-12-22 Thread Joe Skora
I can repeat Oleg's results. On Ubuntu 15.10, compiling with JDK 1.8.0_77 fails, but with JDK 1.8.0_101 it succeeds. On Thu, Dec 22, 2016 at 6:58 AM, Oleg Zhurakousky < ozhurakou...@hortonworks.com> wrote: > Andrew > > I believe I’ve seen something similar before and it persisted until up’ve >

Re: NiFi compilation error - master & 1.1.x branch

2016-12-22 Thread Oleg Zhurakousky
Andrew I believe I’ve seen something similar before and it persisted until up’ve upgraded JDK. Once on the latest (*_112) all was good, But discussing/testing it a bit internally even the older upgrades would do (e.g., *_65) FWIW, I has the same *_45 version until I started seeing this. Cheers

Re: NiFi compilation error - master & 1.1.x branch

2016-12-22 Thread Andrew Christianson
> What version of Java are using? Oracle or OpenJDK, 8 or 9, etc.? Also $ java -version java version "1.8.0_45"