[GitHub] nifi issue #583: NIFI-2115 Detailed Version Info for About Box

2016-06-24 Thread jvwing
Github user jvwing commented on the issue: https://github.com/apache/nifi/pull/583 Here's what the result looks like while the details section is expanded. I plead guilty to being a bad UI designer, any tips would be appreciated.

[GitHub] nifi pull request #583: NIFI-2115 Detailed Version Info for About Box

2016-06-24 Thread jvwing
GitHub user jvwing opened a pull request: https://github.com/apache/nifi/pull/583 NIFI-2115 Detailed Version Info for About Box * Java version and vendor * OS name and version * Build number(commit SHA), branch, and timestamp You can merge this pull request into a Git

[GitHub] nifi pull request #582: NIFI-1952 Updates to REST resources for user/group m...

2016-06-24 Thread jtstorck
GitHub user jtstorck opened a pull request: https://github.com/apache/nifi/pull/582 NIFI-1952 Updates to REST resources for user/group management Updated StandardPolicyBasedAuthorizerDAO to throw ResourceNotFoundExceptions when user/group/policy not found Added spec for

[GitHub] nifi issue #581: NIFI-1916 Improvements to FileAuthorizer to not parse flow ...

2016-06-24 Thread mcgilman
Github user mcgilman commented on the issue: https://github.com/apache/nifi/pull/581 Reviewing... --- 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

[GitHub] nifi pull request #581: NIFI-1916 Improvements to FileAuthorizer to not pars...

2016-06-24 Thread bbende
GitHub user bbende opened a pull request: https://github.com/apache/nifi/pull/581 NIFI-1916 Improvements to FileAuthorizer to not parse flow when unnce… …ssary and to recreate missing authorizations.xml You can merge this pull request into a Git repository by running: $

[GitHub] nifi pull request #579: NIFI-1554: Changing process for cluster detection

2016-06-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi/pull/579 --- 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 issue #579: NIFI-1554: Changing process for cluster detection

2016-06-24 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/579 +1 verified build passes contrib-check and was able to get into a secured NiFi instance --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well.

[GitHub] nifi pull request #580: 1.0 documentation updates - overview section

2016-06-24 Thread Haimo-Liu
GitHub user Haimo-Liu opened a pull request: https://github.com/apache/nifi/pull/580 1.0 documentation updates - overview section updated overview section that covers zero-master clustering, multi-tenancy, plus some other features, and adjusted formatting You can merge this pull

[GitHub] nifi issue #579: NIFI-1554: Changing process for cluster detection

2016-06-24 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/579 Reviewing... --- 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

[GitHub] nifi pull request #579: NIFI-1554: Changing process for cluster detection

2016-06-24 Thread mcgilman
GitHub user mcgilman opened a pull request: https://github.com/apache/nifi/pull/579 NIFI-1554: Changing process for cluster detection - Updating cluster detection to support access through the flow resource. - Using the correct resource when authorizing a root group port during

Fwd: Problem with EvaluationJsonPath

2016-06-24 Thread Anuj Handa
Hi , I am trying to user the Evaluate Json path processor. It works fine except when the Value is evaluated to 0, then it throws an error 2016-06-24 15:00:56,917 ERROR [Timer-Driven Process Thread-9] o.a.n.p.standard.EvaluateJsonPath EvaluateJsonPath[id=475d43ec-549b-4378-81d5-778041558781]

Apache NiFi 0.7.0 RC1 Release Helper Guide

2016-06-24 Thread Joe Percivall
Hello Apache NiFi community, Please find the associated guidance to help those interested in validating/verifying the release so they can vote. # Download latest KEYS file:  https://dist.apache.org/repos/dist/dev/nifi/KEYS # Import keys file:  gpg --import KEYS # [optional] Clear out local maven

[GitHub] nifi issue #362: NIFI-1769: added support for SSE-KMS and signature s3v4 aut...

2016-06-24 Thread jvwing
Github user jvwing commented on the issue: https://github.com/apache/nifi/pull/362 @miquillo I'm happy to review and test the contributions you have made, and I would be happy to put some code where my comments with an implementation of the signature version controls. But I am

[GitHub] nifi issue #577: [NIFI-2027] Responsive Tables

2016-06-24 Thread mcgilman
Github user mcgilman commented on the issue: https://github.com/apache/nifi/pull/577 Reviewing... --- 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

