[GitHub] nifi pull request #1589: NIFI-1705 Adding AttributesToCSV processor

2018-04-23 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/1589#discussion_r183454230 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/AttributesToCSV.java

[GitHub] nifi pull request #1589: NIFI-1705 Adding AttributesToCSV processor

2018-04-23 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/1589#discussion_r183451963 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/AttributesToCSV.java

[GitHub] nifi pull request #2601: NIFI-3576 Support for QueryInfo relationship, usefu...

2018-04-23 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2601#discussion_r183417572 --- Diff: nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-processors/src/main/java/org/apache/nifi/processors/elasticsearch

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

2018-04-23 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2243#discussion_r183388072 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/ExecuteSQL.java --- @@ -278,8

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

2018-04-23 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2243#discussion_r183382982 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/ExecuteSQL.java

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

2018-04-23 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2243#discussion_r183384397 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/ExecuteSQL.java --- @@ -278,8

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

2018-04-23 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2243#discussion_r183383744 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/ExecuteSQL.java --- @@ -278,8

[GitHub] nifi issue #2616: NIFI-5052 Added DeleteByQuery ElasticSearch processor.

2018-04-23 Thread MikeThomsen
Github user MikeThomsen commented on the issue: https://github.com/apache/nifi/pull/2616 @JPercivall if you have any time, do you think you could take a look at this? ---

[GitHub] nifi pull request #2638: NIFI-5082: Added support for custom Oracle timestam...

2018-04-22 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2638#discussion_r183256566 --- Diff: nifi-commons/nifi-record/src/main/java/org/apache/nifi/serialization/record/ResultSetRecordSet.java --- @@ -350,6 +350,8 @@ private static

[GitHub] nifi issue #2614: Added Apache Pulsar Processors and Controller Service

2018-04-22 Thread MikeThomsen
Github user MikeThomsen commented on the issue: https://github.com/apache/nifi/pull/2614 When I added it to nifi-assembly, I got this error on startup: ``` java.util.ServiceConfigurationError: org.apache.nifi.processor.Processor: Provider

[GitHub] nifi pull request #2614: Added Apache Pulsar Processors and Controller Servi...

2018-04-22 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2614#discussion_r183235809 --- Diff: nifi-nar-bundles/nifi-pulsar-bundle/nifi-pulsar-client-service/pom.xml --- @@ -0,0 +1,67 @@ + + +http://maven.apache.org/POM/4.0.0

[GitHub] nifi pull request #2614: Added Apache Pulsar Processors and Controller Servi...

2018-04-22 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2614#discussion_r183234826 --- Diff: nifi-nar-bundles/nifi-pulsar-bundle/nifi-pulsar-processors/src/main/java/org/apache/nifi/processors/pulsar/pubsub/ConsumePulsar_1_X.java

[GitHub] nifi pull request #2614: Added Apache Pulsar Processors and Controller Servi...

2018-04-22 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2614#discussion_r183235065 --- Diff: nifi-nar-bundles/nifi-pulsar-bundle/nifi-pulsar-processors/src/main/java/org/apache/nifi/processors/pulsar/pubsub/PublishPulsarRecord_1_X.java

[GitHub] nifi pull request #2614: Added Apache Pulsar Processors and Controller Servi...

2018-04-22 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2614#discussion_r183233581 --- Diff: nifi-nar-bundles/nifi-pulsar-bundle/nifi-pulsar-processors/src/main/java/org/apache/nifi/processors/pulsar/pubsub/ConsumePulsarRecord_1_X.java

[GitHub] nifi pull request #2614: Added Apache Pulsar Processors and Controller Servi...

2018-04-22 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2614#discussion_r183234943 --- Diff: nifi-nar-bundles/nifi-pulsar-bundle/nifi-pulsar-processors/src/main/java/org/apache/nifi/processors/pulsar/pubsub/PublishPulsarRecord_1_X.java

