[GitHub] nifi pull request #2181: NIFI-4428: - Implement PutDruid Processor and Contr...

2018-02-01 Thread vakshorton
Github user vakshorton closed the pull request at: https://github.com/apache/nifi/pull/2181 ---

[GitHub] nifi issue #2310: NIFI-4428: Add PutDruidRecord processor and DruidTranquili...

2017-12-28 Thread vakshorton
Github user vakshorton commented on the issue: https://github.com/apache/nifi/pull/2310 @MikeThomsen There is an indexing service that works with Kafka. However, for high volume use cases, this requires a lot of Kafka resources just to ingest data into Druid. Presumably, all that

[GitHub] nifi issue #2310: NIFI-4428: Add PutDruidRecord processor and DruidTranquili...

2017-12-21 Thread vakshorton
Github user vakshorton commented on the issue: https://github.com/apache/nifi/pull/2310 @pvillard31 You are likely seeing a lot of dropped events because the timestamps in the events are out of synch with the server clock. If your segment granularity is set to 10 minutes, late window

[GitHub] nifi issue #2181: NIFI-4428: - Implement PutDruid Processor and Controller

2017-11-14 Thread vakshorton
Github user vakshorton commented on the issue: https://github.com/apache/nifi/pull/2181 @mattyb149 As Druid is optimized for OLAP it does not work as an OLTP datastore, The REST API of Druid is for querying and obtaining meta data (like segment schema and time interval), it does not

[GitHub] nifi issue #2181: NIFI-4428: - Implement PutDruid Processor and Controller

2017-11-14 Thread vakshorton
Github user vakshorton commented on the issue: https://github.com/apache/nifi/pull/2181 @MikeThomsen quick start instructions are here [http://druid.io/docs/latest/tutorials/quickstart.html](url). Let me know if you have questions. ---

[GitHub] nifi pull request #2181: NIFI-4428: - Implement PutDruid Processor and Contr...

2017-10-11 Thread vakshorton
Github user vakshorton commented on a diff in the pull request: https://github.com/apache/nifi/pull/2181#discussion_r144169649 --- Diff: nifi-nar-bundles/nifi-druid-bundle/nifi-druid-processors/src/main/java/org/apache/nifi/processors/PutDruid.java --- @@ -0,0 +1,206

[GitHub] nifi pull request #2181: NIFI-4428: - Implement PutDruid Processor and Contr...

2017-10-11 Thread vakshorton
Github user vakshorton commented on a diff in the pull request: https://github.com/apache/nifi/pull/2181#discussion_r144168218 --- Diff: nifi-nar-bundles/nifi-druid-bundle/nifi-druid-processors/src/main/java/org/apache/nifi/processors/PutDruid.java --- @@ -0,0 +1,206

[GitHub] nifi pull request #2181: NIFI-4428: - Implement PutDruid Processor and Contr...

2017-10-11 Thread vakshorton
Github user vakshorton commented on a diff in the pull request: https://github.com/apache/nifi/pull/2181#discussion_r144166799 --- Diff: nifi-nar-bundles/nifi-druid-bundle/nifi-druid-processors/src/main/java/org/apache/nifi/processors/PutDruid.java --- @@ -0,0 +1,206

[GitHub] nifi pull request #2181: NIFI-4428: - Implement PutDruid Processor and Contr...

2017-10-11 Thread vakshorton
Github user vakshorton commented on a diff in the pull request: https://github.com/apache/nifi/pull/2181#discussion_r144165948 --- Diff: nifi-nar-bundles/nifi-druid-bundle/nifi-druid-controller-service/src/main/java/org/apache/nifi/controller/DruidTranquilityController.java

[GitHub] nifi pull request #2181: NIFI-4428: - Implement PutDruid Processor and Contr...

2017-10-11 Thread vakshorton
Github user vakshorton commented on a diff in the pull request: https://github.com/apache/nifi/pull/2181#discussion_r144165848 --- Diff: nifi-nar-bundles/nifi-druid-bundle/nifi-druid-controller-service/src/main/java/org/apache/nifi/controller/DruidTranquilityController.java

[GitHub] nifi pull request #2181: NIFI-4428: - Implement PutDruid Processor and Contr...

2017-10-11 Thread vakshorton
Github user vakshorton commented on a diff in the pull request: https://github.com/apache/nifi/pull/2181#discussion_r144165881 --- Diff: nifi-nar-bundles/nifi-druid-bundle/nifi-druid-controller-service/src/main/java/org/apache/nifi/controller/DruidTranquilityController.java

[GitHub] nifi pull request #2181: NIFI-4428: - Implement PutDruid Processor and Contr...

2017-10-11 Thread vakshorton
Github user vakshorton commented on a diff in the pull request: https://github.com/apache/nifi/pull/2181#discussion_r144165757 --- Diff: nifi-nar-bundles/nifi-druid-bundle/nifi-druid-controller-service-api-nar/pom.xml --- @@ -0,0 +1,37 @@ + + +http://maven.apache.org

[GitHub] nifi pull request #2181: NIFI-4428: - Implement PutDruid Processor and Contr...

2017-10-11 Thread vakshorton
Github user vakshorton commented on a diff in the pull request: https://github.com/apache/nifi/pull/2181#discussion_r144165557 --- Diff: nifi-nar-bundles/nifi-druid-bundle/nifi-druid-bundle-nar/pom.xml --- @@ -0,0 +1,39 @@ + + +http://maven.apache.org/POM/4.0.0

[GitHub] nifi pull request #2181: NIFI-4428: - Implement PutDruid Processor and Contr...

2017-10-11 Thread vakshorton
Github user vakshorton commented on a diff in the pull request: https://github.com/apache/nifi/pull/2181#discussion_r144160007 --- Diff: nifi-nar-bundles/nifi-druid-bundle/nifi-druid-processors/src/main/java/org/apache/nifi/processors/PutDruid.java --- @@ -0,0 +1,206

[GitHub] nifi pull request #2181: NIFI-4428: - Implement PutDruid Processor and Contr...

2017-10-11 Thread vakshorton
Github user vakshorton commented on a diff in the pull request: https://github.com/apache/nifi/pull/2181#discussion_r144159450 --- Diff: nifi-nar-bundles/nifi-druid-bundle/nifi-druid-controller-service/src/main/java/org/apache/nifi/controller/DruidTranquilityController.java

[GitHub] nifi pull request #2181: NIFI-4428: - Implement PutDruid Processor and Contr...

2017-09-27 Thread vakshorton
GitHub user vakshorton opened a pull request: https://github.com/apache/nifi/pull/2181 NIFI-4428: - Implement PutDruid Processor and Controller Thank you for submitting a contribution to Apache NiFi. In order to streamline the review of the contribution we ask you to