[GitHub] nifi-minifi-cpp pull request #269: MINIFICPP-411: Resolve issues with comman...

2018-02-27 Thread apiri
Github user apiri commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/269#discussion_r171160623 --- Diff: README.md --- @@ -712,6 +712,7 @@ These are defined by default to the above values. If the port option is left und will be disabled in

[GitHub] nifi-minifi-cpp pull request #269: MINIFICPP-411: Resolve issues with comman...

2018-02-27 Thread apiri
Github user apiri commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/269#discussion_r171160556 --- Diff: controller/MiNiFiController.cpp --- @@ -178,7 +177,7 @@ int main(int argc, char **argv) { auto& components = result["stop"].as>();

[jira] [Commented] (MINIFICPP-411) MiNIFi Controller's output needs some fixing

2018-02-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16379893#comment-16379893 ] ASF GitHub Bot commented on MINIFICPP-411: -- Github user apiri commented on a d

[jira] [Commented] (MINIFICPP-411) MiNIFi Controller's output needs some fixing

2018-02-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16379894#comment-16379894 ] ASF GitHub Bot commented on MINIFICPP-411: -- Github user apiri commented on a d

[GitHub] nifi issue #2493: Added Pulsar processors and Controller Service

2018-02-27 Thread tasanuma
Github user tasanuma commented on the issue: https://github.com/apache/nifi/pull/2493 Hi @david-streamlio. Thanks for the work. This would really helpful for Pulsar users. I have one question. Are there any reasons that this processor uses Controller Service? I think this is

[GitHub] nifi-minifi pull request #117: MINIFI-424 Adding the ability to evaluate boo...

2018-02-27 Thread JPercivall
GitHub user JPercivall opened a pull request: https://github.com/apache/nifi-minifi/pull/117 MINIFI-424 Adding the ability to evaluate bootstrap properties in the… … config YAML prior to translation into flow.xml and nifi.properties Thank you for submitting a contributio

[jira] [Commented] (NIFI-4872) NIFI component high resource usage annotation

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

[GitHub] nifi issue #2475: NIFI-4872 Added annotation for specifying scenarios in whi...

2018-02-27 Thread markap14
Github user markap14 commented on the issue: https://github.com/apache/nifi/pull/2475 Thinking about this a little more, I think that the DISK resource makes a lot of sense to have but I think we should document as to when to use it - that being, it should be used if the Processor wou

[jira] [Commented] (NIFI-4872) NIFI component high resource usage annotation

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

[GitHub] nifi issue #2475: NIFI-4872 Added annotation for specifying scenarios in whi...

2018-02-27 Thread markap14
Github user markap14 commented on the issue: https://github.com/apache/nifi/pull/2475 @jtstorck I should probably have read through all the comments before adding my own :) Sorry about that. I did notice though, that you have resources for "DISK" and "NETWORK" but they are not used an

[jira] [Commented] (NIFI-4872) NIFI component high resource usage annotation

2018-02-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16379266#comment-16379266 ] ASF GitHub Bot commented on NIFI-4872: -- Github user markap14 commented on a diff in th

[GitHub] nifi pull request #2475: NIFI-4872 Added annotation for specifying scenarios...

2018-02-27 Thread markap14
Github user markap14 commented on a diff in the pull request: https://github.com/apache/nifi/pull/2475#discussion_r171065265 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/SplitXml.java --- @@ -82,6 +84,7

[jira] [Commented] (NIFI-4872) NIFI component high resource usage annotation

2018-02-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16379263#comment-16379263 ] ASF GitHub Bot commented on NIFI-4872: -- Github user markap14 commented on a diff in th

[GitHub] nifi pull request #2475: NIFI-4872 Added annotation for specifying scenarios...

2018-02-27 Thread markap14
Github user markap14 commented on a diff in the pull request: https://github.com/apache/nifi/pull/2475#discussion_r171065023 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/SplitText.java --- @@ -87,6 +89,7

[jira] [Commented] (NIFI-4872) NIFI component high resource usage annotation

2018-02-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16379261#comment-16379261 ] ASF GitHub Bot commented on NIFI-4872: -- Github user markap14 commented on a diff in th

[GitHub] nifi pull request #2475: NIFI-4872 Added annotation for specifying scenarios...

2018-02-27 Thread markap14
Github user markap14 commented on a diff in the pull request: https://github.com/apache/nifi/pull/2475#discussion_r171064833 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/SplitJson.java --- @@ -80,7 +82,7

[GitHub] nifi pull request #2475: NIFI-4872 Added annotation for specifying scenarios...

2018-02-27 Thread markap14
Github user markap14 commented on a diff in the pull request: https://github.com/apache/nifi/pull/2475#discussion_r171064496 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/SplitContent.java --- @@ -75,6 +7

[jira] [Commented] (NIFI-4872) NIFI component high resource usage annotation