[GitHub] nifi pull request #2614: Added Apache Pulsar Processors and Controller Servi...

2018-04-22 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2614#discussion_r183235109 --- Diff: nifi-nar-bundles/nifi-pulsar-bundle/nifi-pulsar-processors/src/main/java/org/apache/nifi/processors/pulsar/pubsub/PublishPulsarRecord_1_X.java

[GitHub] nifi pull request #2614: Added Apache Pulsar Processors and Controller Servi...

2018-04-22 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2614#discussion_r183234762 --- Diff: nifi-nar-bundles/nifi-pulsar-bundle/nifi-pulsar-processors/src/main/java/org/apache/nifi/processors/pulsar/pubsub/ConsumePulsar_1_X.java

[GitHub] nifi pull request #2614: Added Apache Pulsar Processors and Controller Servi...

2018-04-22 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2614#discussion_r183209203 --- Diff: nifi-nar-bundles/nifi-pulsar-bundle/nifi-pulsar-client-service/src/main/java/org/apache/nifi/pulsar/StandardPulsarClientPool.java --- @@ -0,0

[GitHub] nifi pull request #2614: Added Apache Pulsar Processors and Controller Servi...

2018-04-22 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2614#discussion_r183234572 --- Diff: nifi-nar-bundles/nifi-pulsar-bundle/nifi-pulsar-processors/src/main/java/org/apache/nifi/processors/pulsar/pubsub/ConsumePulsarRecord_1_X.java

[GitHub] nifi pull request #2614: Added Apache Pulsar Processors and Controller Servi...

2018-04-22 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2614#discussion_r183209029 --- Diff: nifi-nar-bundles/nifi-pulsar-bundle/nifi-pulsar-client-service-nar/src/main/resources/META-INF/NOTICE --- @@ -0,0 +1,612 @@ +nifi-druid

[GitHub] nifi pull request #2614: Added Apache Pulsar Processors and Controller Servi...

2018-04-22 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2614#discussion_r183208823 --- Diff: nifi-nar-bundles/nifi-pulsar-bundle/nifi-pulsar-client-service-api/src/main/java/org/apache/nifi/pulsar/pool/PoolableResource.java --- @@ -0,0

[GitHub] nifi pull request #2614: Added Apache Pulsar Processors and Controller Servi...

2018-04-22 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2614#discussion_r183235163 --- Diff: nifi-nar-bundles/nifi-pulsar-bundle/nifi-pulsar-processors/src/main/java/org/apache/nifi/processors/pulsar/pubsub/PublishPulsar_1_X.java

[GitHub] nifi pull request #2614: Added Apache Pulsar Processors and Controller Servi...

2018-04-22 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2614#discussion_r183208994 --- Diff: nifi-nar-bundles/nifi-pulsar-bundle/nifi-pulsar-client-service-api/src/main/java/org/apache/nifi/pulsar/pool/ResourceFactory.java --- @@ -0,0

[GitHub] nifi pull request #2614: Added Apache Pulsar Processors and Controller Servi...

2018-04-22 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2614#discussion_r183210297 --- Diff: nifi-nar-bundles/nifi-pulsar-bundle/nifi-pulsar-processors/src/main/java/org/apache/nifi/processors/pulsar/AbstractPulsarProducerProcessor.java

[GitHub] nifi pull request #2614: Added Apache Pulsar Processors and Controller Servi...

2018-04-22 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2614#discussion_r183234732 --- Diff: nifi-nar-bundles/nifi-pulsar-bundle/nifi-pulsar-processors/src/main/java/org/apache/nifi/processors/pulsar/pubsub/ConsumePulsarRecord_1_X.java

[GitHub] nifi pull request #2614: Added Apache Pulsar Processors and Controller Servi...

2018-04-22 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2614#discussion_r183234849 --- Diff: nifi-nar-bundles/nifi-pulsar-bundle/nifi-pulsar-processors/src/main/java/org/apache/nifi/processors/pulsar/pubsub/ConsumePulsar_1_X.java

