[GitHub] nifi issue #2113: NIFI-4325 Added new processor that uses the JSON DSL.

2018-02-05 Thread MikeThomsen
Github user MikeThomsen commented on the issue: https://github.com/apache/nifi/pull/2113 @mattyb149 I think all of the change requests are done. ---

[jira] [Commented] (NIFI-4371) Add support for query timeout in Hive processors

2018-02-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4371?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16352255#comment-16352255 ] ASF GitHub Bot commented on NIFI-4371: -- Github user MikeThomsen commented on a diff in the pull

[jira] [Commented] (NIFI-4371) Add support for query timeout in Hive processors

2018-02-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4371?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16352254#comment-16352254 ] ASF GitHub Bot commented on NIFI-4371: -- Github user MikeThomsen commented on a diff in the pull

[GitHub] nifi pull request #2138: NIFI-4371 - add support for query timeout in Hive p...

2018-02-05 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2138#discussion_r165940928 --- Diff: nifi-nar-bundles/nifi-hive-bundle/nifi-hive-processors/src/main/java/org/apache/nifi/processors/hive/AbstractHiveQLProcessor.java --- @@ -75,6

[jira] [Commented] (NIFI-4325) Create a new ElasticSearch processor that supports the JSON DSL

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

[GitHub] nifi pull request #2138: NIFI-4371 - add support for query timeout in Hive p...

2018-02-05 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2138#discussion_r165941527 --- Diff: nifi-nar-bundles/nifi-hive-bundle/nifi-hive-processors/src/main/java/org/apache/nifi/processors/hive/SelectHiveQL.java --- @@ -310,6 +311,15

[jira] [Updated] (NIFI-4774) FlowFile Repository should write updates to the same FlowFile to the same partition