2018-02-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16379259#comment-16379259 ] ASF GitHub Bot commented on NIFI-4872: -- Github user markap14 commented on a diff in th

[jira] [Commented] (NIFI-3700) Create Sqoop processor

2018-02-27 Thread Boris Tyukin (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3700?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16379257#comment-16379257 ] Boris Tyukin commented on NIFI-3700: +1 on this! sqoop is awesome!  in the meantime, I

[jira] [Commented] (NIFI-4872) NIFI component high resource usage annotation

2018-02-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16379256#comment-16379256 ] ASF GitHub Bot commented on NIFI-4872: -- Github user markap14 commented on a diff in th

[GitHub] nifi pull request #2475: NIFI-4872 Added annotation for specifying scenarios...

2018-02-27 Thread markap14
Github user markap14 commented on a diff in the pull request: https://github.com/apache/nifi/pull/2475#discussion_r171064049 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/MergeContent.java --- @@ -131,6 +

[jira] [Created] (MINIFICPP-417) Changes to RapidJson have broken the ability to nest messages in C2 agent

2018-02-27 Thread marco polo (JIRA)
marco polo created MINIFICPP-417: Summary: Changes to RapidJson have broken the ability to nest messages in C2 agent Key: MINIFICPP-417 URL: https://issues.apache.org/jira/browse/MINIFICPP-417 Project

[jira] [Commented] (NIFI-4907) Provenance authorization refactoring

2018-02-27 Thread Matt Gilman (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16379192#comment-16379192 ] Matt Gilman commented on NIFI-4907: --- Following an offline discussion with [~markbean], I

[jira] [Commented] (NIFI-4915) Add support for HBase 2.0.0

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

[GitHub] nifi pull request #2498: [WIP] NIFI-4915 - Creating new nifi-hbase_2-client-...

2018-02-27 Thread bbende
GitHub user bbende opened a pull request: https://github.com/apache/nifi/pull/2498 [WIP] NIFI-4915 - Creating new nifi-hbase_2-client-service-bundle to use HB… …ase 2.0.0 client This is a copy/paste/rename of the 1.1.2 client service, but with the dependency change to

[jira] [Created] (NIFI-4915) Add support for HBase 2.0.0

2018-02-27 Thread Bryan Bende (JIRA)
Bryan Bende created NIFI-4915: - Summary: Add support for HBase 2.0.0 Key: NIFI-4915 URL: https://issues.apache.org/jira/browse/NIFI-4915 Project: Apache NiFi Issue Type: Improvement R

[jira] [Created] (NIFI-4914) Implement record model processor for Pulsar, i.e. ConsumePulsarRecord, PublishPulsarRecord

2018-02-27 Thread David Kjerrumgaard (JIRA)
David Kjerrumgaard created NIFI-4914: Summary: Implement record model processor for Pulsar, i.e. ConsumePulsarRecord, PublishPulsarRecord Key: NIFI-4914 URL: https://issues.apache.org/jira/browse/NIFI-4914

[jira] [Commented] (MINIFICPP-32) MINIFI-CPP should support reading windows event logs

2018-02-27 Thread Sol Huebner (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-32?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16378855#comment-16378855 ] Sol Huebner commented on MINIFICPP-32: -- Hi Daniel, could you already work on a WinA

[jira] [Commented] (NIFI-4907) Provenance authorization refactoring

2018-02-27 Thread Matt Gilman (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16378820#comment-16378820 ] Matt Gilman commented on NIFI-4907: --- [~markbean] I think there may still be a slight mis

[jira] [Commented] (NIFI-3599) Add nifi.properties value to globally set the default backpressure size threshold for each connection

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

[GitHub] nifi pull request #2497: NIFI-3599 Allowed back pressure object count and da...

2018-02-27 Thread mosermw
GitHub user mosermw opened a pull request: https://github.com/apache/nifi/pull/2497 NIFI-3599 Allowed back pressure object count and data size to be configurable Thank you for submitting a contribution to Apache NiFi. In order to streamline the review of the contribution we

[GitHub] nifi pull request #2496: NIFIDEV-3599 Allowed back pressure object count and...

2018-02-27 Thread mosermw
Github user mosermw closed the pull request at: https://github.com/apache/nifi/pull/2496 ---

[jira] [Updated] (NIFI-3599) Add nifi.properties value to globally set the default backpressure size threshold for each connection

2018-02-27 Thread Michael Moser (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Moser updated NIFI-3599: Status: Patch Available (was: Open) > Add nifi.properties value to globally set the default backpres

[jira] [Assigned] (NIFI-3599) Add nifi.properties value to globally set the default backpressure size threshold for each connection

2018-02-27 Thread Michael Moser (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Moser reassigned NIFI-3599: --- Assignee: Michael Moser (was: Jeremy Dyer) > Add nifi.properties value to globally set the de

[GitHub] nifi pull request #2496: NIFIDEV-3599 Allowed back pressure object count and...

2018-02-27 Thread mosermw
GitHub user mosermw opened a pull request: https://github.com/apache/nifi/pull/2496 NIFIDEV-3599 Allowed back pressure object count and data size to be configurable Thank you for submitting a contribution to Apache NiFi. In order to streamline the review of the contribution

[jira] [Commented] (NIFI-4743) Suppress Nulls for PutElasticsearchHttpRecord

2018-02-27 Thread Robert Bruno (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16378734#comment-16378734 ] Robert Bruno commented on NIFI-4743: Added two files that I use for my patch if it help

[jira] [Updated] (NIFI-4913) Specifying "run.as" in bootstrap.properties causes environment variables to not be passed to NiFi

2018-02-27 Thread Joseph Percivall (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joseph Percivall updated NIFI-4913: --- Labels: beginner (was: ) > Specifying "run.as" in bootstrap.properties causes environment vari

[jira] [Updated] (NIFI-4743) Suppress Nulls for PutElasticsearchHttpRecord

2018-02-27 Thread Robert Bruno (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Bruno updated NIFI-4743: --- Attachment: PutElasticsearchHttpRecord.java NullSuppression.java > Suppress Nulls for P

[jira] [Updated] (NIFI-4913) Specifying "run.as" in bootstrap.properties causes environment variables to not be passed to NiFi

2018-02-27 Thread Joseph Percivall (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joseph Percivall updated NIFI-4913: --- Component/s: (was: Tools and Build) Configuration > Specifying "run.as" in

[jira] [Created] (NIFI-4913) Specifying "run.as" in bootstrap.properties causes environment variables to not be passed to NiFi

2018-02-27 Thread Jonathan Peterson (JIRA)
Jonathan Peterson created NIFI-4913: --- Summary: Specifying "run.as" in bootstrap.properties causes environment variables to not be passed to NiFi Key: NIFI-4913 URL: https://issues.apache.org/jira/browse/NIFI-491

[jira] [Commented] (NIFI-4907) Provenance authorization refactoring

2018-02-27 Thread Mark Bean (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16378613#comment-16378613 ] Mark Bean commented on NIFI-4907: - Matt, I understand the argument for provenance being ev

[jira] [Updated] (NIFI-3502) Upgrade D3 to the latest 4.x version

2018-02-27 Thread Scott Aslan (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Aslan updated NIFI-3502: -- Resolution: Fixed Status: Resolved (was: Patch Available) > Upgrade D3 to the latest 4.x version

[jira] [Commented] (NIFI-3502) Upgrade D3 to the latest 4.x version

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

[jira] [Commented] (NIFI-3502) Upgrade D3 to the latest 4.x version

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

[jira] [Commented] (NIFI-3502) Upgrade D3 to the latest 4.x version

2018-02-27 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-3502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16378608#comment-16378608 ] ASF subversion and git services commented on NIFI-3502: --- Commit 19b5b

[GitHub] nifi issue #2495: NIFI-3502: Ensuring D3 is available on the summary and use...

2018-02-27 Thread scottyaslan
Github user scottyaslan commented on the issue: https://github.com/apache/nifi/pull/2495 Thanks @mcgilman this has been merged to master. ---

[GitHub] nifi pull request #2495: NIFI-3502: Ensuring D3 is available on the summary ...

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

[jira] [Commented] (NIFI-4862) Add Copy original attributtes to SelectHiveQL processer

2018-02-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16378255#comment-16378255 ] ASF GitHub Bot commented on NIFI-4862: -- GitHub user jles01 reopened a pull request:

[GitHub] nifi pull request #2467: NIFI-4862 Add Copy original attributtes to SelectHi...

2018-02-27 Thread jles01
GitHub user jles01 reopened a pull request: https://github.com/apache/nifi/pull/2467 NIFI-4862 Add Copy original attributtes to SelectHiveQL processer Thank you for submitting a contribution to Apache NiFi. In order to streamline the review of the contribution we ask you

[jira] [Commented] (NIFI-4862) Add Copy original attributtes to SelectHiveQL processer

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

[jira] [Commented] (NIFI-4862) Add Copy original attributtes to SelectHiveQL processer

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

[GitHub] nifi issue #2467: NIFI-4862 Add Copy original attributtes to SelectHiveQL pr...

2018-02-27 Thread jles01
Github user jles01 commented on the issue: https://github.com/apache/nifi/pull/2467 Hi, I follwed your guidelines and corrected the problems which you highlighted. Best regards, Jakub ---

[GitHub] nifi pull request #2467: NIFI-4862 Add Copy original attributtes to SelectHi...

2018-02-27 Thread jles01
Github user jles01 closed the pull request at: https://github.com/apache/nifi/pull/2467 ---