[GitHub] nifi pull request #2614: Added Apache Pulsar Processors and Controller Servi...

2018-04-22 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2614#discussion_r183235146 --- Diff: nifi-nar-bundles/nifi-pulsar-bundle/nifi-pulsar-processors/src/main/java/org/apache/nifi/processors/pulsar/pubsub/PublishPulsarRecord_1_X.java

[GitHub] nifi pull request #2614: Added Apache Pulsar Processors and Controller Servi...

2018-04-22 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2614#discussion_r183235215 --- Diff: nifi-nar-bundles/nifi-pulsar-bundle/nifi-pulsar-processors/src/main/java/org/apache/nifi/processors/pulsar/pubsub/RecordBasedConst.java

[GitHub] nifi pull request #2614: Added Apache Pulsar Processors and Controller Servi...

2018-04-22 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2614#discussion_r183234861 --- Diff: nifi-nar-bundles/nifi-pulsar-bundle/nifi-pulsar-processors/src/main/java/org/apache/nifi/processors/pulsar/pubsub/InFlightMessageMonitor.java

[GitHub] nifi pull request #2614: Added Apache Pulsar Processors and Controller Servi...

2018-04-22 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2614#discussion_r183234779 --- Diff: nifi-nar-bundles/nifi-pulsar-bundle/nifi-pulsar-processors/src/main/java/org/apache/nifi/processors/pulsar/pubsub/ConsumePulsar_1_X.java

[GitHub] nifi pull request #2614: Added Apache Pulsar Processors and Controller Servi...

2018-04-22 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2614#discussion_r183235123 --- Diff: nifi-nar-bundles/nifi-pulsar-bundle/nifi-pulsar-processors/src/main/java/org/apache/nifi/processors/pulsar/pubsub/PublishPulsarRecord_1_X.java

[GitHub] nifi pull request #2614: Added Apache Pulsar Processors and Controller Servi...

2018-04-22 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2614#discussion_r183234534 --- Diff: nifi-nar-bundles/nifi-pulsar-bundle/nifi-pulsar-processors/src/main/java/org/apache/nifi/processors/pulsar/pubsub/ConsumePulsarRecord_1_X.java

[GitHub] nifi pull request #2614: Added Apache Pulsar Processors and Controller Servi...

2018-04-22 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2614#discussion_r183235251 --- Diff: nifi-nar-bundles/pom.xml --- @@ -93,6 +93,7 @@ nifi-spark-bundle nifi-atlas-bundle nifi-druid-bundle

[GitHub] nifi pull request #2614: Added Apache Pulsar Processors and Controller Servi...

2018-04-22 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2614#discussion_r183208828 --- Diff: nifi-nar-bundles/nifi-pulsar-bundle/nifi-pulsar-client-service-api/src/main/java/org/apache/nifi/pulsar/PulsarClientPool.java --- @@ -0,0

[GitHub] nifi pull request #2614: Added Apache Pulsar Processors and Controller Servi...

2018-04-22 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2614#discussion_r183209058 --- Diff: nifi-nar-bundles/nifi-pulsar-bundle/nifi-pulsar-client-service/src/main/java/org/apache/nifi/pulsar/StandardPulsarClientPool.java --- @@ -0,0

[GitHub] nifi pull request #2614: Added Apache Pulsar Processors and Controller Servi...

2018-04-22 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2614#discussion_r183234539 --- Diff: nifi-nar-bundles/nifi-pulsar-bundle/nifi-pulsar-processors/src/main/java/org/apache/nifi/processors/pulsar/pubsub/ConsumePulsarRecord_1_X.java

[GitHub] nifi pull request #2614: Added Apache Pulsar Processors and Controller Servi...