2018-02-05 Thread Mark Payne (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4774?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne updated NIFI-4774: - Status: Patch Available (was: Open) > FlowFile Repository should write updates to the same FlowFile to

[jira] [Commented] (NIFI-4838) Make GetMongo support multiple commits and give some progress indication

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

[jira] [Commented] (NIFI-4838) Make GetMongo support multiple commits and give some progress indication

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

[jira] [Commented] (NIFI-4838) Make GetMongo support multiple commits and give some progress indication

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

[GitHub] nifi pull request #2448: NIFI-4838 Added configurable progressive commits to...

2018-02-05 Thread zenfenan
Github user zenfenan commented on a diff in the pull request: https://github.com/apache/nifi/pull/2448#discussion_r165994104 --- Diff: nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-processors/src/main/java/org/apache/nifi/processors/mongodb/GetMongo.java --- @@ -221,22

[GitHub] nifi pull request #2448: NIFI-4838 Added configurable progressive commits to...

2018-02-05 Thread zenfenan
Github user zenfenan commented on a diff in the pull request: https://github.com/apache/nifi/pull/2448#discussion_r165991021 --- Diff: nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-processors/src/main/java/org/apache/nifi/processors/mongodb/GetMongo.java --- @@ -51,14 +53,22

[GitHub] nifi pull request #2448: NIFI-4838 Added configurable progressive commits to...

2018-02-05 Thread zenfenan
Github user zenfenan commented on a diff in the pull request: https://github.com/apache/nifi/pull/2448#discussion_r165990218 --- Diff: nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-processors/src/main/java/org/apache/nifi/processors/mongodb/GetMongo.java --- @@ -126,18

[GitHub] nifi pull request #2180: Added GetMongoAggregation to support running Mongo ...

2018-02-05 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/2180#discussion_r165994803 --- Diff: nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-processors/src/main/java/org/apache/nifi/processors/mongodb/AbstractMongoProcessor.java --- @@

[GitHub] nifi pull request #2180: Added GetMongoAggregation to support running Mongo ...

2018-02-05 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/2180#discussion_r165994717 --- Diff: nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-processors/src/main/java/org/apache/nifi/processors/mongodb/AbstractMongoProcessor.java --- @@

[GitHub] nifi pull request #2180: Added GetMongoAggregation to support running Mongo ...

2018-02-05 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/2180#discussion_r166001750 --- Diff: nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-processors/src/main/java/org/apache/nifi/processors/mongodb/AbstractMongoProcessor.java --- @@

[GitHub] nifi pull request #2180: Added GetMongoAggregation to support running Mongo ...

2018-02-05 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/2180#discussion_r166003849 --- Diff: nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-processors/src/main/java/org/apache/nifi/processors/mongodb/RunMongoAggregation.java --- @@

[jira] [Created] (MINIFICPP-393) add security support for MQTT

2018-02-05 Thread bqiu (JIRA)
bqiu created MINIFICPP-393: -- Summary: add security support for MQTT Key: MINIFICPP-393 URL: https://issues.apache.org/jira/browse/MINIFICPP-393 Project: NiFi MiNiFi C++ Issue Type: Improvement

[GitHub] nifi pull request #2180: Added GetMongoAggregation to support running Mongo ...

2018-02-05 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/2180#discussion_r165995911 --- Diff: nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-processors/src/main/java/org/apache/nifi/processors/mongodb/GetMongo.java --- @@ -152,21

[GitHub] nifi pull request #2180: Added GetMongoAggregation to support running Mongo ...

2018-02-05 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/2180#discussion_r165995402 --- Diff: nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-processors/src/main/java/org/apache/nifi/processors/mongodb/RunMongoAggregation.java --- @@

[GitHub] nifi pull request #2180: Added GetMongoAggregation to support running Mongo ...

2018-02-05 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/2180#discussion_r166006323 --- Diff: nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-processors/src/main/java/org/apache/nifi/processors/mongodb/RunMongoAggregation.java --- @@

[jira] [Commented] (NIFIREG-136) Switch to unique human-friendly names for buckets and flows

2018-02-05 Thread Bryan Bende (JIRA)
[ https://issues.apache.org/jira/browse/NIFIREG-136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16352555#comment-16352555 ] Bryan Bende commented on NIFIREG-136: - I like the idea of having a way to reference the bucket and

[GitHub] nifi pull request #2180: Added GetMongoAggregation to support running Mongo ...

2018-02-05 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/2180#discussion_r166003772 --- Diff: nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-processors/src/main/java/org/apache/nifi/processors/mongodb/RunMongoAggregation.java --- @@

[GitHub] nifi-minifi-cpp pull request #259: MINIFICPP-393: Add security support for M...

2018-02-05 Thread minifirocks
GitHub user minifirocks opened a pull request: https://github.com/apache/nifi-minifi-cpp/pull/259 MINIFICPP-393: Add security support for MQTT Thank you for submitting a contribution to Apache NiFi - MiNiFi C++. In order to streamline the review of the contribution we ask

[jira] [Commented] (MINIFICPP-393) add security support for MQTT

2018-02-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16352542#comment-16352542 ] ASF GitHub Bot commented on MINIFICPP-393: -- GitHub user minifirocks opened a pull request:

[jira] [Commented] (MINIFICPP-393) add security support for MQTT

2018-02-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16352547#comment-16352547 ] ASF GitHub Bot commented on MINIFICPP-393: -- Github user phrocker commented on a diff in the

[jira] [Commented] (NIFIREG-139) Nifi registry should pick up the controller service definitions while deploying a flow

2018-02-05 Thread Joseph Witt (JIRA)
[ https://issues.apache.org/jira/browse/NIFIREG-139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16352620#comment-16352620 ] Joseph Witt commented on NIFIREG-139: - [~israelio] If the controller service is scoped/configured

[GitHub] nifi-minifi-cpp pull request #259: MINIFICPP-393: Add security support for M...

2018-02-05 Thread phrocker
Github user phrocker commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/259#discussion_r166013537 --- Diff: extensions/mqtt/AbstractMQTTProcessor.cpp --- @@ -119,6 +126,38 @@ void AbstractMQTTProcessor::onSchedule(core::ProcessContext *context,

[jira] [Commented] (MINIFICPP-393) add security support for MQTT

2018-02-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16352572#comment-16352572 ] ASF GitHub Bot commented on MINIFICPP-393: -- Github user phrocker commented on a diff in the

[jira] [Created] (NIFIREG-139) Nifi registry should pick up the controller service definitions while deploying a flow

2018-02-05 Thread ohad israeli (JIRA)
ohad israeli created NIFIREG-139: Summary: Nifi registry should pick up the controller service definitions while deploying a flow Key: NIFIREG-139 URL: https://issues.apache.org/jira/browse/NIFIREG-139

[jira] [Updated] (MINIFICPP-383) No matter the start directory for minifi.sh, repositories are created in the current working directory

2018-02-05 Thread marco polo (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] marco polo updated MINIFICPP-383: - Status: Patch Available (was: Open) > No matter the start directory for minifi.sh,

[jira] [Updated] (MINIFICPP-385) RPG destruction can lead to EOFException in NiFi when sockets are not closed.

2018-02-05 Thread marco polo (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] marco polo updated MINIFICPP-385: - Status: Patch Available (was: Open) > RPG destruction can lead to EOFException in NiFi when

[jira] [Updated] (MINIFICPP-327) The PutKafka processor should be renamed to PublishKafka

2018-02-05 Thread marco polo (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] marco polo updated MINIFICPP-327: - Fix Version/s: 0.4.0 > The PutKafka processor should be renamed to PublishKafka >

[jira] [Resolved] (MINIFICPP-327) The PutKafka processor should be renamed to PublishKafka

2018-02-05 Thread marco polo (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] marco polo resolved MINIFICPP-327. -- Resolution: Fixed This was resolved.  > The PutKafka processor should be renamed to

[jira] [Resolved] (MINIFICPP-326) Build failure in Fedora 27

2018-02-05 Thread marco polo (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] marco polo resolved MINIFICPP-326. -- Resolution: Fixed This was resolved in 0.4.0 > Build failure in Fedora 27 >

[jira] [Updated] (MINIFICPP-390) EL generated sources from host are copied to docker build

2018-02-05 Thread marco polo (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] marco polo updated MINIFICPP-390: - Fix Version/s: 0.5.0 > EL generated sources from host are copied to docker build >

[jira] [Resolved] (MINIFICPP-390) EL generated sources from host are copied to docker build

2018-02-05 Thread marco polo (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] marco polo resolved MINIFICPP-390. -- Resolution: Fixed > EL generated sources from host are copied to docker build >

[jira] [Updated] (MINIFICPP-326) Build failure in Fedora 27

2018-02-05 Thread marco polo (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] marco polo updated MINIFICPP-326: - Fix Version/s: 0.4.0 > Build failure in Fedora 27 > -- > >

[jira] [Resolved] (MINIFICPP-389) FlexLexer.h missing, causing broken Alpine docker build

2018-02-05 Thread marco polo (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] marco polo resolved MINIFICPP-389. -- Resolution: Fixed Fix Version/s: 0.5.0 > FlexLexer.h missing, causing broken Alpine

[jira] [Resolved] (MINIFICPP-391) MiNiFi/NiFi versions are incorrect in DockerVerify & int test code

2018-02-05 Thread marco polo (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] marco polo resolved MINIFICPP-391. -- Resolution: Fixed Fix Version/s: 0.5.0 Merged > MiNiFi/NiFi versions are incorrect

[GitHub] nifi-minifi pull request #115: MINIFI-433 - PG Variable Registry support in ...

2018-02-05 Thread pvillard31
GitHub user pvillard31 opened a pull request: https://github.com/apache/nifi-minifi/pull/115 MINIFI-433 - PG Variable Registry support in templates Thank you for submitting a contribution to Apache NiFi - MiNiFi. In order to streamline the review of the contribution we ask

[GitHub] nifi pull request #2448: NIFI-4838 Added configurable progressive commits to...

2018-02-05 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2448#discussion_r166145010 --- Diff: nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-processors/src/main/java/org/apache/nifi/processors/mongodb/GetMongo.java --- @@ -221,22

[jira] [Commented] (NIFI-4838) Make GetMongo support multiple commits and give some progress indication

2018-02-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16353087#comment-16353087 ] ASF GitHub Bot commented on NIFI-4838: -- Github user MikeThomsen commented on a diff in the pull

[GitHub] nifi-minifi-cpp pull request #259: MINIFICPP-393: Add security support for M...

2018-02-05 Thread phrocker
Github user phrocker commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/259#discussion_r166148325 --- Diff: extensions/mqtt/ConsumeMQTT.cpp --- @@ -35,7 +35,7 @@ namespace nifi { namespace minifi { namespace processors {

[jira] [Created] (NIFI-4841) NPE when reverting local modifications to a versioned process group

2018-02-05 Thread Charlie Meyer (JIRA)
Charlie Meyer created NIFI-4841: --- Summary: NPE when reverting local modifications to a versioned process group Key: NIFI-4841 URL: https://issues.apache.org/jira/browse/NIFI-4841 Project: Apache NiFi

[GitHub] nifi pull request #2180: Added GetMongoAggregation to support running Mongo ...

2018-02-05 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2180#discussion_r166073173 --- Diff: nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-processors/src/main/java/org/apache/nifi/processors/mongodb/RunMongoAggregation.java --- @@

[GitHub] nifi pull request #2180: Added GetMongoAggregation to support running Mongo ...

2018-02-05 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2180#discussion_r166079130 --- Diff: nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-processors/src/main/java/org/apache/nifi/processors/mongodb/RunMongoAggregation.java --- @@

[GitHub] nifi pull request #2180: Added GetMongoAggregation to support running Mongo ...

2018-02-05 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2180#discussion_r166078811 --- Diff: nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-processors/src/main/java/org/apache/nifi/processors/mongodb/AbstractMongoProcessor.java ---

[GitHub] nifi pull request #2180: Added GetMongoAggregation to support running Mongo ...

2018-02-05 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/2180#discussion_r166080619 --- Diff: nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-processors/src/main/java/org/apache/nifi/processors/mongodb/AbstractMongoProcessor.java --- @@

[jira] [Commented] (MINIFICPP-393) add security support for MQTT

2018-02-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16352757#comment-16352757 ] ASF GitHub Bot commented on MINIFICPP-393: -- Github user minifirocks commented on a diff in the

[jira] [Updated] (NIFI-4841) NPE when reverting local modifications to a versioned process group

2018-02-05 Thread Charlie Meyer (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Charlie Meyer updated NIFI-4841: Attachment: NIFI-4841.xml > NPE when reverting local modifications to a versioned process group >

[jira] [Updated] (NIFI-4841) NPE when reverting local modifications to a versioned process group

2018-02-05 Thread Charlie Meyer (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Charlie Meyer updated NIFI-4841: Affects Version/s: 1.5.0 > NPE when reverting local modifications to a versioned process group >

[jira] [Commented] (NIFI-4841) NPE when reverting local modifications to a versioned process group

2018-02-05 Thread Bryan Bende (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16352710#comment-16352710 ] Bryan Bende commented on NIFI-4841: --- [~cemeyer2] thanks for reporting this! Would you be able to provide

[GitHub] nifi pull request #2180: Added GetMongoAggregation to support running Mongo ...

2018-02-05 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/2180#discussion_r166075574 --- Diff: nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-processors/src/main/java/org/apache/nifi/processors/mongodb/RunMongoAggregation.java --- @@

[jira] [Commented] (NIFI-4841) NPE when reverting local modifications to a versioned process group

2018-02-05 Thread Charlie Meyer (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16352881#comment-16352881 ] Charlie Meyer commented on NIFI-4841: - I uploaded a template that I was able to reproduce this with. 

[GitHub] nifi pull request #2180: Added GetMongoAggregation to support running Mongo ...

2018-02-05 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2180#discussion_r166088202 --- Diff: nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-processors/src/main/java/org/apache/nifi/processors/mongodb/RunMongoAggregation.java --- @@

[jira] [Commented] (NIFI-4561) ExecuteSQL Stopped Returning FlowFile for non-ResultSet Queries

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

[GitHub] nifi pull request #2243: NIFI-4561 ExecuteSQL returns no FlowFile for some q...

2018-02-05 Thread patricker
Github user patricker commented on a diff in the pull request: https://github.com/apache/nifi/pull/2243#discussion_r166179486 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/ExecuteSQL.java --- @@ -268,8

[GitHub] nifi pull request #2243: NIFI-4561 ExecuteSQL returns no FlowFile for some q...

2018-02-05 Thread patricker
Github user patricker commented on a diff in the pull request: https://github.com/apache/nifi/pull/2243#discussion_r166180285 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/ExecuteSQL.java --- @@ -202,56

[jira] [Commented] (NIFI-4561) ExecuteSQL Stopped Returning FlowFile for non-ResultSet Queries

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

[GitHub] nifi issue #2243: NIFI-4561 ExecuteSQL returns no FlowFile for some queries

2018-02-05 Thread patricker
Github user patricker commented on the issue: https://github.com/apache/nifi/pull/2243 Updated ---

[jira] [Commented] (NIFI-4561) ExecuteSQL Stopped Returning FlowFile for non-ResultSet Queries

2018-02-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16353322#comment-16353322 ] ASF GitHub Bot commented on NIFI-4561: -- Github user patricker commented on the issue:

[jira] [Updated] (NIFI-4837) Thread leak on HandleHTTPRequest processor

2018-02-05 Thread Joseph Percivall (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joseph Percivall updated NIFI-4837: --- Description: When you have multiple HandleHTTPRequest processors trying to listen on the same

[GitHub] nifi pull request #2231: NIFI-4521 MS SQL CDC Processor

2018-02-05 Thread patricker
Github user patricker commented on a diff in the pull request: https://github.com/apache/nifi/pull/2231#discussion_r166169349 --- Diff: nifi-nar-bundles/nifi-cdc/nifi-cdc-mssql-bundle/nifi-cdc-mssql-processors/src/main/java/org/apache/nifi/cdc/mssql/MSSQLCDCUtils.java --- @@ -0,0

[GitHub] nifi pull request #2231: NIFI-4521 MS SQL CDC Processor

2018-02-05 Thread patricker
Github user patricker commented on a diff in the pull request: https://github.com/apache/nifi/pull/2231#discussion_r166169358 --- Diff: nifi-nar-bundles/nifi-cdc/nifi-cdc-mssql-bundle/nifi-cdc-mssql-processors/src/main/java/org/apache/nifi/cdc/mssql/event/TableCapturePlan.java ---

[GitHub] nifi pull request #2231: NIFI-4521 MS SQL CDC Processor

2018-02-05 Thread patricker
Github user patricker commented on a diff in the pull request: https://github.com/apache/nifi/pull/2231#discussion_r166174215 --- Diff: nifi-commons/nifi-record/src/main/java/org/apache/nifi/serialization/record/ResultSetRecordSet.java --- @@ -175,10 +175,12 @@ private static

[jira] [Commented] (NIFI-4521) MS SQL CDC Processor

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

[GitHub] nifi issue #2231: NIFI-4521 MS SQL CDC Processor

2018-02-05 Thread patricker
Github user patricker commented on the issue: https://github.com/apache/nifi/pull/2231 @mattyb149 Code updated. ---

[jira] [Commented] (NIFI-4521) MS SQL CDC Processor

2018-02-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16353262#comment-16353262 ] ASF GitHub Bot commented on NIFI-4521: -- Github user patricker commented on the issue:

[jira] [Commented] (NIFI-4521) MS SQL CDC Processor

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

[jira] [Commented] (NIFI-4521) MS SQL CDC Processor

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

[jira] [Commented] (NIFI-4521) MS SQL CDC Processor

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

[GitHub] nifi pull request #2231: NIFI-4521 MS SQL CDC Processor

2018-02-05 Thread patricker
Github user patricker commented on a diff in the pull request: https://github.com/apache/nifi/pull/2231#discussion_r166169705 --- Diff: nifi-nar-bundles/nifi-cdc/nifi-cdc-mssql-bundle/nifi-cdc-mssql-processors/src/main/java/org/apache/nifi/cdc/mssql/processors/CaptureChangeMSSQL.java

[jira] [Commented] (NIFI-4521) MS SQL CDC Processor

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

[jira] [Commented] (NIFI-4521) MS SQL CDC Processor

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

[jira] [Commented] (NIFI-4521) MS SQL CDC Processor

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

[GitHub] nifi pull request #2231: NIFI-4521 MS SQL CDC Processor

2018-02-05 Thread patricker
Github user patricker commented on a diff in the pull request: https://github.com/apache/nifi/pull/2231#discussion_r166171052 --- Diff: nifi-nar-bundles/nifi-cdc/nifi-cdc-mssql-bundle/nifi-cdc-mssql-processors/src/test/java/org/apache/nifi/cdc/mssql/CaptureChangeMSSQLTest.java ---

[jira] [Created] (NIFI-4844) AvroRecordSetWriter should be able to convert a double having less scale than intended target Avro schema instead of throwing an AvroTypeException

2018-02-05 Thread Koji Kawamura (JIRA)
Koji Kawamura created NIFI-4844: --- Summary: AvroRecordSetWriter should be able to convert a double having less scale than intended target Avro schema instead of throwing an AvroTypeException Key: NIFI-4844 URL:

[jira] [Commented] (NIFI-4540) Support for AWS SQS FIFO message queue

2018-02-05 Thread James Wing (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4540?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16353365#comment-16353365 ] James Wing commented on NIFI-4540: -- [~SunSatION],  thanks for submitting this patch, I agree FIFO queue

[jira] [Commented] (NIFIREG-136) Switch to unique human-friendly names for buckets and flows

2018-02-05 Thread Bryan Bende (JIRA)
[ https://issues.apache.org/jira/browse/NIFIREG-136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16352724#comment-16352724 ] Bryan Bende commented on NIFIREG-136: - Good ideas [~kdoran] ! Those sound like promising options. >

[jira] [Commented] (NIFI-4794) Improve Garbage Collection required by Provenance Repository

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

[GitHub] nifi pull request #2437: NIFI-4794: Updated event writers to avoid creating ...

2018-02-05 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/2437#discussion_r166090089 --- Diff:

[jira] [Commented] (NIFI-4700) PostHTTP: close client

2018-02-05 Thread Brandon DeVries (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4700?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16353033#comment-16353033 ] Brandon DeVries commented on NIFI-4700: --- +1, close it. > PostHTTP: close client >

[GitHub] nifi pull request #2434: NIFI-4700: Moved all PostHTTP http clients, http re...

2018-02-05 Thread m-hogue
Github user m-hogue closed the pull request at: https://github.com/apache/nifi/pull/2434 ---

[GitHub] nifi pull request #2180: Added GetMongoAggregation to support running Mongo ...

2018-02-05 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2180#discussion_r166141568 --- Diff: nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-processors/src/main/java/org/apache/nifi/processors/mongodb/RunMongoAggregation.java --- @@

[GitHub] nifi-minifi-cpp pull request #259: MINIFICPP-393: Add security support for M...

2018-02-05 Thread minifirocks
Github user minifirocks commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/259#discussion_r166130342 --- Diff: extensions/mqtt/ConsumeMQTT.cpp --- @@ -35,7 +35,7 @@ namespace nifi { namespace minifi { namespace processors {

[jira] [Commented] (MINIFICPP-393) add security support for MQTT

2018-02-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16353013#comment-16353013 ] ASF GitHub Bot commented on MINIFICPP-393: -- Github user minifirocks commented on a diff in the

[jira] [Resolved] (NIFI-4700) PostHTTP: close client

2018-02-05 Thread Michael Hogue (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4700?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Hogue resolved NIFI-4700. - Resolution: Won't Fix > PostHTTP: close client > -- > > Key:

[jira] [Updated] (NIFI-4700) PostHTTP: close client

2018-02-05 Thread Michael Hogue (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4700?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Hogue updated NIFI-4700: Fix Version/s: (was: 1.6.0) > PostHTTP: close client > -- > >

[jira] [Updated] (NIFI-4700) PostHTTP: close client

2018-02-05 Thread Michael Hogue (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4700?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Hogue updated NIFI-4700: Status: Open (was: Patch Available) > PostHTTP: close client > -- > >

[jira] [Commented] (NIFI-4700) PostHTTP: close client

2018-02-05 Thread Michael Hogue (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4700?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16353042#comment-16353042 ] Michael Hogue commented on NIFI-4700: - No problem. It's closed. > PostHTTP: close client >

[jira] [Commented] (NIFI-4700) PostHTTP: close client

2018-02-05 Thread Michael Moser (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4700?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16353038#comment-16353038 ] Michael Moser commented on NIFI-4700: - OK, thanks.  [~m-hogue] if you also agree, do you mind closing

[jira] [Commented] (NIFI-4700) PostHTTP: close client

2018-02-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4700?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16353040#comment-16353040 ] ASF GitHub Bot commented on NIFI-4700: -- Github user m-hogue closed the pull request at:

[jira] [Created] (NIFI-4845) Add JanusGraph put processor

2018-02-05 Thread Fred Liu (JIRA)
Fred Liu created NIFI-4845: -- Summary: Add JanusGraph put processor Key: NIFI-4845 URL: https://issues.apache.org/jira/browse/NIFI-4845 Project: Apache NiFi Issue Type: New Feature

[jira] [Commented] (NIFI-4845) Add JanusGraph put processor

2018-02-05 Thread Fred Liu (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16353509#comment-16353509 ] Fred Liu commented on NIFI-4845: Hi Admin, Please assign this task to me so that I can begin working on the

[jira] [Created] (NIFI-4846) AvroTypeUtil to support more input types for logical decimal conversion

2018-02-05 Thread Koji Kawamura (JIRA)
Koji Kawamura created NIFI-4846: --- Summary: AvroTypeUtil to support more input types for logical decimal conversion Key: NIFI-4846 URL: https://issues.apache.org/jira/browse/NIFI-4846 Project: Apache

[jira] [Updated] (NIFI-4844) AvroRecordSetWriter should be able to convert a double having less scale than intended target Avro schema instead of throwing an AvroTypeException

2018-02-05 Thread Koji Kawamura (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4844?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Kawamura updated NIFI-4844: Status: Patch Available (was: In Progress) > AvroRecordSetWriter should be able to convert a double

[jira] [Updated] (NIFI-4846) AvroTypeUtil to support more input types for logical decimal conversion

2018-02-05 Thread Koji Kawamura (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4846?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Kawamura updated NIFI-4846: Status: Patch Available (was: In Progress) > AvroTypeUtil to support more input types for logical

[GitHub] nifi pull request #2451: NIFI-4846: AvroTypeUtil to support more input types...

2018-02-05 Thread ijokarumawak
GitHub user ijokarumawak opened a pull request: https://github.com/apache/nifi/pull/2451 NIFI-4846: AvroTypeUtil to support more input types for logical decimal conversion ## NOTE This PR is based on #2450 commit to add more capability on top of that. Please review #2450

[jira] [Commented] (NIFI-4846) AvroTypeUtil to support more input types for logical decimal conversion

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

  1   2   >