Fastest way to rebuild after changing processor

2015-08-31 Thread Rick Braddy
Hi, Is there a way to speed up rebuilding the entire Nifi source tree using Maven after making a minor change to a standard processor java source file? I mean, by-passing all the time-consuming unit tests that waste time during the build process and just: 1) rebuild source files that changed,

RE: Adding new processor to standard bundle, not showing in UI

2015-08-31 Thread Rick Braddy
Touchdown! Deleting the nars directory resolved it. Thanks Bryan! Rick -Original Message- From: Bryan Bende [mailto:bbe...@gmail.com] Sent: Monday, August 31, 2015 4:34 PM To: dev@nifi.apache.org Subject: Re: Adding new processor to standard bundle, not showing in UI Rick, Everything

Re: Adding new processor to standard bundle, not showing in UI

2015-08-31 Thread Bryan Bende
Rick, Everything you described sounds like the correct approach. One thing to try, in the directory where you have nifi installed, there should be a work directory which has a nar sub-directory... you could try stopping nifi, deleting that nar directory, and starting again. That directory contain

Adding new processor to standard bundle, not showing in UI

2015-08-31 Thread Rick Braddy
Hi, I'm developing a new processor that I want to test alongside the standard processors (like GetFile). I have added the new .java file and it's compiling just fine; however, it's not showing up in the processor list of the GUI. The new processor has been added to: ~/nifi/nifi-nar-bundles/ni

[GitHub] nifi pull request: NIFI-713: Infer Hadoop Compression Automaticall...

2015-08-31 Thread rickysaltzer
GitHub user rickysaltzer opened a pull request: https://github.com/apache/nifi/pull/79 NIFI-713: Infer Hadoop Compression Automatically - Three main types of compression options: NONE: no compression AUTOMATIC : infers codec by extension SPEC

Re: Clustering nifi issue after restart

2015-08-31 Thread Edgardo Vega
Mark, Thanks!! I took a second look there and noticed that in one of my files I had a trailing whitespace (probably from copy and paste). Once I fixed that it worked. I put in a ticket in jira to automatically trim whitespace: https://issues.apache.org/jira/browse/NIFI-915 Thanks for your help,

RE: Clustering nifi issue after restart

2015-08-31 Thread Mark Payne
Edgardo, It appears that the node is not able to decrypt the sensitive properties that are stored in the flow.xml. Generally, this indicates that you do not have the correct password in your properties file. The conf/nifi.properties file contains 3 properties: nifi.sensitive.props.key nifi.sens

Re: Clustering nifi issue after restart

2015-08-31 Thread Edgardo Vega
I deleted the cluster and then brought it back with 2 nodes. Everything was going great until I added a third node after everything was working. I am now getting the similar error to the one above. 015-08-31 14:58:45,524 ERROR [main] o.a.nifi.controller.StandardFlowService Failed to load flow fro

[GitHub] nifi pull request: NIFI-400 removed depricated file EvaluateRegula...

2015-08-31 Thread apiri
Github user apiri commented on the pull request: https://github.com/apache/nifi/pull/77#issuecomment-136373999 @ZJaffee thanks for the contribution. This item is currently considered a "breaking" change in that it would cause a manual intervention for those folks currently using the