2018-04-22 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2614#discussion_r183209099 --- Diff: nifi-nar-bundles/nifi-pulsar-bundle/nifi-pulsar-client-service/src/main/java/org/apache/nifi/pulsar/StandardPulsarClientPool.java --- @@ -0,0

[GitHub] nifi pull request #2614: Added Apache Pulsar Processors and Controller Servi...

2018-04-22 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2614#discussion_r183235033 --- Diff: nifi-nar-bundles/nifi-pulsar-bundle/nifi-pulsar-processors/src/main/java/org/apache/nifi/processors/pulsar/pubsub/PublishPulsarRecord_1_X.java

[GitHub] nifi pull request #2614: Added Apache Pulsar Processors and Controller Servi...

2018-04-22 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2614#discussion_r183234838 --- Diff: nifi-nar-bundles/nifi-pulsar-bundle/nifi-pulsar-processors/src/main/java/org/apache/nifi/processors/pulsar/pubsub/ConsumePulsar_1_X.java

[GitHub] nifi pull request #2614: Added Apache Pulsar Processors and Controller Servi...

2018-04-22 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2614#discussion_r183209046 --- Diff: nifi-nar-bundles/nifi-pulsar-bundle/nifi-pulsar-client-service/src/main/java/org/apache/nifi/pulsar/StandardPulsarClientPool.java --- @@ -0,0

[GitHub] nifi pull request #2614: Added Apache Pulsar Processors and Controller Servi...

2018-04-22 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2614#discussion_r183209071 --- Diff: nifi-nar-bundles/nifi-pulsar-bundle/nifi-pulsar-client-service/src/main/java/org/apache/nifi/pulsar/StandardPulsarClientPool.java --- @@ -0,0

[GitHub] nifi pull request #2614: Added Apache Pulsar Processors and Controller Servi...

2018-04-22 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2614#discussion_r183208835 --- Diff: nifi-nar-bundles/nifi-pulsar-bundle/nifi-pulsar-client-service-api/src/main/java/org/apache/nifi/pulsar/PulsarClientPool.java --- @@ -0,0

[GitHub] nifi issue #2614: Added Apache Pulsar Processors and Controller Service

2018-04-21 Thread MikeThomsen
Github user MikeThomsen commented on the issue: https://github.com/apache/nifi/pull/2614 @david-streamlio I'm in the processor of working through a code review now. In the mean time, I found that you did not add the NAR reference to nifi-assembly/pom.xml. Can you correct that? ---

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

2018-04-20 Thread MikeThomsen
Github user MikeThomsen commented on the issue: https://github.com/apache/nifi/pull/2561 @abhinavrohatgi30 You have a merge conflict in this branch. If you resolve it, I'll help @bbende finish the review. ---

[GitHub] nifi issue #2518: NIFI-4637 Added support for visibility labels to the HBase...

2018-04-20 Thread MikeThomsen
Github user MikeThomsen commented on the issue: https://github.com/apache/nifi/pull/2518 @ijokarumawak changes pushed. Ready for review. ---

[GitHub] nifi issue #2638: NIFI-5082: Added support for custom Oracle timestamp types...

2018-04-20 Thread MikeThomsen
Github user MikeThomsen commented on the issue: https://github.com/apache/nifi/pull/2638 +1 LGTM. Passed the build and it matches my rough understanding of the issues w/ Oracle as well. I'm good to merge this if you don't think it needs further review. ---

[GitHub] nifi issue #2518: NIFI-4637 Added support for visibility labels to the HBase...

2018-04-20 Thread MikeThomsen
Github user MikeThomsen commented on the issue: https://github.com/apache/nifi/pull/2518 @ijokarumawak Disregard that last comment. I apparently forgot to update the EL support. Will get that done today. ---

[GitHub] nifi issue #2518: NIFI-4637 Added support for visibility labels to the HBase...

