Re: Failed to execute goal org.apache.rat:apache-rat-plugin:0.11:check (default) on project nifi-poi-processors: Too many files with unapproved license

2018-01-25 Thread Sivaprasanna
Maven version details: E:\Workspace\nifi\nifi-nar-bundles\nifi-azure-bundle>mvn -version Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d; 2017-10-18T13:28:13+05:30) Maven home: C:\Program Files\apache-maven-3.5.2\bin\.. Java version: 1.8.0_111, vendor: Oracle Corporation Java home: C:

Re: Confused by two classes

2018-01-25 Thread Koji Kawamura
Hello, ComplexRecordField is used to represent child record which can have multiple fields in it. I.e. embedded objects. ComplexRecordField corresponds to Records type in Avro terminology [1]. UnionRecordField represents a field which data type can be one of defined types. It is often used to repr

Re: [VOTE] Release Apache NiFi MiNiFi C++ 0.4.0 RC1

2018-01-25 Thread Matt Gilman
+1 (binding) Release this package as nifi-minifi-cpp-0.4.0 Verified hashes, signatures, build, etc. Ran some samples flows integrating with a local NiFi instance. Looks good guys. Aldrin, thanks for RMing! Matt On Thu, Jan 25, 2018 at 4:17 PM, Aldrin Piri wrote: > Hey Andy, > > Thanks for rep

Re: [VOTE] Release Apache NiFi MiNiFi C++ 0.4.0 RC1

2018-01-25 Thread Aldrin Piri
Hey Andy, Thanks for reporting and the patch. The files highlighted definitely seemed to leak into the source distribution but are not necessarily dealbreakers from the release perspective. Saying the rest the vote successfully releases, I can include a note on our download page as Kevin highlig

Re: [VOTE] Release Apache NiFi MiNiFi C++ 0.4.0 RC1

2018-01-25 Thread Kevin Doran
+1 (non-binding) Ran through the steps in the Release Helper Guide on Mac OS 10.12.6 using the source tar without issue. I'm ok with documenting the issue Andy C found on the source tarball download page as Marc P suggested. Thanks everyone! Kevin On 1/24/18, 01:36, "Aldrin Piri" wrote:

Re: [VOTE] Release Apache NiFi MiNiFi C++ 0.4.0 RC1

2018-01-25 Thread Marc Parisi
+1 ( binding ) to release * Verified signatures and hashes as well, built using the helper's guide for U16. * Built on U16 32 bit last night and CENTOS earlier today using the bootstrap process on the git commit ID to enable all features for those platforms. I ran bootstrap.sh -e -n -b

Re: [VOTE] Release Apache NiFi MiNiFi C++ 0.4.0 RC1

2018-01-25 Thread Andy Christianson
https://github.com/apache/nifi-minifi-cpp/pull/251 **This might require a clean build directory** since it doesn't automatically pick up new cpack source ignore. Regards, Andy I.C. Sent from [ProtonMail](https://protonmail.com), Swiss-based encrypted email. Original Message

Re: [VOTE] Release Apache NiFi MiNiFi C++ 0.4.0 RC1

2018-01-25 Thread Andy Christianson
Created https://issues.apache.org/jira/browse/MINIFICPP-384 to track. Should have PR shortly. Sent from [ProtonMail](https://protonmail.com), Swiss-based encrypted email. Original Message On January 25, 2018 2:46 PM, Andy Christianson wrote: > -1 there are flex/bison generate

[ANNOUNCE] CVE advisory for Apache NiFi 1.0.0 - 1.3.0

2018-01-25 Thread Andy LoPresto
The Apache NiFi PMC would like to announce the following CVE discovery in Apache NiFi 1.1.0 - 1.3.0. This issue was resolved with the release of NiFi 1.4.0 on October 2, 2017. NiFi is an easy to use, powerful, and reliable system to process and distribute data. It supports powerful and scalable

Re: [VOTE] Release Apache NiFi MiNiFi C++ 0.4.0 RC1

