[jira] [Commented] (NIFI-4516) Add FetchSolr processor

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

[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

[jira] [Updated] (NIFI-5070) java.sql.SQLException: ERROR 1101 (XCL01): ResultSet is closed

2018-04-11 Thread Matt Burgess (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5070?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-5070: --- Affects Version/s: (was: 1.6.0) > java.sql.SQLException: ERROR 1101 (XCL01): ResultSet is closed >

[jira] [Updated] (NIFI-5070) java.sql.SQLException: ERROR 1101 (XCL01): ResultSet is closed

2018-04-11 Thread Matt Burgess (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5070?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-5070: --- Status: Patch Available (was: Open) > java.sql.SQLException: ERROR 1101 (XCL01): ResultSet is closed

[jira] [Commented] (NIFI-4975) Add support for MongoDB GridFS

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

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

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

[jira] [Commented] (NIFI-4975) Add support for MongoDB GridFS

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

[jira] [Commented] (NIFI-4975) Add support for MongoDB GridFS

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

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

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

[jira] [Commented] (NIFI-4975) Add support for MongoDB GridFS

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

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

2018-04-11 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/2546#discussion_r180937998 --- 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-11 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/2546#discussion_r180937862 --- Diff: nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-processors/src/main/java/org/apache/nifi/processors/mongodb/QueryHelper.java --- @@ -0,0 +1,67

[jira] [Updated] (NIFI-4975) Add support for MongoDB GridFS

2018-04-11 Thread Matt Burgess (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4975?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-4975: --- Status: Patch Available (was: Open) > Add support for MongoDB GridFS > --

[jira] [Commented] (NIFI-5070) java.sql.SQLException: ERROR 1101 (XCL01): ResultSet is closed

2018-04-11 Thread Gardella Juan Pablo (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16434740#comment-16434740 ] Gardella Juan Pablo commented on NIFI-5070: --- Patch available. > java.sql.SQLException: ERROR

[GitHub] nifi pull request #2629: NIFI-5070 Fix java.sql.SQLException: ERROR 1101 (XC...

2018-04-11 Thread gardellajuanpablo
GitHub user gardellajuanpablo opened a pull request: https://github.com/apache/nifi/pull/2629 NIFI-5070 Fix java.sql.SQLException: ERROR 1101 (XCL01): ResultSet is… … closed Discovered on Phoenix Database by using QueryDatabaseTable processor. The fix consists on

[jira] [Commented] (NIFI-5070) java.sql.SQLException: ERROR 1101 (XCL01): ResultSet is closed

2018-04-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16434738#comment-16434738 ] ASF GitHub Bot commented on NIFI-5070: -- GitHub user gardellajuanpablo opened a pull request:

[jira] [Updated] (MINIFICPP-450) Provide consumers with the ability to put metrics into a local tsdb to send off device

2018-04-11 Thread marco polo (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] marco polo updated MINIFICPP-450: - Description: Metrics can be gathered but are dropped when the device goes offline. Provide a

[jira] [Commented] (NIFI-4516) Add FetchSolr processor

2018-04-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16434594#comment-16434594 ] ASF GitHub Bot commented on NIFI-4516: -- Github user JohannesDaniel commented on the issue:

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

2018-04-11 Thread JohannesDaniel
Github user JohannesDaniel commented on the issue: https://github.com/apache/nifi/pull/2517 @MikeThomsen rebased everything, build for solr processors works without any problems. however, when I try to build the whole application, I receive the following error: [ERROR] Failed to

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

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

[GitHub] nifi pull request #2509: NIFI-543 Added annotation to indicate processor sho...

2018-04-11 Thread mcgilman
Github user mcgilman commented on a diff in the pull request: https://github.com/apache/nifi/pull/2509#discussion_r18094 --- Diff: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-processor-configuration.js --- @@

[jira] [Commented] (NIFI-4997) Actions taken on process groups do not appear in flow configuration history

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

[GitHub] nifi pull request #2626: NIFI-4997: Fixing process group audit advice

2018-04-11 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi/pull/2626 ---

[jira] [Commented] (NIFI-4997) Actions taken on process groups do not appear in flow configuration history

2018-04-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16434513#comment-16434513 ] ASF GitHub Bot commented on NIFI-4997: -- Github user markap14 commented on the issue:

[jira] [Commented] (NIFI-4997) Actions taken on process groups do not appear in flow configuration history

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

[GitHub] nifi issue #2626: NIFI-4997: Fixing process group audit advice

2018-04-11 Thread markap14
Github user markap14 commented on the issue: https://github.com/apache/nifi/pull/2626 @mcgilman thanks, this definitely simplifies the code a lot, too, and makes it more consistent. Was able to verify starting/stopping process groups/individual components. Was able to verify changing

[jira] [Commented] (NIFI-5060) UpdateRecord substringAfter and substringAfterLast only increments by 1

2018-04-11 Thread Pierre Villard (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16434468#comment-16434468 ] Pierre Villard commented on NIFI-5060: -- Hi [~ioneethling], welcome in the NiFi community and thanks

[jira] [Commented] (NIFI-4942) NiFi Toolkit - Allow migration of master key without previous password

2018-04-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4942?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16434457#comment-16434457 ] ASF GitHub Bot commented on NIFI-4942: -- Github user YolandaMDavis commented on the issue:

[GitHub] nifi issue #2628: NIFI-4942 Add capability for encrypt-config tool to use se...

2018-04-11 Thread YolandaMDavis
Github user YolandaMDavis commented on the issue: https://github.com/apache/nifi/pull/2628 @alopresto thanks for addressing this, happy to review. It does look like Travis is failing on a ratcheck related error in nifi-toolkit-encrypt-config ---

[jira] [Commented] (NIFI-5052) Create a "delete by query" ElasticSearch processor

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

[jira] [Commented] (NIFI-5052) Create a "delete by query" ElasticSearch processor

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

[jira] [Commented] (NIFI-5052) Create a "delete by query" ElasticSearch processor

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

[jira] [Commented] (NIFI-5052) Create a "delete by query" ElasticSearch processor

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

[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:

[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:

[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 @@

[jira] [Commented] (NIFI-5052) Create a "delete by query" ElasticSearch processor

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

[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:

[jira] [Created] (MINIFICPP-450) Provide consumers with the ability to put metrics into a local tsdb to send off device

2018-04-11 Thread marco polo (JIRA)
marco polo created MINIFICPP-450: Summary: Provide consumers with the ability to put metrics into a local tsdb to send off device Key: MINIFICPP-450 URL: https://issues.apache.org/jira/browse/MINIFICPP-450

[jira] [Commented] (NIFI-4809) Implement a SiteToSiteMetricsReportingTask

2018-04-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4809?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16434421#comment-16434421 ] ASF GitHub Bot commented on NIFI-4809: -- Github user mattyb149 commented on the issue:

[jira] [Updated] (NIFI-4809) Implement a SiteToSiteMetricsReportingTask

2018-04-11 Thread Matt Burgess (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4809?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-4809: --- Status: Patch Available (was: Reopened) > Implement a SiteToSiteMetricsReportingTask >

[jira] [Commented] (NIFI-4809) Implement a SiteToSiteMetricsReportingTask

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

[jira] [Updated] (NIFI-4809) Implement a SiteToSiteMetricsReportingTask

2018-04-11 Thread Matt Burgess (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4809?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-4809: --- Fix Version/s: 1.7.0 > Implement a SiteToSiteMetricsReportingTask >

[jira] [Commented] (NIFI-4809) Implement a SiteToSiteMetricsReportingTask

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

[GitHub] nifi pull request #2575: NIFI-4809 - Implement a SiteToSiteMetricsReportingT...

2018-04-11 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi/pull/2575 ---

[jira] [Updated] (NIFI-4809) Implement a SiteToSiteMetricsReportingTask

2018-04-11 Thread Matt Burgess (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4809?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-4809: --- Resolution: Fixed Status: Resolved (was: Patch Available) > Implement a

[GitHub] nifi issue #2575: NIFI-4809 - Implement a SiteToSiteMetricsReportingTask

2018-04-11 Thread mattyb149
Github user mattyb149 commented on the issue: https://github.com/apache/nifi/pull/2575 +1 LGTM, ran full build with unit tests and tried Ambari Format as well as Record Format with an AvroRecordSetWriter. Verified the records are in the prescribed format and the standard S2S

[jira] [Commented] (NIFI-4942) NiFi Toolkit - Allow migration of master key without previous password

2018-04-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4942?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16434409#comment-16434409 ] ASF GitHub Bot commented on NIFI-4942: -- Github user alopresto commented on the issue:

[GitHub] nifi issue #2628: NIFI-4942 Add capability for encrypt-config tool to use se...

2018-04-11 Thread alopresto
Github user alopresto commented on the issue: https://github.com/apache/nifi/pull/2628 Here are some instructions and expected outputs to demonstrate that the tool works as intended: ``` # CD to $NIFI_HOME/conf because secure_hash.key must be written to immediate

[jira] [Commented] (NIFI-4942) NiFi Toolkit - Allow migration of master key without previous password

2018-04-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4942?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16434408#comment-16434408 ] ASF GitHub Bot commented on NIFI-4942: -- GitHub user alopresto opened a pull request:

[GitHub] nifi pull request #2628: NIFI-4942 Add capability for encrypt-config tool to...

2018-04-11 Thread alopresto
GitHub user alopresto opened a pull request: https://github.com/apache/nifi/pull/2628 NIFI-4942 Add capability for encrypt-config tool to use securely hashed key/password for demonstration of previous knowledge Thank you for submitting a contribution to Apache NiFi. In

[jira] [Commented] (NIFI-4809) Implement a SiteToSiteMetricsReportingTask

2018-04-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4809?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16434300#comment-16434300 ] ASF GitHub Bot commented on NIFI-4809: -- Github user pvillard31 commented on the issue:

[GitHub] nifi issue #2575: NIFI-4809 - Implement a SiteToSiteMetricsReportingTask

2018-04-11 Thread pvillard31
Github user pvillard31 commented on the issue: https://github.com/apache/nifi/pull/2575 Done, thanks @mattyb149 ! ---

[jira] [Resolved] (MINIFICPP-449) Allow cURL to be built and statically linked

2018-04-11 Thread Andrew Christianson (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Christianson resolved MINIFICPP-449. --- Resolution: Fixed > Allow cURL to be built and statically linked >

[jira] [Assigned] (NIFI-5066) Support enable and disable component action when multiple components selected or when selecting a process group.

2018-04-11 Thread Matt Gilman (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Gilman reassigned NIFI-5066: - Assignee: Matt Gilman > Support enable and disable component action when multiple components

[jira] [Resolved] (NIFI-5074) Add section to User Guide explaining how variables are captured when versioning a PG

2018-04-11 Thread Pierre Villard (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard resolved NIFI-5074. -- Resolution: Fixed Fix Version/s: 1.7.0 > Add section to User Guide explaining how

[jira] [Commented] (NIFI-5074) Add section to User Guide explaining how variables are captured when versioning a PG

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

[jira] [Commented] (NIFI-5074) Add section to User Guide explaining how variables are captured when versioning a PG

2018-04-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16434210#comment-16434210 ] ASF GitHub Bot commented on NIFI-5074: -- Github user pvillard31 commented on the issue:

[GitHub] nifi pull request #2627: NIFI-5074 Added section Variables in Versioned Flow...

2018-04-11 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi/pull/2627 ---

[jira] [Commented] (NIFI-5074) Add section to User Guide explaining how variables are captured when versioning a PG

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

[GitHub] nifi issue #2627: NIFI-5074 Added section Variables in Versioned Flows to Us...

2018-04-11 Thread pvillard31
Github user pvillard31 commented on the issue: https://github.com/apache/nifi/pull/2627 +1, merging to master, thanks @andrewmlim ---

[jira] [Commented] (NIFI-5052) Create a "delete by query" ElasticSearch processor

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

[jira] [Commented] (NIFI-5052) Create a "delete by query" ElasticSearch processor

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

[jira] [Commented] (NIFI-5052) Create a "delete by query" ElasticSearch processor

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

[jira] [Commented] (NIFI-5052) Create a "delete by query" ElasticSearch processor

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

[jira] [Commented] (NIFI-5052) Create a "delete by query" ElasticSearch processor

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

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

2018-04-11 Thread zenfenan
Github user zenfenan commented on a diff in the pull request: https://github.com/apache/nifi/pull/2616#discussion_r180815675 --- 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 zenfenan
Github user zenfenan commented on a diff in the pull request: https://github.com/apache/nifi/pull/2616#discussion_r180822675 --- Diff:

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

2018-04-11 Thread zenfenan
Github user zenfenan commented on a diff in the pull request: https://github.com/apache/nifi/pull/2616#discussion_r180815175 --- Diff:

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

2018-04-11 Thread zenfenan
Github user zenfenan commented on a diff in the pull request: https://github.com/apache/nifi/pull/2616#discussion_r180821403 --- Diff:

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

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

[jira] [Commented] (MINIFICPP-449) Allow cURL to be built and statically linked

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

[GitHub] nifi-minifi-cpp pull request #296: MINIFICPP-449 Add cURL external project b...

2018-04-11 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi-minifi-cpp/pull/296 ---

[GitHub] nifi pull request #2627: NIFI-5074 Added section Variables in Versioned Flow...

2018-04-11 Thread andrewmlim
GitHub user andrewmlim opened a pull request: https://github.com/apache/nifi/pull/2627 NIFI-5074 Added section Variables in Versioned Flows to User Guide You can merge this pull request into a Git repository by running: $ git pull https://github.com/andrewmlim/nifi NIFI-5074

[jira] [Commented] (NIFI-5074) Add section to User Guide explaining how variables are captured when versioning a PG

2018-04-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16434137#comment-16434137 ] ASF GitHub Bot commented on NIFI-5074: -- GitHub user andrewmlim opened a pull request:

[jira] [Closed] (NIFIREG-133) [Documentation] Explain how variables are captured when versioning a PG

2018-04-11 Thread Andrew Lim (JIRA)
[ https://issues.apache.org/jira/browse/NIFIREG-133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Lim closed NIFIREG-133. -- Resolution: Duplicate Adding this documentation to the NiFi User Guide via NIFI-5074. >

[jira] [Assigned] (NIFI-5074) Add section to User Guide explaining how variables are captured when versioning a PG

2018-04-11 Thread Andrew Lim (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-5074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Lim reassigned NIFI-5074: Assignee: Andrew Lim > Add section to User Guide explaining how variables are captured when >

[jira] [Created] (NIFI-5074) Add section to User Guide explaining how variables are captured when versioning a PG

2018-04-11 Thread Andrew Lim (JIRA)
Andrew Lim created NIFI-5074: Summary: Add section to User Guide explaining how variables are captured when versioning a PG Key: NIFI-5074 URL: https://issues.apache.org/jira/browse/NIFI-5074 Project:

[GitHub] nifi-minifi-cpp pull request #297: MINIFICPP-446 Add escape/unescape HTML3 E...

2018-04-11 Thread achristianson
GitHub user achristianson opened a pull request: https://github.com/apache/nifi-minifi-cpp/pull/297 MINIFICPP-446 Add escape/unescape HTML3 EL functions Thank you for submitting a contribution to Apache NiFi - MiNiFi C++. In order to streamline the review of the

[jira] [Commented] (MINIFICPP-446) Implement escape/unescape HTML3 EL functions

2018-04-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16434091#comment-16434091 ] ASF GitHub Bot commented on MINIFICPP-446: -- GitHub user achristianson opened a pull request:

[jira] [Commented] (NIFI-5049) Fix handling of Phonenix datetime columns in QueryDatabaseTable and GenerateTableFetch

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

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

2018-04-11 Thread gardellajuanpablo
Github user gardellajuanpablo commented on a diff in the pull request: https://github.com/apache/nifi/pull/2625#discussion_r180787552 --- Diff:

[jira] [Commented] (NIFI-5049) Fix handling of Phonenix datetime columns in QueryDatabaseTable and GenerateTableFetch

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

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

2018-04-11 Thread gardellajuanpablo
Github user gardellajuanpablo commented on a diff in the pull request: https://github.com/apache/nifi/pull/2625#discussion_r180786540 --- Diff:

[jira] [Commented] (NIFI-3576) QueryElasticsearchHttp should have a "Not Found"/"Zero results" relationship

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

[GitHub] nifi-minifi-cpp issue #295: MINFICPP-403: Flow Meta tagging

2018-04-11 Thread minifirocks
Github user minifirocks commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/295 @phrocker please review change shared_ptr to unique ptr use agent.version and flow.version for meta info ---

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

2018-04-11 Thread ottobackwards
Github user ottobackwards commented on a diff in the pull request: https://github.com/apache/nifi/pull/2601#discussion_r180783317 --- Diff:

[jira] [Commented] (NIFI-3576) QueryElasticsearchHttp should have a "Not Found"/"Zero results" relationship

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

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

2018-04-11 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/2601#discussion_r180773767 --- Diff:

[jira] [Commented] (NIFI-4982) Add a DistributedMapCacheLookupService

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

[jira] [Commented] (NIFI-4982) Add a DistributedMapCacheLookupService

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

[jira] [Commented] (NIFI-4982) Add a DistributedMapCacheLookupService

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

[jira] [Commented] (NIFI-4982) Add a DistributedMapCacheLookupService

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

[GitHub] nifi pull request #2558: NIFI-4982 - Add a DistributedMapCacheLookupService

2018-04-11 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/2558#discussion_r180771987 --- Diff:

[GitHub] nifi pull request #2558: NIFI-4982 - Add a DistributedMapCacheLookupService

2018-04-11 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/2558#discussion_r180772442 --- Diff:

[GitHub] nifi pull request #2558: NIFI-4982 - Add a DistributedMapCacheLookupService

2018-04-11 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/2558#discussion_r180771727 --- Diff:

[GitHub] nifi pull request #2558: NIFI-4982 - Add a DistributedMapCacheLookupService

2018-04-11 Thread mattyb149
Github user mattyb149 commented on a diff in the pull request: https://github.com/apache/nifi/pull/2558#discussion_r180771298 --- Diff:

[jira] [Commented] (NIFI-4809) Implement a SiteToSiteMetricsReportingTask

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

[jira] [Commented] (NIFI-4809) Implement a SiteToSiteMetricsReportingTask

2018-04-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4809?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16433977#comment-16433977 ] ASF GitHub Bot commented on NIFI-4809: -- Github user mattyb149 commented on the issue:

  1   2   >