2018-04-20 Thread MikeThomsen
Github user MikeThomsen commented on the issue: https://github.com/apache/nifi/pull/2518 @ijokarumawak New build pushed. Sorry about the squash commit wiping out the existing comments, but I had to do it in order to save time and stress on integrating the EL changes and things like

[GitHub] nifi pull request #2518: NIFI-4637 Added support for visibility labels to th...

2018-04-20 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2518#discussion_r183030677 --- Diff: nifi-nar-bundles/nifi-hbase-bundle/nifi-hbase-processors/src/test/java/org/apache/nifi/hbase/VisibilityIT.java --- @@ -0,0 +1,510

[GitHub] nifi pull request #2518: NIFI-4637 Added support for visibility labels to th...

2018-04-20 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2518#discussion_r183014568 --- Diff: nifi-nar-bundles/nifi-hbase-bundle/nifi-hbase-processors/src/main/java/org/apache/nifi/hbase/VisibilityFetchSupport.java --- @@ -0,0 +1,53

[GitHub] nifi issue #2518: NIFI-4637 Added support for visibility labels to the HBase...

2018-04-19 Thread MikeThomsen
Github user MikeThomsen commented on the issue: https://github.com/apache/nifi/pull/2518 @bbende @ijokarumawak To move that IT into the client test package, I have to upgrade the client's hbase-client dependency to 1.2.X from 1.1.X. Do you see anything wrong with doing that? At

[GitHub] nifi pull request #2518: NIFI-4637 Added support for visibility labels to th...

2018-04-19 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2518#discussion_r182806554 --- Diff: nifi-nar-bundles/nifi-hbase-bundle/nifi-hbase-processors/src/test/java/org/apache/nifi/hbase/VisibilityIT.java --- @@ -0,0 +1,510

[GitHub] nifi issue #2518: NIFI-4637 Added support for visibility labels to the HBase...

2018-04-19 Thread MikeThomsen
Github user MikeThomsen commented on the issue: https://github.com/apache/nifi/pull/2518 Thanks for jumping on this @ijokarumawak I'll try to find some time today to resolve and push a fix. ---

[GitHub] nifi pull request #2518: NIFI-4637 Added support for visibility labels to th...

2018-04-19 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2518#discussion_r182792431 --- Diff: nifi-nar-bundles/nifi-hbase-bundle/nifi-hbase-processors/src/main/java/org/apache/nifi/hbase/VisibilityFetchSupport.java --- @@ -0,0 +1,53

[GitHub] nifi pull request #2518: NIFI-4637 Added support for visibility labels to th...

2018-04-19 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2518#discussion_r182788174 --- Diff: nifi-nar-bundles/nifi-standard-services/nifi-hbase-client-service-api/src/main/java/org/apache/nifi/hbase/HBaseClientService.java

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

2018-04-17 Thread MikeThomsen
Github user MikeThomsen commented on the issue: https://github.com/apache/nifi/pull/2517 @JohannesDaniel Sounds good. Make sure it includes the request documentation as well. That's going to be a big deal in making this easy for new users to use. Thanks. ---

[GitHub] nifi issue #2572: NIFI-4952 Add EL support for JettyWebSocketClient and Jett...

2018-04-16 Thread MikeThomsen
Github user MikeThomsen commented on the issue: https://github.com/apache/nifi/pull/2572 @claudiu-stanciu I think this will be ready to merge once you get that change in. ---

[GitHub] nifi issue #2546: NIFI-4975 Add GridFS processors

2018-04-16 Thread MikeThomsen
Github user MikeThomsen commented on the issue: https://github.com/apache/nifi/pull/2546 @mattyb149 when I rebased this commit, I added fixes for the integration tests so they could run again with the new way of handling EL. ---

[GitHub] nifi issue #2636: NIFI-5062: Removed hbase-client dependecy from hbase bundl...

2018-04-16 Thread MikeThomsen
Github user MikeThomsen commented on the issue: https://github.com/apache/nifi/pull/2636 @zenfenan have you had a chance to run this against a live HBase cluster? ---

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

