unable to build master

2018-01-22 Thread Martin Mucha
Hi, I pulled new changes and I'm unable to build master now. a) -Pcontrib-check is totally out of question, due to standard-bundles failues IIRC b) without contrib check it does not build also. See last few maven lines: [INFO]

Re: Embedded Nifi

2018-01-22 Thread Vincent Russell
Thanks Andy, This looks a great first step. It would be nice to have a builder pattern and the ability to download the "executable" from a nexus or the local filesystem like embedded elastic, but perhaps that might be better in some third party library.

Re: Embedded Nifi

2018-01-22 Thread Andy LoPresto
Vincent, I plan to merge this pull request [1] for NIFI-4424 [2] by Peter Horvath today. Does this satisfy your requirements? [1] https://github.com/apache/nifi/pull/2251 [2] https://issues.apache.org/jira/browse/NIFI-4424

Re: referencing inexisting file in content repository

2018-01-22 Thread Joe Witt
cool. glad youre making progress On Jan 22, 2018 2:06 PM, "Martin Mucha" wrote: > Very good! You are correct, I was clicking too fast when creating > controllers. > I thought it must have been something else as it showed that it's trying to > read inexisting file. > >

Re: unable to build master

2018-01-22 Thread Joe Witt
hello would like to see result of full build output and result of mvn -version thanks On Jan 22, 2018 8:44 AM, "Martin Mucha" wrote: > update: mvn clean and following build without -T parameter fixed issue. > > M. > > 2018-01-22 13:08 GMT+01:00 Martin Mucha

Re: [VOTE] Release Apache NiFi MiNiFi 0.4.0 RC2

2018-01-22 Thread Tony Kurc
+1 (binding) Build great on ubuntu 14.04. Verified signatures and hashes and clean build. Ran some very simple flows. Did not find any issues with NOTICE or LICENSE. Minor point for next release is to update copyright date everywhere (it is 2017 in the NOTICE and a few files) On Mon, Jan 22,

[RESULT][VOTE] Release Apache NiFi MiNiFi 0.4.0

2018-01-22 Thread Aldrin Piri
Apache NiFi Community, I am pleased to announce that the 0.4.0 release of Apache NiFi MiNiFi passes with 8 +1 (binding) votes 3 +1 (non-binding) votes 0 0 votes 0 -1 votes Thanks to all who helped make this release possible. Here is the PMC vote thread:

[RESULT][VOTE] Release Apache NiFi MiNiFi 0.4.0

2018-01-22 Thread Aldrin Piri
Apache NiFi Community, I am pleased to announce that the 0.4.0 release of Apache NiFi MiNiFi passes with 8 +1 (binding) votes 3 +1 (non-binding) votes 0 0 votes 0 -1 votes Thanks to all who helped make this release possible. Here is the PMC vote thread:

Re: [VOTE] Release Apache NiFi MiNiFi 0.4.0 RC2

2018-01-22 Thread Aldrin Piri
+1, binding Comments: hashes and signatures look good license and notice look good builds and tests good for respective executables and assemblies verified expected behavior with templates both pre- and post- 1.5 (1.1 vs 1.2 encodings) On Mon, Jan 22, 2018 at 10:11 AM, Joe Witt

referencing inexisting file in content repository

2018-01-22 Thread Martin Mucha
Hi, I'd like to ask what this could mean. ValidateRecord processor from master branch generates this error for me. I admit, I did some alterations to it in past, but I checkouted to origin/master, run mvn clean and started completely from scratch only with data in master branch. Question: is

Re: referencing inexisting file in content repository

2018-01-22 Thread Joe Witt
hello just appears to be failing because it is trying to read the data as an avro object with embedded schema and it appears to not actually be that. can you share the data it is failing on? and a flow template? thanks On Jan 22, 2018 11:06 AM, "Martin Mucha" wrote: >

Re: [VOTE] Release Apache NiFi MiNiFi 0.4.0 RC2

2018-01-22 Thread Joe Witt
+1 binding Verified hashes, signature, last real commit is present, LICENSE and NOTICE of source and resulting convenience binaries. Thanks! Joe On Mon, Jan 22, 2018 at 9:40 AM, Kevin Doran wrote: > +1, non-binding > > Ran through the steps in the release helper guide

Re: Reg: NIFI-4787

2018-01-22 Thread Joe Witt
Hello I've added you as a contributor so you should be good to go now. Thanks for contributing. Joe On Mon, Jan 22, 2018 at 10:00 AM, Sourav Gulati wrote: > Hi Jewitt, > > I have started working on NIFI-4787. My username is : soravgulati . How can > I assign this issue

Re: unable to build master

2018-01-22 Thread Martin Mucha
update: mvn clean and following build without -T parameter fixed issue. M. 2018-01-22 13:08 GMT+01:00 Martin Mucha : > Hi, > > I pulled new changes and I'm unable to build master now. > > a) -Pcontrib-check is totally out of question, due to standard-bundles > failues IIRC >

Re: unable to build master

2018-01-22 Thread Martin Mucha
I'm sorry, I cannot provide that any more. I though it's a permanent issue, but apparently it wasn't. I was running parallel build mvn -T 6C clean install on 4 core hyperthreading machine with export MAVEN_OPTS="-Xmx4000m -Xms2000m". Maybe that is somehow related. I did mvn clean followed by