[jira] [Commented] (NIFI-5017) ConvertExcelToCSVProcessor should Support Expression Language for Number of Rows to Skip and Columns To Skip

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

[GitHub] nifi pull request #2597: NIFI-5017 expression language support for rows and ...

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

[jira] [Commented] (NIFI-5017) ConvertExcelToCSVProcessor should Support Expression Language for Number of Rows to Skip and Columns To Skip

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

[jira] [Resolved] (NIFI-5017) ConvertExcelToCSVProcessor should Support Expression Language for Number of Rows to Skip and Columns To Skip

2018-03-30 Thread Pierre Villard (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard resolved NIFI-5017. -- Resolution: Fixed Fix Version/s: 1.7.0 > ConvertExcelToCSVProcessor should Support

[jira] [Created] (MINIFICPP-447) hostname(true) fails in updateAttribute processor

2018-03-30 Thread Tom Burton (JIRA)
Tom Burton created MINIFICPP-447: Summary: hostname(true) fails in updateAttribute processor Key: MINIFICPP-447 URL: https://issues.apache.org/jira/browse/MINIFICPP-447 Project: NiFi MiNiFi C++

[jira] [Commented] (NIFI-4637) Add support for HBase visibility labels to HBase processors and controller services

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

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

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

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

2018-03-30 Thread MikeThomsen
Github user MikeThomsen commented on the issue: https://github.com/apache/nifi/pull/2518 @joshelser Unrelated to this... Would you be open to a code review in the future (months away at least) if I were to start adding Accumulo support? ---

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

2018-03-30 Thread zenfenan
Github user zenfenan commented on the issue: https://github.com/apache/nifi/pull/2509 @markap14 Applied the changes and also rebased against the latest master. ---

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

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

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

2018-03-30 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2518#discussion_r178304287 --- Diff: nifi-nar-bundles/nifi-hbase-bundle/nifi-hbase-processors/pom.xml --- @@ -79,6 +80,73 @@ test +

[jira] [Commented] (NIFI-4637) Add support for HBase visibility labels to HBase processors and controller services

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

[jira] [Commented] (NIFI-4637) Add support for HBase visibility labels to HBase processors and controller services

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

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

2018-03-30 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2518#discussion_r178304323 --- Diff: nifi-nar-bundles/nifi-hbase-bundle/nifi-hbase-processors/src/main/java/org/apache/nifi/hbase/AbstractPutHBase.java --- @@ -63,6 +64,17 @@

[GitHub] nifi issue #2585: NIFI-5019 - Added HTTP 'basic' authentication to ListenHTT...

2018-03-30 Thread zenfenan
Github user zenfenan commented on the issue: https://github.com/apache/nifi/pull/2585 @sbouchex Also please ensure that you run with `contrib-check` profile enabled i.e `mvn clean install -Pcontrib-check`. It has 60 checkstyle violations ---

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

2018-03-30 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2562#discussion_r178330089 --- Diff: nifi-nar-bundles/nifi-influxdb-bundle/nifi-influxdb-processors/src/test/java/org/apache/nifi/processors/influxdb/AbstractITInfluxDB.java ---

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

2018-03-30 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2562#discussion_r178329874 --- Diff: nifi-nar-bundles/nifi-influxdb-bundle/nifi-influxdb-processors/src/main/java/org/apache/nifi/processors/influxdb/ExecuteInfluxDBQuery.java ---

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

2018-03-30 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2562#discussion_r178328792 --- Diff: nifi-nar-bundles/nifi-influxdb-bundle/nifi-influxdb-processors/src/main/java/org/apache/nifi/processors/influxdb/ExecuteInfluxDBQuery.java ---

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

2018-03-30 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2562#discussion_r178329491 --- Diff: nifi-nar-bundles/nifi-influxdb-bundle/nifi-influxdb-processors/src/main/java/org/apache/nifi/processors/influxdb/ExecuteInfluxDBQuery.java ---

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

2018-03-30 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2562#discussion_r178329293 --- Diff: nifi-nar-bundles/nifi-influxdb-bundle/nifi-influxdb-processors/src/main/java/org/apache/nifi/processors/influxdb/ExecuteInfluxDBQuery.java ---

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

2018-03-30 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2562#discussion_r178328269 --- Diff: nifi-nar-bundles/nifi-influxdb-bundle/nifi-influxdb-processors/src/main/java/org/apache/nifi/processors/influxdb/ExecuteInfluxDBQuery.java ---

[jira] [Commented] (NIFI-4927) Create InfluxDB Query Processor

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

[jira] [Commented] (NIFI-4927) Create InfluxDB Query Processor

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

[jira] [Commented] (NIFI-4927) Create InfluxDB Query Processor

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

[jira] [Commented] (NIFI-4927) Create InfluxDB Query Processor

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

[jira] [Commented] (NIFI-4927) Create InfluxDB Query Processor

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

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

2018-03-30 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2562#discussion_r178327791 --- Diff: nifi-nar-bundles/nifi-influxdb-bundle/nifi-influxdb-processors/src/main/java/org/apache/nifi/processors/influxdb/ExecuteInfluxDBQuery.java ---

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

2018-03-30 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2562#discussion_r178328915 --- Diff: nifi-nar-bundles/nifi-influxdb-bundle/nifi-influxdb-processors/src/main/java/org/apache/nifi/processors/influxdb/ExecuteInfluxDBQuery.java ---

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

2018-03-30 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2562#discussion_r178330389 --- Diff: nifi-nar-bundles/nifi-influxdb-bundle/nifi-influxdb-processors/src/test/java/org/apache/nifi/processors/influxdb/ITExecuteInfluxDBQuery.java ---

[jira] [Commented] (NIFI-4927) Create InfluxDB Query Processor

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

[jira] [Commented] (NIFI-4927) Create InfluxDB Query Processor

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

[jira] [Commented] (NIFI-4927) Create InfluxDB Query Processor

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

[jira] [Commented] (NIFI-4927) Create InfluxDB Query Processor

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

[jira] [Commented] (NIFI-4927) Create InfluxDB Query Processor

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

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

2018-03-30 Thread MikeThomsen
Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2562#discussion_r178330604 --- Diff: nifi-nar-bundles/nifi-influxdb-bundle/nifi-influxdb-processors/src/test/java/org/apache/nifi/processors/influxdb/ITExecuteInfluxDBQuery.java ---

[jira] [Created] (NIFI-5034) Error in Controller Service with dynamic property in Cluster environment

2018-03-30 Thread Mark Bean (JIRA)
Mark Bean created NIFI-5034: --- Summary: Error in Controller Service with dynamic property in Cluster environment Key: NIFI-5034 URL: https://issues.apache.org/jira/browse/NIFI-5034 Project: Apache NiFi

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

2018-03-30 Thread MikeThomsen
Github user MikeThomsen commented on the issue: https://github.com/apache/nifi/pull/2562 Verified that both flows work against the Docker Compose configuration. Looking very good so far. ---

[jira] [Commented] (NIFI-4927) Create InfluxDB Query Processor

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

[jira] [Commented] (NIFI-5018) basic snap-to-grid feature for UI

2018-03-30 Thread Ryan Bower (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5018?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16420645#comment-16420645 ] Ryan Bower commented on NIFI-5018: -- I will work on that today!   > basic snap-to-grid feature for UI >