2018-04-16 Thread MikeThomsen
Github user MikeThomsen commented on the issue: https://github.com/apache/nifi/pull/2517 Have you had a chance to add the missing provenance tracking? ---

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

2018-04-13 Thread MikeThomsen
Github user MikeThomsen commented on the issue: https://github.com/apache/nifi/pull/2517 @JohannesDaniel I missed those tests for some reason. Basically I was just looking for something that goes into deep pagination behavior. Disregard for now. Thanks. ---

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

2018-04-13 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2517#discussion_r181499869 --- Diff: nifi-nar-bundles/nifi-solr-bundle/nifi-solr-processors/src/main/java/org/apache/nifi/processors/solr/QuerySolr.java --- @@ -0,0 +1,584

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

2018-04-13 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2517#discussion_r181499538 --- Diff: nifi-nar-bundles/nifi-solr-bundle/nifi-solr-processors/src/main/java/org/apache/nifi/processors/solr/QuerySolr.java --- @@ -0,0 +1,584

[GitHub] nifi issue #2601: NIFI-3576 Support for QueryInfo relationship, useful for n...

2018-04-13 Thread MikeThomsen
Github user MikeThomsen commented on the issue: https://github.com/apache/nifi/pull/2601 @ottobackwards Follow up from your reference to this in the `QuerySolr` PR... If you've got a use case where you need to get stats from ES, check out `JsonQueryElasticsearch`. It

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

2018-04-13 Thread MikeThomsen
Github user MikeThomsen commented on the issue: https://github.com/apache/nifi/pull/2517 @ottobackwards > @JohannesDaniel If there are no results from a page request, does that mean there is no output? I ask because I have a PR for that use case with QueryElasticsearchH

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

2018-04-13 Thread MikeThomsen
Github user MikeThomsen commented on the issue: https://github.com/apache/nifi/pull/2517 @JohannesDaniel I didn't see a test that tests deep pagination. If you don't have one, please add one. You can just throw garbage data in there like random strings. Also, you should ad

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

2018-04-13 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2517#discussion_r181360753 --- Diff: nifi-nar-bundles/nifi-solr-bundle/nifi-solr-processors/src/main/java/org/apache/nifi/processors/solr/QuerySolr.java --- @@ -0,0 +1,584

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

2018-04-13 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2517#discussion_r181359744 --- Diff: nifi-nar-bundles/nifi-solr-bundle/nifi-solr-processors/src/main/java/org/apache/nifi/processors/solr/QuerySolr.java --- @@ -0,0 +1,584

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

2018-04-13 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2517#discussion_r181360837 --- Diff: nifi-nar-bundles/nifi-solr-bundle/nifi-solr-processors/src/main/java/org/apache/nifi/processors/solr/QuerySolr.java --- @@ -0,0 +1,584

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

2018-04-13 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2517#discussion_r181360808 --- Diff: nifi-nar-bundles/nifi-solr-bundle/nifi-solr-processors/src/main/java/org/apache/nifi/processors/solr/QuerySolr.java --- @@ -0,0 +1,584

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

2018-04-13 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2517#discussion_r181354337 --- Diff: nifi-nar-bundles/nifi-solr-bundle/nifi-solr-processors/src/main/resources/docs/org/apache/nifi/processors/solr/QuerySolr/additionalDetails.html

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

2018-04-13 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2517#discussion_r181359931 --- Diff: nifi-nar-bundles/nifi-solr-bundle/nifi-solr-processors/src/main/java/org/apache/nifi/processors/solr/QuerySolr.java --- @@ -0,0 +1,584

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

2018-04-13 Thread MikeThomsen
Github user MikeThomsen commented on the issue: https://github.com/apache/nifi/pull/2517 Ok. Verified with a test run that it appears to run fine against a vanilla Solr installation. Docker: `docker run --name testsolr -p 8983:8983 solr:latest solr-demo

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