2018-01-25 Thread Andy Christianson
-1 there are flex/bison generated files in extensions/expression-language/ (Scanner.cpp, Parser.hpp, Parser.cpp, *.hh) This caused build failure on my machine (CentOS 7.4 w/ devtoolset-6) due to incompatibility between generated files and local installation of flex. We should take these out of

Re: Failed to execute goal org.apache.rat:apache-rat-plugin:0.11:check (default) on project nifi-poi-processors: Too many files with unapproved license

2018-01-25 Thread Kevin Doran
>From the output it appears to me that the maven rat plugin is failing to >identify >'nifi/nifi-nar-bundles/nifi-poi-bundle/nifi-poi-processors/src/test/resources/Unsupported.xls' > as a binary file. Do you know what version of the rat plugin your system has? >This is printed in the build output

Re: Failed to execute goal org.apache.rat:apache-rat-plugin:0.11:check (default) on project nifi-poi-processors: Too many files with unapproved license

2018-01-25 Thread Joe Witt
I would say verify your git settings match what we recommend for end of line, etc.. Verify you have no extraneous items in your local source tree by doing a git clean. I use 'git clean -fxd' but it is pretty destructive. The build works great on many platforms so I feel strongly this is a local

Re: Failed to execute goal org.apache.rat:apache-rat-plugin:0.11:check (default) on project nifi-poi-processors: Too many files with unapproved license

2018-01-25 Thread Sivaprasanna
Nope. I built it using the usual “mvn install -Pcontrib-check”. Ignoring the contrib-check profile works fine. I had to do that to build. On Thu, 25 Jan 2018 at 9:52 PM, Matt Gilman wrote: > Are you possibly running your build with multiple threads? There have been > issues in the past running m

Re: [VOTE] Release Apache NiFi MiNiFi C++ 0.4.0 RC1

2018-01-25 Thread Tony Kurc
+1 (binding) Verified signatures and hashes. Built using helper guide on in an Ubuntu 16.04 (x86_64) docker container. Did not try the bootstrap script (it failed when my container didn't have a working sudo, figured this was a non-issue for most use cases and moved on) . Ran a couple very simple

Re: Failed to execute goal org.apache.rat:apache-rat-plugin:0.11:check (default) on project nifi-poi-processors: Too many files with unapproved license

2018-01-25 Thread Matt Gilman
Are you possibly running your build with multiple threads? There have been issues in the past running multi-threaded builds with the contrib-check profile enabled. Matt On Tue, Jan 23, 2018 at 12:26 PM, Sivaprasanna wrote: > When I tried to build the master branch, the build fails here. When I

Re: [VOTE] Release Apache NiFi MiNiFi C++ 0.4.0 RC1

2018-01-25 Thread Joe Witt
+1 (binding) Full build/testing done on osx. All sigs/hashes checkout. L&N on source and binary artifacts solid. Ran some tests flows grabbing data and sending to nifi via s2s based on flows created using template converter in minifi toolkit. Nice progress in here!!! Thanks On Wed, Jan 24, 2

Confused by two classes

2018-01-25 Thread sunfishyc
Hi there! I'm reading NiFi's source code recently, and I got confused by these two classes: org.apache.nifi.repository.schema.ComplexRecordField and org.apache.nifi.repository.schema.UnionRecordField It seems to me that these two classes are almost the same, except that ComplexRecordField has cu

Re: Nifi upgrade - patch

2018-01-25 Thread Mike Thomsen
It looks that way. I am not a committee, but it looks like it will. On Wed, Jan 24, 2018 at 9:43 PM Faisal Durrani wrote: > Can you kindly let me know if this processor will be available in the next > Nifi release? if so, when is that expected? > > On Wed, Jan 24, 2018 at 4:12 PM, Faisal Durrani

Re: RedisConnectionPoolService Makes NiFi Unresponsive

2018-01-25 Thread we are
Hi, We are very sorry, but we were not able to receive permission to send our thread dump. Is there other information that may be helpful? Could you give us tips as to how to read this document, and what it is supposed to contain under normal circumstances? Thanks On Wed, Jan 24, 2018 at 4:19 PM