[jira] [Commented] (NIFI-4367) InvokedScriptedProcessor does not support scripted processor that extends AbstractProcessor

2018-01-30 Thread Patrice Freydiere (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16346350#comment-16346350 ] Patrice Freydiere commented on NIFI-4367: - hi [~mgaido] , ok send me the PR, i'll h

[jira] [Commented] (NIFI-4388) Module path not honored using InvokeScriptedProcessor

2018-01-30 Thread Patrice Freydiere (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16346354#comment-16346354 ] Patrice Freydiere commented on NIFI-4388: - >From my understanding of the code, the

[jira] [Updated] (NIFIREG-133) [Documentation] Explain how variables are captured when versioning a PG

2018-01-30 Thread Pierre Villard (JIRA)
[ https://issues.apache.org/jira/browse/NIFIREG-133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard updated NIFIREG-133: --- Summary: [Documentation] Explain how variables are captured when versioning a PG (was: [Docu

[jira] [Created] (NIFIREG-133) [Documentation] Explain how variables are captures when versioning a PG

2018-01-30 Thread Pierre Villard (JIRA)
Pierre Villard created NIFIREG-133: -- Summary: [Documentation] Explain how variables are captures when versioning a PG Key: NIFIREG-133 URL: https://issues.apache.org/jira/browse/NIFIREG-133 Project:

[jira] [Created] (NIFI-4831) InvokeHTTP Processor overwrites filename attribute when doing a POST

2018-01-30 Thread Tyler Bryant (JIRA)
Tyler Bryant created NIFI-4831: -- Summary: InvokeHTTP Processor overwrites filename attribute when doing a POST Key: NIFI-4831 URL: https://issues.apache.org/jira/browse/NIFI-4831 Project: Apache NiFi

[jira] [Commented] (NIFI-4827) Make GetMongo able to use flowfiles for queries

2018-01-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16345711#comment-16345711 ] ASF GitHub Bot commented on NIFI-4827: -- Github user MikeThomsen commented on the issue

[GitHub] nifi issue #2443: NIFI-4827 Added support for reading queries from the flowf...

2018-01-30 Thread MikeThomsen
Github user MikeThomsen commented on the issue: https://github.com/apache/nifi/pull/2443 Ok. I just pushed some changes that should fix things with the query location issue. I took your advice on following the SQL approach. Unit tests are there and batter the heck out of it. ---

[GitHub] nifi-registry pull request #89: NIFIREG-120 Basic Docker Image Support

2018-01-30 Thread kevdoran
Github user kevdoran commented on a diff in the pull request: https://github.com/apache/nifi-registry/pull/89#discussion_r164847991 --- Diff: nifi-registry-docker/pom.xml --- @@ -0,0 +1,29 @@ + + +http://maven.apache.org/POM/4.0.0"; + xmlns:xsi="http://www.w3

[jira] [Commented] (NIFIREG-120) Basic Docker Image

2018-01-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFIREG-120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16345624#comment-16345624 ] ASF GitHub Bot commented on NIFIREG-120: Github user kevdoran commented on a diff

[jira] [Commented] (NIFIREG-120) Basic Docker Image

2018-01-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFIREG-120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16345617#comment-16345617 ] ASF GitHub Bot commented on NIFIREG-120: Github user kevdoran commented on a diff

[GitHub] nifi-registry pull request #89: NIFIREG-120 Basic Docker Image Support

2018-01-30 Thread kevdoran
Github user kevdoran commented on a diff in the pull request: https://github.com/apache/nifi-registry/pull/89#discussion_r164846239 --- Diff: nifi-registry-docker/dockerhub/DockerImage.txt --- @@ -0,0 +1,16 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more

[jira] [Resolved] (NIFIREG-132) Various REST API endpoints missing swagger annotations for body parameters.

2018-01-30 Thread Bryan Bende (JIRA)
[ https://issues.apache.org/jira/browse/NIFIREG-132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Bende resolved NIFIREG-132. - Resolution: Fixed > Various REST API endpoints missing swagger annotations for body parameters. >

[jira] [Resolved] (NIFIREG-128) Swagger spec missing body param for create/update bucket

2018-01-30 Thread Bryan Bende (JIRA)
[ https://issues.apache.org/jira/browse/NIFIREG-128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Bende resolved NIFIREG-128. - Resolution: Fixed > Swagger spec missing body param for create/update bucket > --

[jira] [Resolved] (NIFIREG-129) swagger spec missing snapshot_metadata param for bucket_flows_api

2018-01-30 Thread Bryan Bende (JIRA)
[ https://issues.apache.org/jira/browse/NIFIREG-129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Bende resolved NIFIREG-129. - Resolution: Fixed > swagger spec missing snapshot_metadata param for bucket_flows_api > -

[jira] [Commented] (NIFIREG-128) Swagger spec missing body param for create/update bucket

2018-01-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFIREG-128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16345575#comment-16345575 ] ASF GitHub Bot commented on NIFIREG-128: Github user asfgit closed the pull reque

[GitHub] nifi-registry pull request #95: NIFIREG-128 NIFIREG-129 NIFIREG-132 Swagger ...

2018-01-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi-registry/pull/95 ---

[jira] [Commented] (NIFIREG-128) Swagger spec missing body param for create/update bucket

2018-01-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFIREG-128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16345570#comment-16345570 ] ASF GitHub Bot commented on NIFIREG-128: Github user bbende commented on the issu

[GitHub] nifi-registry issue #95: NIFIREG-128 NIFIREG-129 NIFIREG-132 Swagger Fixes

2018-01-30 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi-registry/pull/95 +1 Looks good, will merge ---

[jira] [Resolved] (NIFIREG-131) Add logging authentication failure cases

2018-01-30 Thread Bryan Bende (JIRA)
[ https://issues.apache.org/jira/browse/NIFIREG-131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Bende resolved NIFIREG-131. - Resolution: Fixed > Add logging authentication failure cases > --

[jira] [Commented] (NIFIREG-131) Add logging authentication failure cases

2018-01-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFIREG-131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16345544#comment-16345544 ] ASF GitHub Bot commented on NIFIREG-131: Github user bbende commented on the issu

[GitHub] nifi-registry pull request #96: NIFIREG-131 Surface auth failure details

2018-01-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi-registry/pull/96 ---

[jira] [Commented] (NIFIREG-131) Add logging authentication failure cases

2018-01-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFIREG-131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16345563#comment-16345563 ] ASF GitHub Bot commented on NIFIREG-131: Github user asfgit closed the pull reque

[jira] [Commented] (NIFIREG-131) Add logging authentication failure cases

2018-01-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFIREG-131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16345560#comment-16345560 ] ASF GitHub Bot commented on NIFIREG-131: Github user bbende commented on the issu

[GitHub] nifi-registry issue #96: NIFIREG-131 Surface auth failure details

2018-01-30 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi-registry/pull/96 +1 Verified I got back the untrusted proxy error on the client side, and also saw it in the logs on registry server side, going to merge, thanks! ---

[GitHub] nifi-registry issue #96: NIFIREG-131 Surface auth failure details

2018-01-30 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi-registry/pull/96 Reviewing... ---

[jira] [Updated] (NIFI-4830) Blob not being read properly from Database to Avro

2018-01-30 Thread Israel Varea (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4830?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Israel Varea updated NIFI-4830: --- Description: When using QueryDatabaseTable or any other component using JdbcCommon.java, the Blob colu

[jira] [Created] (NIFI-4830) Blob not being read properly from Database to Avro

2018-01-30 Thread Israel Varea (JIRA)
Israel Varea created NIFI-4830: -- Summary: Blob not being read properly from Database to Avro Key: NIFI-4830 URL: https://issues.apache.org/jira/browse/NIFI-4830 Project: Apache NiFi Issue Type:

[jira] [Commented] (NIFIREG-131) Add logging authentication failure cases

2018-01-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFIREG-131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16345382#comment-16345382 ] ASF GitHub Bot commented on NIFIREG-131: Github user kevdoran commented on the is

[GitHub] nifi-registry issue #96: NIFIREG-131 Surface auth failure details

2018-01-30 Thread kevdoran
Github user kevdoran commented on the issue: https://github.com/apache/nifi-registry/pull/96 This change results in the following responses when testing a composite file+ldap authorizer and accessing and endpoint that requires authentication: --- _No credentials:_

[jira] [Commented] (NIFIREG-131) Add logging authentication failure cases

2018-01-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFIREG-131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16345360#comment-16345360 ] ASF GitHub Bot commented on NIFIREG-131: GitHub user kevdoran opened a pull reque

[GitHub] nifi-registry pull request #96: NIFIREG-131 Surface auth failure details

2018-01-30 Thread kevdoran
GitHub user kevdoran opened a pull request: https://github.com/apache/nifi-registry/pull/96 NIFIREG-131 Surface auth failure details Adds logging of root cause for exceptions passed to AuthenticationEntryPoint. AuthenticationEntryPoint writes exception message to respons

[jira] [Commented] (MINIFICPP-384) CPack needs to ignore flex/bison generated files

2018-01-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-384?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16345337#comment-16345337 ] ASF GitHub Bot commented on MINIFICPP-384: -- Github user asfgit closed the pull

[jira] [Resolved] (MINIFICPP-384) CPack needs to ignore flex/bison generated files

2018-01-30 Thread Aldrin Piri (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aldrin Piri resolved MINIFICPP-384. --- Resolution: Fixed > CPack needs to ignore flex/bison generated files >

[GitHub] nifi-minifi-cpp pull request #251: MINIFICPP-384 Ignore flex/bison generated...

2018-01-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi-minifi-cpp/pull/251 ---

[jira] [Commented] (MINIFICPP-384) CPack needs to ignore flex/bison generated files

2018-01-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-384?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16345335#comment-16345335 ] ASF GitHub Bot commented on MINIFICPP-384: -- Github user apiri commented on the

[GitHub] nifi-minifi-cpp issue #251: MINIFICPP-384 Ignore flex/bison generated files ...

2018-01-30 Thread apiri
Github user apiri commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/251 Looks good here. Verified the make package_source target works as anticipated in a few different scenarios. Will merge. ---

[jira] [Created] (NIFI-4829) MockControllerServiceInitializationContext: Update getControllerServiceName to function properly vs always returning null

2018-01-30 Thread Jon Kessler (JIRA)
Jon Kessler created NIFI-4829: - Summary: MockControllerServiceInitializationContext: Update getControllerServiceName to function properly vs always returning null Key: NIFI-4829 URL: https://issues.apache.org/jira/bro

[jira] [Commented] (NIFIREG-120) Basic Docker Image

2018-01-30 Thread Pierre Villard (JIRA)
[ https://issues.apache.org/jira/browse/NIFIREG-120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16345098#comment-16345098 ] Pierre Villard commented on NIFIREG-120: Sorry to jump in because I don't know wh

[jira] [Created] (MINIFICPP-386) Boostrap script should allow for alternative installation directories when building packages

2018-01-30 Thread marco polo (JIRA)
marco polo created MINIFICPP-386: Summary: Boostrap script should allow for alternative installation directories when building packages Key: MINIFICPP-386 URL: https://issues.apache.org/jira/browse/MINIFICPP-386

[GitHub] nifi-registry issue #89: NIFIREG-120 Basic Docker Image Support

2018-01-30 Thread kevdoran
Github user kevdoran commented on the issue: https://github.com/apache/nifi-registry/pull/89 Thanks @abinet and @Chaffelson. Will review. @apiri and @bbende, I looked into the comment above about the jdk and the error log @Chaffelson provided. It looks like a requirement for j

[jira] [Commented] (NIFIREG-120) Basic Docker Image

2018-01-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFIREG-120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16345088#comment-16345088 ] ASF GitHub Bot commented on NIFIREG-120: Github user kevdoran commented on the is

[jira] [Commented] (NIFI-3518) Create a Morphlines processor

2018-01-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16345060#comment-16345060 ] ASF GitHub Bot commented on NIFI-3518: -- Github user joewitt commented on the issue:

[GitHub] nifi issue #2028: NIFI-3518 Create a Morphlines processor

2018-01-30 Thread joewitt
Github user joewitt commented on the issue: https://github.com/apache/nifi/pull/2028 i added a file to the JIRA which is a patch you can apply for the simple pom updates for version ---

[jira] [Commented] (NIFIREG-132) Various REST API endpoints missing swagger annotations for body parameters.

2018-01-30 Thread Kevin Doran (JIRA)
[ https://issues.apache.org/jira/browse/NIFIREG-132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16345058#comment-16345058 ] Kevin Doran commented on NIFIREG-132: - Thanks for testing [~chaffelson]. I've added a

[jira] [Updated] (NIFI-3518) Create a Morphlines processor

2018-01-30 Thread Joseph Witt (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joseph Witt updated NIFI-3518: -- Attachment: NIFI-3518-versionupdates.patch > Create a Morphlines processor >

[jira] [Commented] (NIFI-3518) Create a Morphlines processor

2018-01-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16345052#comment-16345052 ] ASF GitHub Bot commented on NIFI-3518: -- Github user joewitt commented on the issue:

[GitHub] nifi issue #2028: NIFI-3518 Create a Morphlines processor

2018-01-30 Thread joewitt
Github user joewitt commented on the issue: https://github.com/apache/nifi/pull/2028 Bill, Some feedback after reviewing in more detail. 1. There are no unit tests. I can see why they'd be non-portable given it is executing a process but it does seem like a good cand

[jira] [Commented] (NIFI-4827) Make GetMongo able to use flowfiles for queries

2018-01-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16344944#comment-16344944 ] ASF GitHub Bot commented on NIFI-4827: -- Github user MikeThomsen commented on a diff in

[GitHub] nifi pull request #2443: NIFI-4827 Added support for reading queries from th...

2018-01-30 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2443#discussion_r164718633 --- Diff: nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-processors/test-flows/NIFI_4827.xml --- @@ -0,0 +1,635 @@ + --- End diff --

[jira] [Commented] (NIFI-4827) Make GetMongo able to use flowfiles for queries

2018-01-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16344908#comment-16344908 ] ASF GitHub Bot commented on NIFI-4827: -- Github user mattyb149 commented on a diff in t

[GitHub] nifi pull request #2443: NIFI-4827 Added support for reading queries from th...

2018-01-30 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/2443#discussion_r164713456 --- Diff: nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-processors/test-flows/NIFI_4827.xml --- @@ -0,0 +1,635 @@ + --- End diff -- Ag

[jira] [Commented] (NIFI-4827) Make GetMongo able to use flowfiles for queries

2018-01-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16344903#comment-16344903 ] ASF GitHub Bot commented on NIFI-4827: -- Github user MikeThomsen commented on a diff in

[GitHub] nifi pull request #2443: NIFI-4827 Added support for reading queries from th...

2018-01-30 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2443#discussion_r164711784 --- Diff: nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-processors/src/main/java/org/apache/nifi/processors/mongodb/GetMongo.java --- @@ -89,6 +99,17

[jira] [Commented] (NIFI-4827) Make GetMongo able to use flowfiles for queries

2018-01-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16344883#comment-16344883 ] ASF GitHub Bot commented on NIFI-4827: -- Github user MikeThomsen commented on a diff in

[GitHub] nifi pull request #2443: NIFI-4827 Added support for reading queries from th...

2018-01-30 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2443#discussion_r164708858 --- Diff: nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-processors/test-flows/NIFI_4827.xml --- @@ -0,0 +1,635 @@ + --- End diff --

[jira] [Commented] (NIFIREG-120) Basic Docker Image

2018-01-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFIREG-120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16344852#comment-16344852 ] ASF GitHub Bot commented on NIFIREG-120: Github user Chaffelson commented on the

[GitHub] nifi-registry issue #89: NIFIREG-120 Basic Docker Image Support

2018-01-30 Thread Chaffelson
Github user Chaffelson commented on the issue: https://github.com/apache/nifi-registry/pull/89 Hi @abinet that is an excellent point. I did not include it originally because I do not have the test harness to ensure that I did it correctly, but I have spoken with @kevdoran and I be

[jira] [Commented] (NIFIREG-132) Various REST API endpoints missing swagger annotations for body parameters.

2018-01-30 Thread Daniel Chaffelson (JIRA)
[ https://issues.apache.org/jira/browse/NIFIREG-132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16344655#comment-16344655 ] Daniel Chaffelson commented on NIFIREG-132: --- Looking good, Python code output a