2018-04-13 Thread MikeThomsen
Github user MikeThomsen commented on the issue: https://github.com/apache/nifi/pull/2517 > should be an expectation that there is some commonality between them. Solr and ES are increasingly used for different use cases these days. Solr tends to be more commonly used for p

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

2018-04-12 Thread MikeThomsen
Github user MikeThomsen commented on the issue: https://github.com/apache/nifi/pull/2517 Builds just fine for me locally. If you're still having build problems, try deleting everything under org/apache/nifi from .m2/repository in your home folder. ---

[GitHub] nifi issue #2616: NIFI-5052 Added DeleteByQuery ElasticSearch processor.

2018-04-12 Thread MikeThomsen
Github user MikeThomsen commented on the issue: https://github.com/apache/nifi/pull/2616 Thanks @zenfenan @mattyb149 @pvillard31 What do you think? Ready to merge? ---

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

2018-04-12 Thread MikeThomsen
Github user MikeThomsen commented on the issue: https://github.com/apache/nifi/pull/2517 Ok. I'll take a look and let you know sometime in a little while. Got some other things on my plate at the moment. ---

[GitHub] nifi issue #2616: NIFI-5052 Added DeleteByQuery ElasticSearch processor.

2018-04-12 Thread MikeThomsen
Github user MikeThomsen commented on the issue: https://github.com/apache/nifi/pull/2616 @zenfenan Done. Do you have commit privileges? Had to ask because I'm not sure how up to date the team page is on apache.org. ---

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

2018-04-12 Thread MikeThomsen
Github user MikeThomsen commented on the issue: https://github.com/apache/nifi/pull/2517 @JohannesDaniel also, you don't need to wait for a new build to push the changes. Overwriting everything will schedule the job to be killed and a new one started. ---

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

2018-04-12 Thread MikeThomsen
Github user MikeThomsen commented on the issue: https://github.com/apache/nifi/pull/2517 @JohannesDaniel nope. If you did a rebase, those new commits would be behind your commits, not merged ahead of them. What a rebase does is it sets aside your commits, brings the base pointer for

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

2018-04-12 Thread MikeThomsen
Github user MikeThomsen commented on the issue: https://github.com/apache/nifi/pull/2517 @JohannesDaniel see my earlier comment about rebasing. You **cannot** just do `git merge master` into another branch like that since master is the foundation of that branch. Don't worry, t

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

2018-04-12 Thread MikeThomsen
Github user MikeThomsen commented on the issue: https://github.com/apache/nifi/pull/2517 @JohannesDaniel go ahead and check in the change even if it's broken. I'll help take a look. ---

[GitHub] nifi pull request #2546: NIFI-4975 Add GridFS processors

2018-04-12 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2546#discussion_r181038091 --- Diff: nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-processors/src/main/java/org/apache/nifi/processors/mongodb/QueryHelper.java --- @@ -0,0

[GitHub] nifi pull request #2546: NIFI-4975 Add GridFS processors

2018-04-12 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2546#discussion_r181036257 --- Diff: nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-processors/src/main/java/org/apache/nifi/processors/mongodb/gridfs/DeleteGridFS.java

[GitHub] nifi pull request #2546: NIFI-4975 Add GridFS processors

2018-04-12 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2546#discussion_r181035977 --- Diff: nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-processors/src/main/java/org/apache/nifi/processors/mongodb/gridfs/AbstractGridFSProcessor.java

[GitHub] nifi pull request #2546: NIFI-4975 Add GridFS processors

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

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

2018-04-11 Thread MikeThomsen
Github user MikeThomsen commented on the issue: https://github.com/apache/nifi/pull/2517 Do this: 1. git checkout master 2. git pull upstream master (whatever you call github.com/apache/nifi master) 3. git checkout NIFI-4516 4. git rebase master 5. git push