[GitHub] nifi pull request #577: [NIFI-2027] Responsive Tables

2016-06-24 Thread scottyaslan
GitHub user scottyaslan opened a pull request: https://github.com/apache/nifi/pull/577 [NIFI-2027] Responsive Tables You can merge this pull request into a Git repository by running: $ git pull https://github.com/scottyaslan/nifi responsiveDevBranch Alternatively you can

Re: escape functions in Expression Language

2016-06-24 Thread Bryan Bende
Hi Devin, I'm not aware of a built in escape function in NiFi's EL, although you might be able to do some of it with the replace functions. NiFi's expression language is in this module: https://github.com/apache/nifi/tree/master/nifi-commons/nifi-expression-language The README has some good

[GitHub] nifi pull request #534: Fix for NIFI-1838 & NIFI-1152

2016-06-24 Thread pvillard31
Github user pvillard31 commented on a diff in the pull request: https://github.com/apache/nifi/pull/534#discussion_r68430574 --- Diff: nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-processors/src/main/java/org/apache/nifi/processors/script/InvokeScriptedProcessor.java ---

escape functions in Expression Language

2016-06-24 Thread Devin Fisher
I'm looking to create a bit of JSON using Nifi Expression Language so that I can send it to a web service. But It does not look like Nifi Expression Language have a function for escaping text to put into JSON. I've looked around in the wiki and I don't see any documentation now how to extend the

Re: Build error with processor project

2016-06-24 Thread Ben Meng
Thanks Andrew. I don’t have any proxy settings, don’t even have settings.xml. I just tried again and it worked fine this time. Not sure what caused it, but I’m able to work on my customized processor now. Thanks, Ben On 6/24/16, 4:32 AM, "Andrew Psaltis" wrote:

[GitHub] nifi issue #525: NIFI-1976 - Windows Event Log native processor

2016-06-24 Thread brosander
Github user brosander commented on the issue: https://github.com/apache/nifi/pull/525 @JPercivall just pushed change to update duplicate logging in the same way as https://github.com/apache/nifi/pull/548/files#diff-a88d41c9ef1b881c177706d4cc4b0bf1R294 --- If your project is set up

Re: UI can take a very long time to become available

2016-06-24 Thread ddewaele
Thx for the tip ! Flow is up and running again. -- View this message in context: http://apache-nifi-developer-list.39713.n7.nabble.com/UI-can-take-a-very-long-time-to-become-available-tp12201p12209.html Sent from the Apache NiFi Developer List mailing list archive at Nabble.com.

Re: Build error with processor project

2016-06-24 Thread Andrew Psaltis
Hi Ben, I followed your steps and was able to build the testprocessor just fine. >From looking at your output, specifically these lines: Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.pom Downloaded:

Re: UI can take a very long time to become available

2016-06-24 Thread Matt Gilman
Hi, Thanks for checking out Apache NiFi! In order to prevent components from automatically resuming after startup you can disable this flag in your nifi.properties: nifi.flowcontroller.autoResumeState=true Matt On Fri, Jun 24, 2016 at 4:20 AM, ddewaele wrote: > I've

Re: UI can take a very long time to become available

2016-06-24 Thread Matthew Clarke
The long startup times are the result of the number of queued FlowFile that are being recovered/reloaded in to your flow on startup. There is an existing JIRA ticket to address this process. nifi-32. Your out of memory issues are related to the very large number of FlowFile you are loading in to

Re: UI can take a very long time to become available

2016-06-24 Thread ddewaele
I've added a gist to show you some logging threaddumps of when the issue occurs. In this particular case I was unable to bring up Nifi I had to kill my mqtt broker so that the ConsumeMQTT processor wouldn't be picking up

UI can take a very long time to become available

2016-06-24 Thread ddewaele
I have a simple dataflow running on 1.0.0-SNAPSHOT that looks like this ConsumeMQTT -> MergeContent (batch them up by 100 items) -> PutHDFS The ConsumeMQTT is receiving about 100 msgs per 5 minutes. >From time to time I need to restart Nifi because it seems to hang / starts processing

Build error with processor project

2016-06-24 Thread Ben Meng
Hi, I created a project with Maven processor archetype (followed the instruction on NiFi Wiki). When I tried to build it, I got a NoClassDefFoundError. What am I missing? Thanks, Ben $ mvn archetype:generate -DarchetypeGroupId=org.apache.nifi