[jira] [Commented] (NIFI-3406) Multiple Improvements needed to ScriptedProcessor's ScriptEngines configuration/information

2018-03-27 Thread Junegunn Choi (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16415215#comment-16415215 ] Junegunn Choi commented on NIFI-3406: - NiFi fails to properly initialize JRuby engines on startup if 

[jira] [Created] (NIFI-5020) Consider treating test resources/utilities as a main dependency

2018-03-27 Thread Aldrin Piri (JIRA)
Aldrin Piri created NIFI-5020: - Summary: Consider treating test resources/utilities as a main dependency Key: NIFI-5020 URL: https://issues.apache.org/jira/browse/NIFI-5020 Project: Apache NiFi

[jira] [Updated] (NIFI-5020) Consider treating test resources/utilities as a main module

2018-03-27 Thread Aldrin Piri (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5020?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aldrin Piri updated NIFI-5020: -- Summary: Consider treating test resources/utilities as a main module (was: Consider treating test

[jira] [Created] (NIFIREG-159) Cannot copy/paste bucket/flow IDs from the UI

2018-03-27 Thread Pierre Villard (JIRA)
Pierre Villard created NIFIREG-159: -- Summary: Cannot copy/paste bucket/flow IDs from the UI Key: NIFIREG-159 URL: https://issues.apache.org/jira/browse/NIFIREG-159 Project: NiFi Registry

[jira] [Commented] (NIFI-5019) ListenHTTP processor : Add basic authentication

2018-03-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16415587#comment-16415587 ] ASF GitHub Bot commented on NIFI-5019: -- GitHub user sbouchex opened a pull request:

[jira] [Created] (NIFI-5019) ListenHTTP processor : Add basic authentication

2018-03-27 Thread JIRA
Sébastien Bouchex Bellomié created NIFI-5019: Summary: ListenHTTP processor : Add basic authentication Key: NIFI-5019 URL: https://issues.apache.org/jira/browse/NIFI-5019 Project: Apache

[GitHub] nifi pull request #2585: NIFI-5019 - Added HTTP 'basic' authentication to Li...

2018-03-27 Thread sbouchex
GitHub user sbouchex opened a pull request: https://github.com/apache/nifi/pull/2585 NIFI-5019 - Added HTTP 'basic' authentication to ListenHTTP processor Thank you for submitting a contribution to Apache NiFi. In order to streamline the review of the contribution we ask

[jira] [Commented] (NIFI-3753) ListenBeats: Compressed beats packets may cause: Error decoding Beats frame: Error decompressing frame: invalid distance too far back

2018-03-27 Thread Andre F de Miranda (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16416838#comment-16416838 ] Andre F de Miranda commented on NIFI-3753: -- Yes. Plan to do so in April > ListenBeats: Compressed

[jira] [Commented] (NIFI-5022) Create an AWS Gateway Web API version of InvokeHTTP

2018-03-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16416336#comment-16416336 ] ASF GitHub Bot commented on NIFI-5022: -- Github user ottobackwards commented on the issue:

[GitHub] nifi issue #2588: NIFI-5022 [WIP]InvokeAWSGatewayApi processor

2018-03-27 Thread ottobackwards
Github user ottobackwards commented on the issue: https://github.com/apache/nifi/pull/2588 Notes: - I am still validating against aws service/petstore - I have implemented proxy user/password in these classes, there is another PR that adds it to the base, but I didn't

[GitHub] nifi-minifi pull request #120: MINIFI-448 C2 server functionality and intern...

2018-03-27 Thread kevdoran
GitHub user kevdoran opened a pull request: https://github.com/apache/nifi-minifi/pull/120 MINIFI-448 C2 server functionality and internal interfaces The C2 service layer is the part of the C2 framework that backs the REST API to provide the business logic. This commit

[jira] [Commented] (NIFI-5022) Create an AWS Gateway Web API version of InvokeHTTP

2018-03-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16416334#comment-16416334 ] ASF GitHub Bot commented on NIFI-5022: -- GitHub user ottobackwards opened a pull request:

[GitHub] nifi pull request #2588: NIFI-5022 InvokeAWSGatewayApi processor

2018-03-27 Thread ottobackwards
GitHub user ottobackwards opened a pull request: https://github.com/apache/nifi/pull/2588 NIFI-5022 InvokeAWSGatewayApi processor Thank you for submitting a contribution to Apache NiFi. In order to streamline the review of the contribution we ask you to ensure the

[GitHub] nifi issue #2509: NIFI-543 Added annotation to indicate processor should run...

2018-03-27 Thread markap14
Github user markap14 commented on the issue: https://github.com/apache/nifi/pull/2509 @zenfenan one other note - I did notice a checkstyle violation (unused import) in StandardProcessorNode. ---

[GitHub] nifi pull request #2509: NIFI-543 Added annotation to indicate processor sho...

2018-03-27 Thread markap14
Github user markap14 commented on a diff in the pull request: https://github.com/apache/nifi/pull/2509#discussion_r177427268 --- Diff: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/ProcessorConfigDTO.java --- @@

[GitHub] nifi pull request #2509: NIFI-543 Added annotation to indicate processor sho...

2018-03-27 Thread markap14
Github user markap14 commented on a diff in the pull request: https://github.com/apache/nifi/pull/2509#discussion_r177426377 --- Diff: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/web/dao/impl/StandardProcessorDAO.java ---

[jira] [Commented] (NIFI-543) Provide extensions a way to indicate that they can run only on primary node, if clustered

2018-03-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16415636#comment-16415636 ] ASF GitHub Bot commented on NIFI-543: - Github user markap14 commented on a diff in the pull request:

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

2018-03-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16415795#comment-16415795 ] ASF GitHub Bot commented on NIFI-4388: -- Github user mattyb149 commented on the issue:

[GitHub] nifi pull request #2584: NIFI-4388: Modules Not Honored

2018-03-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi/pull/2584 ---

[GitHub] nifi pull request #2509: NIFI-543 Added annotation to indicate processor sho...

2018-03-27 Thread markap14
Github user markap14 commented on a diff in the pull request: https://github.com/apache/nifi/pull/2509#discussion_r177423705 --- Diff: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/audit/ProcessorAuditor.java --- @@

[GitHub] nifi pull request #2509: NIFI-543 Added annotation to indicate processor sho...

2018-03-27 Thread markap14
Github user markap14 commented on a diff in the pull request: https://github.com/apache/nifi/pull/2509#discussion_r177429520 --- Diff:

[GitHub] nifi issue #2584: NIFI-4388: Modules Not Honored

2018-03-27 Thread mattyb149
Github user mattyb149 commented on the issue: https://github.com/apache/nifi/pull/2584 +1 LGTM, tested the fix and verified the modules are now being reloaded upon property value change. Thanks for the fix! Merging to master ---

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

2018-03-27 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16415796#comment-16415796 ] ASF subversion and git services commented on NIFI-4388: --- Commit

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

2018-03-27 Thread Matt Burgess (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-4388: --- Fix Version/s: 1.7.0 > Module path not honored using InvokeScriptedProcessor >

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

2018-03-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16415801#comment-16415801 ] ASF GitHub Bot commented on NIFI-4388: -- Github user asfgit closed the pull request at:

[jira] [Updated] (NIFI-4400) Advanced UI with code editor for scripted processors

2018-03-27 Thread Matt Burgess (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-4400: --- Status: Patch Available (was: Open) > Advanced UI with code editor for scripted processors >

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

2018-03-27 Thread Matt Burgess (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess resolved NIFI-4388. Resolution: Fixed > Module path not honored using InvokeScriptedProcessor >

[jira] [Commented] (NIFI-543) Provide extensions a way to indicate that they can run only on primary node, if clustered

2018-03-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16415638#comment-16415638 ] ASF GitHub Bot commented on NIFI-543: - Github user markap14 commented on a diff in the pull request:

[jira] [Commented] (NIFI-543) Provide extensions a way to indicate that they can run only on primary node, if clustered

2018-03-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16415644#comment-16415644 ] ASF GitHub Bot commented on NIFI-543: - Github user markap14 commented on the issue:

[jira] [Commented] (NIFI-543) Provide extensions a way to indicate that they can run only on primary node, if clustered

2018-03-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16415637#comment-16415637 ] ASF GitHub Bot commented on NIFI-543: - Github user markap14 commented on a diff in the pull request:

[jira] [Commented] (NIFI-543) Provide extensions a way to indicate that they can run only on primary node, if clustered

2018-03-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16415635#comment-16415635 ] ASF GitHub Bot commented on NIFI-543: - Github user markap14 commented on a diff in the pull request:

[GitHub] nifi pull request #2586: NIFI-5021 Moving nifi-elasticsearch-client-service-...

2018-03-27 Thread bbende
GitHub user bbende opened a pull request: https://github.com/apache/nifi/pull/2586 NIFI-5021 Moving nifi-elasticsearch-client-service-api to nifi-elasti… …csearch-bundle and creating NAR for the API Thank you for submitting a contribution to Apache NiFi. In

[jira] [Updated] (NIFI-5021) Move Elastic Search controller service API out of standard services

2018-03-27 Thread Bryan Bende (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5021?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Bende updated NIFI-5021: -- Status: Patch Available (was: Open) > Move Elastic Search controller service API out of standard

[jira] [Created] (NIFI-5022) Create an AWS Gateway Web API version of InvokeHTTP

2018-03-27 Thread Otto Fowler (JIRA)
Otto Fowler created NIFI-5022: - Summary: Create an AWS Gateway Web API version of InvokeHTTP Key: NIFI-5022 URL: https://issues.apache.org/jira/browse/NIFI-5022 Project: Apache NiFi Issue Type:

[jira] [Commented] (NIFI-5019) ListenHTTP processor : Add basic authentication

2018-03-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16415877#comment-16415877 ] ASF GitHub Bot commented on NIFI-5019: -- Github user bbende commented on a diff in the pull request:

[jira] [Updated] (NIFI-5022) Create an AWS Gateway Web API version of InvokeHTTP

2018-03-27 Thread Otto Fowler (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Otto Fowler updated NIFI-5022: -- Description: Currently the AWS processors are lacking support to call AWS Gateway Web Apis. Nifi should

[jira] [Created] (NIFI-5021) Move Elastic Search controller service API out of standard services

2018-03-27 Thread Bryan Bende (JIRA)
Bryan Bende created NIFI-5021: - Summary: Move Elastic Search controller service API out of standard services Key: NIFI-5021 URL: https://issues.apache.org/jira/browse/NIFI-5021 Project: Apache NiFi

[GitHub] nifi pull request #2585: NIFI-5019 - Added HTTP 'basic' authentication to Li...

2018-03-27 Thread bbende
Github user bbende commented on a diff in the pull request: https://github.com/apache/nifi/pull/2585#discussion_r177489251 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/ListenHTTP.java --- @@ -213,6

[jira] [Commented] (NIFI-5021) Move Elastic Search controller service API out of standard services

2018-03-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5021?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16415835#comment-16415835 ] ASF GitHub Bot commented on NIFI-5021: -- GitHub user bbende opened a pull request:

[GitHub] nifi pull request #2509: NIFI-543 Added annotation to indicate processor sho...

2018-03-27 Thread zenfenan
Github user zenfenan commented on a diff in the pull request: https://github.com/apache/nifi/pull/2509#discussion_r177499663 --- Diff: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/ProcessorConfigDTO.java --- @@

[jira] [Commented] (NIFI-543) Provide extensions a way to indicate that they can run only on primary node, if clustered

2018-03-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16415931#comment-16415931 ] ASF GitHub Bot commented on NIFI-543: - Github user zenfenan commented on a diff in the pull request:

[GitHub] nifi pull request #2510: NIFI-4932: Enable S2S work behind a Reverse Proxy

2018-03-27 Thread mcgilman
Github user mcgilman commented on a diff in the pull request: https://github.com/apache/nifi/pull/2510#discussion_r177542298 --- Diff: nifi-docs/src/main/asciidoc/administration-guide.adoc --- @@ -3058,6 +3062,258 @@ responses from the remote system for `30 secs`. This allows NiFi

[GitHub] nifi pull request #2510: NIFI-4932: Enable S2S work behind a Reverse Proxy

2018-03-27 Thread mcgilman
Github user mcgilman commented on a diff in the pull request: https://github.com/apache/nifi/pull/2510#discussion_r177541745 --- Diff: nifi-docs/src/main/asciidoc/administration-guide.adoc --- @@ -3058,6 +3062,258 @@ responses from the remote system for `30 secs`. This allows NiFi

[GitHub] nifi pull request #2510: NIFI-4932: Enable S2S work behind a Reverse Proxy

2018-03-27 Thread mcgilman
Github user mcgilman commented on a diff in the pull request: https://github.com/apache/nifi/pull/2510#discussion_r177536829 --- Diff: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-site-to-site/src/main/java/org/apache/nifi/remote/PeerDescriptionModifier.java --- @@

[GitHub] nifi pull request #2510: NIFI-4932: Enable S2S work behind a Reverse Proxy

2018-03-27 Thread mcgilman
Github user mcgilman commented on a diff in the pull request: https://github.com/apache/nifi/pull/2510#discussion_r177538563 --- Diff: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-site-to-site/src/main/java/org/apache/nifi/remote/PeerDescriptionModifier.java --- @@

[GitHub] nifi pull request #2510: NIFI-4932: Enable S2S work behind a Reverse Proxy

2018-03-27 Thread mcgilman
Github user mcgilman commented on a diff in the pull request: https://github.com/apache/nifi/pull/2510#discussion_r177538075 --- Diff: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-site-to-site/src/main/java/org/apache/nifi/remote/PeerDescriptionModifier.java --- @@

[jira] [Commented] (NIFI-4932) Enable S2S work behind a Reverse Proxy

2018-03-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16416120#comment-16416120 ] ASF GitHub Bot commented on NIFI-4932: -- Github user mcgilman commented on a diff in the pull request:

[jira] [Commented] (NIFI-4932) Enable S2S work behind a Reverse Proxy

2018-03-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16416118#comment-16416118 ] ASF GitHub Bot commented on NIFI-4932: -- Github user mcgilman commented on a diff in the pull request:

[jira] [Commented] (NIFI-4932) Enable S2S work behind a Reverse Proxy

2018-03-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16416119#comment-16416119 ] ASF GitHub Bot commented on NIFI-4932: -- Github user mcgilman commented on a diff in the pull request:

[jira] [Commented] (NIFI-4932) Enable S2S work behind a Reverse Proxy

2018-03-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16416121#comment-16416121 ] ASF GitHub Bot commented on NIFI-4932: -- Github user mcgilman commented on a diff in the pull request:

[jira] [Commented] (NIFI-4932) Enable S2S work behind a Reverse Proxy

2018-03-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16416117#comment-16416117 ] ASF GitHub Bot commented on NIFI-4932: -- Github user mcgilman commented on a diff in the pull request:

[GitHub] nifi pull request #2510: NIFI-4932: Enable S2S work behind a Reverse Proxy

2018-03-27 Thread mcgilman
Github user mcgilman commented on a diff in the pull request: https://github.com/apache/nifi/pull/2510#discussion_r177539731 --- Diff: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-site-to-site/src/main/java/org/apache/nifi/remote/PeerDescriptionModifier.java --- @@

[GitHub] nifi pull request #2585: NIFI-5019 - Added HTTP 'basic' authentication to Li...

2018-03-27 Thread sbouchex
Github user sbouchex commented on a diff in the pull request: https://github.com/apache/nifi/pull/2585#discussion_r177528070 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/ListenHTTP.java --- @@ -213,6

[jira] [Commented] (NIFI-5019) ListenHTTP processor : Add basic authentication

2018-03-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16416056#comment-16416056 ] ASF GitHub Bot commented on NIFI-5019: -- Github user sbouchex commented on a diff in the pull request:

[GitHub] nifi pull request #2585: NIFI-5019 - Added HTTP 'basic' authentication to Li...

2018-03-27 Thread sbouchex
Github user sbouchex commented on a diff in the pull request: https://github.com/apache/nifi/pull/2585#discussion_r177522065 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/ListenHTTP.java --- @@ -213,6

[jira] [Commented] (NIFI-5019) ListenHTTP processor : Add basic authentication

2018-03-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16416036#comment-16416036 ] ASF GitHub Bot commented on NIFI-5019: -- Github user sbouchex commented on a diff in the pull request:

[jira] [Commented] (NIFI-5021) Move Elastic Search controller service API out of standard services

2018-03-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5021?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16416110#comment-16416110 ] ASF GitHub Bot commented on NIFI-5021: -- Github user MikeThomsen commented on the issue:

[GitHub] nifi issue #2586: NIFI-5021 Moving nifi-elasticsearch-client-service-api to ...

2018-03-27 Thread MikeThomsen
Github user MikeThomsen commented on the issue: https://github.com/apache/nifi/pull/2586 +1 LGTM. I ran it and didn't notice any regression. ---

[GitHub] nifi issue #2517: NIFI-4516 FetchSolr Processor

2018-03-27 Thread JohannesDaniel
Github user JohannesDaniel commented on the issue: https://github.com/apache/nifi/pull/2517 Hi @MikeThomsen travic-ci test failed due to "The log length has exceeded the limit of 4 MB (this usually means that the test suite is raising the same exception over and over)." Is there

[jira] [Commented] (NIFI-4516) Add FetchSolr processor

2018-03-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16416162#comment-16416162 ] ASF GitHub Bot commented on NIFI-4516: -- Github user JohannesDaniel commented on the issue:

[jira] [Commented] (NIFI-4185) Add XML record reader & writer services

2018-03-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16416226#comment-16416226 ] ASF GitHub Bot commented on NIFI-4185: -- GitHub user JohannesDaniel opened a pull request:

[GitHub] nifi pull request #2587: NIFI-4185 Add XML Record Reader

2018-03-27 Thread JohannesDaniel
GitHub user JohannesDaniel opened a pull request: https://github.com/apache/nifi/pull/2587 NIFI-4185 Add XML Record Reader Thank you for submitting a contribution to Apache NiFi. In order to streamline the review of the contribution we ask you to ensure the following

[GitHub] nifi issue #2561: NIFI-4035 Implement record-based Solr processors

2018-03-27 Thread abhinavrohatgi30
Github user abhinavrohatgi30 commented on the issue: https://github.com/apache/nifi/pull/2561 Hi @bbende , I've brought it down to a single commit, can you have a look at it now? ---

[jira] [Commented] (NIFI-4035) Implement record-based Solr processors

2018-03-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16416197#comment-16416197 ] ASF GitHub Bot commented on NIFI-4035: -- Github user abhinavrohatgi30 commented on the issue:

[jira] [Commented] (NIFI-4658) MergeContent Max Number of Entries resetting to default value

2018-03-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16416253#comment-16416253 ] ASF GitHub Bot commented on NIFI-4658: -- Github user mosermw commented on the issue:

[GitHub] nifi issue #2559: NIFI-4658 set Maximum Number of Entries to required with d...

2018-03-27 Thread mosermw
Github user mosermw commented on the issue: https://github.com/apache/nifi/pull/2559 Hi @markobean, I reviewed this and I have a couple of questions. I'm not sure I understand why the `throw e;` statements were removed from MergeContent. Can you explain or put them back in? Also,

[jira] [Commented] (NIFI-4185) Add XML record reader & writer services

2018-03-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16416274#comment-16416274 ] ASF GitHub Bot commented on NIFI-4185: -- Github user JohannesDaniel commented on the issue:

[GitHub] nifi issue #2587: NIFI-4185 Add XML Record Reader

2018-03-27 Thread JohannesDaniel
Github user JohannesDaniel commented on the issue: https://github.com/apache/nifi/pull/2587 @pvillard31 here we go :) ---