[GitHub] nifi pull request #2616: NIFI-5052 Added DeleteByQuery ElasticSearch process...

2018-04-11 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2616#discussion_r180870902 --- Diff: nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-restapi-processors/src/main/java/org/apache/nifi/processors/elasticsearch

[GitHub] nifi pull request #2616: NIFI-5052 Added DeleteByQuery ElasticSearch process...

2018-04-11 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2616#discussion_r180870831 --- Diff: nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service/pom.xml --- @@ -69,11 +69,11 @@ 2.6

[GitHub] nifi pull request #2616: NIFI-5052 Added DeleteByQuery ElasticSearch process...

2018-04-11 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2616#discussion_r180870941 --- Diff: nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-restapi-processors/src/main/java/org/apache/nifi/processors/elasticsearch

[GitHub] nifi pull request #2616: NIFI-5052 Added DeleteByQuery ElasticSearch process...

2018-04-11 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2616#discussion_r180870855 --- Diff: nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service/pom.xml --- @@ -137,7 +149,7

[GitHub] nifi pull request #2616: NIFI-5052 Added DeleteByQuery ElasticSearch process...

2018-04-11 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2616#discussion_r180870705 --- Diff: nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-restapi-processors/src/main/java/org/apache/nifi/processors/elasticsearch

[GitHub] nifi issue #2562: NIFI-4927 - InfluxDB Query Processor

2018-04-11 Thread MikeThomsen
Github user MikeThomsen commented on the issue: https://github.com/apache/nifi/pull/2562 @timhallinflux Based on my extremely limited knowledge of what InfluxDB can do, I don't know if even the U or D from CRUD are really applicable to InfluxDB for example. What I'd like

[GitHub] nifi issue #2562: NIFI-4927 - InfluxDB Query Processor

2018-04-11 Thread MikeThomsen
Github user MikeThomsen commented on the issue: https://github.com/apache/nifi/pull/2562 @timhallinflux if you don't mind, please take some time to think about additional NiFi-related use cases and either post them to the dev mailing list or add them as Jira tickets. ---

[GitHub] nifi issue #2541: Exception in thread "main" java.lang.NoClassDefFoundError:...

2018-04-11 Thread MikeThomsen
Github user MikeThomsen commented on the issue: https://github.com/apache/nifi/pull/2541 @jonyosn To clarify a bit, the reason why this is the wrong venue for your issue is that this is for proposed changes to NiFi. The majority of the community will never see the issues you have and

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

2018-04-11 Thread MikeThomsen
Github user MikeThomsen commented on the issue: https://github.com/apache/nifi/pull/2517 @JohannesDaniel just do a rebase against master. You shouldn't use `git merge master` for something like this. If you want to do a big squash event to make the rebase easier, go ahead. ---

[GitHub] nifi issue #2541: Exception in thread "main" java.lang.NoClassDefFoundError:...

2018-04-11 Thread MikeThomsen
Github user MikeThomsen commented on the issue: https://github.com/apache/nifi/pull/2541 @jonyosn Please close this. I don't see any patch from you, and this is not the place to raise an issue. If you need help, you can go to the user mailing list found on [the NiFi website]

[GitHub] nifi pull request #2572: NIFI-4952 Add EL support for JettyWebSocketClient a...

2018-04-11 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2572#discussion_r180735170 --- Diff: nifi-nar-bundles/nifi-websocket-bundle/nifi-websocket-services-jetty/src/main/java/org/apache/nifi/websocket/jetty/JettyWebSocketClient.java

[GitHub] nifi pull request #2625: NIFI-5049 Fix handling of Phonenix datetime columns

2018-04-11 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2625#discussion_r180727687 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard

[GitHub] nifi pull request #2625: NIFI-5049 Fix handling of Phonenix datetime columns

2018-04-11 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2625#discussion_r180728070 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/QueryDatabaseTable.java

<    3   4   5   6   7   8   9   10   11   12   >