[jira] [Updated] (MINIFI-430) Provide bat support for flowStatus in Windows

2018-05-10 Thread Aldrin Piri (JIRA)
[ https://issues.apache.org/jira/browse/MINIFI-430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aldrin Piri updated MINIFI-430: --- Fix Version/s: 0.5.0 > Provide bat support for flowStatus in Wind

nifi-minifi-cpp git commit: MINIFICPP-489 Addressing linter issues.

2018-05-10 Thread aldrin
Repository: nifi-minifi-cpp Updated Branches: refs/heads/master 8dd7e91f9 -> ead988683 MINIFICPP-489 Addressing linter issues. This closes #326. Signed-off-by: Aldrin Piri <ald...@apache.org> Project: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/repo Commit: http:

[27/50] nifi git commit: NIFI-4848: Update HttpComponents version

2018-05-10 Thread aldrin
NIFI-4848: Update HttpComponents version - httpclient 4.5.3 -> 4.5.5 - httpcore 4.4.4 -> 4.4.9 - ThreadSafe annotation is removed since 4.4.5, HTTPCLIENT-1743. Removed the annotation from DebugFlow processor. - httpasyncclient 4.1.2 -> 4.1.3 - This closes #2453 Project:

[32/50] nifi git commit: NIFI-4858: Expose Request Timeout from HTTP Context Map and use that to set as the timeout of the 'AsyncContext' in HandleHttpRequest. Otherwise, the request will never timeou

2018-05-10 Thread aldrin
NIFI-4858: Expose Request Timeout from HTTP Context Map and use that to set as the timeout of the 'AsyncContext' in HandleHttpRequest. Otherwise, the request will never timeout (which is OK because the HttpContextMap will handle this). However, Jetty behind the scenes is adding a task to

[nifi] Git Push Summary

2018-05-10 Thread aldrin
Repository: nifi Updated Tags: refs/tags/docker/nifi-1.2.0 [deleted] daa277b06

[50/50] nifi git commit: MINIFI-4788 Exposing nifi.web.proxy.host configuration for Docker containers.

2018-05-10 Thread aldrin
-us.apache.org/repos/asf/nifi/diff/29b82727 Branch: refs/heads/HDF-3.1-maint Commit: 29b82727a10ba44dda2acc545056d78db126901c Parents: aa4384b Author: Aldrin Piri <ald...@apache.org> Authored: Tue Jan 23 10:43:45 2018 -0500 Committer: Aldrin Piri <ald...@apache.org> Committed: Thu May 10 1

[38/50] nifi git commit: NIFI-4920 Skipping sensitive properties when updating component properties from versioned component. This closes #2505.

2018-05-10 Thread aldrin
NIFI-4920 Skipping sensitive properties when updating component properties from versioned component. This closes #2505. Signed-off-by: Mark Payne Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/a8e519b6

[25/50] nifi git commit: NIFI-4773: Moved DB Fetch processors' connection code from setup to onTrigger

2018-05-10 Thread aldrin
NIFI-4773: Moved DB Fetch processors' connection code from setup to onTrigger Signed-off-by: Pierre Villard This closes #2422. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/0ddd0b19 Tree:

[28/50] nifi git commit: NIFI-4828: Fix MergeContent to process all ready bins

2018-05-10 Thread aldrin
NIFI-4828: Fix MergeContent to process all ready bins Before this fix, MergeContent only processed the first bin even if there were multiple bins. There were two unit tests marked with Ignore those had been failing because of this. This closes #2444. Signed-off-by: Mark Payne

[33/50] nifi git commit: NIFI-4830: Fixed logic errors in BLOB/CLOB processing in JdbcCommon

2018-05-10 Thread aldrin
NIFI-4830: Fixed logic errors in BLOB/CLOB processing in JdbcCommon This closes #2459. Signed-off-by: Koji Kawamura Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/da8bf834 Tree:

[35/50] nifi git commit: NIFI-4863: Bug fixes to the way that we handled Remote Group Ports when changing flow version / reverting local changes - Everywhere that we ignore adding remote ports we shou

2018-05-10 Thread aldrin
NIFI-4863: Bug fixes to the way that we handled Remote Group Ports when changing flow version / reverting local changes - Everywhere that we ignore adding remote ports we should ignore removing remote ports as well in flow diffs This closes #2462. Signed-off-by: Bryan Bende

[41/50] nifi git commit: NIFI-5012: When connecting to cluster, esure that controller services appropriately enabled/disabled

2018-05-10 Thread aldrin
NIFI-5012: When connecting to cluster, esure that controller services appropriately enabled/disabled This closes #2579. Signed-off-by: Bryan Bende Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/ae6ad055

[43/50] nifi git commit: NIFI-4959: Remove flowfiles and close connection for Bad Requests causing IOException

2018-05-10 Thread aldrin
NIFI-4959: Remove flowfiles and close connection for Bad Requests causing IOException This closes #2544. Signed-off-by: Mark Payne Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/8a97e3eb Tree:

[39/50] nifi git commit: NIFI-4884 Fixing ordering during import from registry so that we set schedule strategy on a processor before setting scheduling duration. This closes #2472

2018-05-10 Thread aldrin
NIFI-4884 Fixing ordering during import from registry so that we set schedule strategy on a processor before setting scheduling duration. This closes #2472 Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/4adb5b7f Tree:

[30/50] nifi git commit: NIFI-4844: Adjust BigDecimal scale to the target Avro schema

2018-05-10 Thread aldrin
NIFI-4844: Adjust BigDecimal scale to the target Avro schema - Applied the same scale adjustment not only to BigDecimal inputs, but also to Double values. Signed-off-by: Matthew Burgess This closes #2450 Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

[17/50] nifi git commit: NIFI-4766: - Documenting nifi.web.proxy.host property. - Updating proxy confiugration. NIFI-4618: - Documenting nifi.web.proxy.context.path property. - Addressing PR feedback.

2018-05-10 Thread aldrin
NIFI-4766: - Documenting nifi.web.proxy.host property. - Updating proxy confiugration. NIFI-4618: - Documenting nifi.web.proxy.context.path property. - Addressing PR feedback. - This closes #2410 Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

[24/50] nifi git commit: NIFI-4790 - support HTTPS Proxy in InvokeHTTP

2018-05-10 Thread aldrin
NIFI-4790 - support HTTPS Proxy in InvokeHTTP Signed-off-by: Pierre Villard This closes #2426. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/4829f519 Tree:

[37/50] nifi git commit: NIFI-4925: - Addressing memory leak from lingering authorization results that did not represent actual access attempts. This closes #2511.

2018-05-10 Thread aldrin
NIFI-4925: - Addressing memory leak from lingering authorization results that did not represent actual access attempts. This closes #2511. Signed-off-by: Mark Payne Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

[29/50] nifi git commit: NIFI-4837: - When Jetty initializes fails, performing a shutdown sequence to ensure all allocated resources are released.

2018-05-10 Thread aldrin
NIFI-4837: - When Jetty initializes fails, performing a shutdown sequence to ensure all allocated resources are released. This closes #2455. Signed-off-by: Bryan Bende Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

[14/50] nifi git commit: apply hortonworks branding

2018-05-10 Thread aldrin
apply hortonworks branding Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/d3098192 Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/d3098192 Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/d3098192 Branch:

[15/50] nifi git commit: NIFI-4756: Updated PublishKafkaRecord processors to include attributes generated from schema write strategy into the message headers when appropriate

2018-05-10 Thread aldrin
NIFI-4756: Updated PublishKafkaRecord processors to include attributes generated from schema write strategy into the message headers when appropriate This closes #2396. Signed-off-by: Bryan Bende Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

[nifi] Git Push Summary

2018-05-10 Thread aldrin
Repository: nifi Updated Branches: refs/heads/HDF-3.1-maint [deleted] 29b82727a

[44/50] nifi git commit: NIFI-5045: Fixed error code handling in PutHiveQL. This closes #2608

2018-05-10 Thread aldrin
NIFI-5045: Fixed error code handling in PutHiveQL. This closes #2608 Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/8f988c3b Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/8f988c3b Diff:

[03/50] nifi git commit: NIFI-4428: Replaced JSON input with RecordReader using per-record flowfiles NIFI-4428: Added initial L, fixed dependency hierarchy

2018-05-10 Thread aldrin
NIFI-4428: Replaced JSON input with RecordReader using per-record flowfiles NIFI-4428: Added initial L, fixed dependency hierarchy NIFI-4428: Exposed additional ZK properties NIFI-4428: More work to reduce dependencies in Druid artifacts NIFI-4428: Removed inaccessible attribute NIFI-4428:

[36/50] nifi git commit: NIFI-4866: Fixed HBase performance issue

2018-05-10 Thread aldrin
NIFI-4866: Fixed HBase performance issue HBase_1_1_2_ClientService performance dropped due to accessing HBase admin upon every FlowFile transfer. Fixed that by getting master address only once when the service is enabled and a connection is established. This closes #2464 Project:

[31/50] nifi git commit: NIFI-4846: AvroTypeUtil to support more input types for logical decimal conversion

2018-05-10 Thread aldrin
NIFI-4846: AvroTypeUtil to support more input types for logical decimal conversion Signed-off-by: Matthew Burgess This closes #2451 Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/d17b9978 Tree:

[12/50] nifi git commit: NIFI-4763: Ignore differences in components' Bundle Version when comparing a local flow to a flow in the registry

2018-05-10 Thread aldrin
NIFI-4763: Ignore differences in components' Bundle Version when comparing a local flow to a flow in the registry This closes #2393. Signed-off-by: Bryan Bende Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

[04/50] nifi git commit: NIFI-4428: Changed versions in Druid bundle for HDF 3.1.0.0

2018-05-10 Thread aldrin
NIFI-4428: Changed versions in Druid bundle for HDF 3.1.0.0 Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/82092d66 Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/82092d66 Diff:

[06/50] nifi git commit: NIFI-4752: Addressed issue with some event types having potentially the wrong FlowFile UUID listed (could have child UUID when it's supposed to have parent flowfile UUID). In

2018-05-10 Thread aldrin
NIFI-4752: Addressed issue with some event types having potentially the wrong FlowFile UUID listed (could have child UUID when it's supposed to have parent flowfile UUID). In testing fix, also found an issue with Search threads not being daemon and Re-Index threads not propertly being shutdown

[05/50] nifi git commit: NIFI-4768: Add exclusion filters to S2SProvenanceReportingTask

2018-05-10 Thread aldrin
NIFI-4768: Add exclusion filters to S2SProvenanceReportingTask NIFI-4768: Updated exclusion logic per review comments This closes #2397. Signed-off-by: Koji Kawamura Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

[21/50] nifi git commit: NIFI-4799: - Ensure variable registry update request is marked completed. This closes #2421.

2018-05-10 Thread aldrin
NIFI-4799: - Ensure variable registry update request is marked completed. This closes #2421. Signed-off-by: Mark Payne Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/a261a0d8 Tree:

[48/50] nifi git commit: NIFI-5154: When Processor or Controller Service is added to a Process Group, remove any references from it to any other Controller Service that is not reachable from the newly

2018-05-10 Thread aldrin
NIFI-5154: When Processor or Controller Service is added to a Process Group, remove any references from it to any other Controller Service that is not reachable from the newly assigned Process Group Fixed bug in unit test Addressed review feedback/addressed issue where if a group is moved inside

[46/50] nifi git commit: NIFI-4773 - Fixed column type map initialization in QueryDatabaseTable

2018-05-10 Thread aldrin
NIFI-4773 - Fixed column type map initialization in QueryDatabaseTable Signed-off-by: Pierre Villard This closes #2504. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/b0142dcf Tree:

[07/50] nifi git commit: NIFI-4754: - Only showing the import link in the new Process Group dialog when initiating from the toolbar. This closes #2395.

2018-05-10 Thread aldrin
NIFI-4754: - Only showing the import link in the new Process Group dialog when initiating from the toolbar. This closes #2395. Signed-off-by: Mark Payne Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

[16/50] nifi git commit: NIFI-4761 Added HostHeaderHandler regression unit tests before adding new functionality. Added logic for parsing nifi.web.proxy.host property. Added default property in nifi.p

2018-05-10 Thread aldrin
NIFI-4761 Added HostHeaderHandler regression unit tests before adding new functionality. Added logic for parsing nifi.web.proxy.host property. Added default property in nifi.properties and pom.xml. Added logic for IPv6 and custom default hostnames. Improved error messaging. Added HostHeaderHandler

[22/50] nifi git commit: NIFI-4803: Ensure that we set the FileCountAttribute of BinManager to the proper value, regardless of the merge strategy

2018-05-10 Thread aldrin
NIFI-4803: Ensure that we set the FileCountAttribute of BinManager to the proper value, regardless of the merge strategy This closes #2423. Signed-off-by: Bryan Bende Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

[34/50] nifi git commit: NIFI-4841 Fixing NPE when reverting local changes involving remote group ports. This closes #2454.

2018-05-10 Thread aldrin
NIFI-4841 Fixing NPE when reverting local changes involving remote group ports. This closes #2454. Signed-off-by: Mark Payne Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/828dd799 Tree:

[47/50] nifi git commit: NIFI-4395 GenerateTableFetch can't fetch column type by state after instance reboot

2018-05-10 Thread aldrin
NIFI-4395 GenerateTableFetch can't fetch column type by state after instance reboot Add multiple states recover Signed-off-by: Matthew Burgess This closes #2442 Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

[42/50] nifi git commit: NIFI-4631: Use java.nio.file.Files in ListFile to improve performance This closes #2565.

2018-05-10 Thread aldrin
NIFI-4631: Use java.nio.file.Files in ListFile to improve performance This closes #2565. Signed-off-by: Mark Payne Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/5d53b457 Tree:

[08/50] nifi git commit: NIFI-4764: Add tooltips to status bar icons add tooltip to process groups cleanup This closes #2394

2018-05-10 Thread aldrin
NIFI-4764: Add tooltips to status bar icons add tooltip to process groups cleanup This closes #2394 Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/9ffdeb7c Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/9ffdeb7c Diff:

[20/50] nifi git commit: BUG-86293: Set hive dependencies to last HDF version

2018-05-10 Thread aldrin
BUG-86293: Set hive dependencies to last HDF version Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/73a4909c Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/73a4909c Diff:

[11/50] nifi git commit: NIFI-4769: Use FlowFile for EL at Fetch and PutAzureBlobStorage

2018-05-10 Thread aldrin
NIFI-4769: Use FlowFile for EL at Fetch and PutAzureBlobStorage This commit add back the existing capability for those Processors to use incoming FlowFile attributes to compute account name and account key, which had been removed by NIFI-4004. Also, the same capability is added for SAS token.

[09/50] nifi git commit: NIFI-4767 - Fixed issues with RecordPath using the wrong field name for arrays and maps. Also addressed issue where Avro Reader was returning a Record object when it should re

2018-05-10 Thread aldrin
NIFI-4767 - Fixed issues with RecordPath using the wrong field name for arrays and maps. Also addressed issue where Avro Reader was returning a Record object when it should return a Map Signed-off-by: Pierre Villard This closes #2398. Project:

[01/50] nifi git commit: NIFI-4428: Replaced JSON input with RecordReader using per-record flowfiles NIFI-4428: Added initial L, fixed dependency hierarchy

2018-05-10 Thread aldrin
Repository: nifi Updated Branches: refs/heads/HDF-3.1-maint [created] 29b82727a http://git-wip-us.apache.org/repos/asf/nifi/blob/45edd12a/nifi-nar-bundles/nifi-druid-bundle/nifi-druid-processors/src/test/java/org/apache/nifi/processors/druid/PutDruidRecordTest.java

[49/50] nifi git commit: NIFI-5134 Explicitly requesting UGI to relogin before attempting to get a DB connection in HiveConnectionPool

2018-05-10 Thread aldrin
NIFI-5134 Explicitly requesting UGI to relogin before attempting to get a DB connection in HiveConnectionPool Signed-off-by: Matthew Burgess This closes #2667 Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

[23/50] nifi git commit: RMP-10066: Add Druid components to assembly

2018-05-10 Thread aldrin
RMP-10066: Add Druid components to assembly Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/b32e1a08 Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/b32e1a08 Diff:

[19/50] nifi git commit: BUG-86293: Update hive dependencies

2018-05-10 Thread aldrin
BUG-86293: Update hive dependencies Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/9d7cdb69 Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/9d7cdb69 Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/9d7cdb69

[10/50] nifi git commit: NIFI-4441: patch avro maps in union types. This closes #2207.

2018-05-10 Thread aldrin
NIFI-4441: patch avro maps in union types. This closes #2207. Signed-off-by: Mark Payne Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/6847c9e3 Tree:

[26/50] nifi git commit: NIFI-4818: Fix transit URL parsing at Hive2JDBC and KafkaTopic for ReportLineageToAtlas

2018-05-10 Thread aldrin
NIFI-4818: Fix transit URL parsing at Hive2JDBC and KafkaTopic for ReportLineageToAtlas - Hive2JDBC: Handle connection parameters and multiple host entries correctly - KafkaTopic: Handle multiple host entries correctly - Avoid potential "IllegalStateException: Duplicate key" exception when

[40/50] nifi git commit: NIFI-4969 Fixing error when importing versioned flow with a processor that uses event driven scheduling. This closes #2539

2018-05-10 Thread aldrin
NIFI-4969 Fixing error when importing versioned flow with a processor that uses event driven scheduling. This closes #2539 Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/79e4402e Tree:

[02/50] nifi git commit: NIFI-4428: Replaced JSON input with RecordReader using per-record flowfiles NIFI-4428: Added initial L, fixed dependency hierarchy

2018-05-10 Thread aldrin
http://git-wip-us.apache.org/repos/asf/nifi/blob/45edd12a/nifi-nar-bundles/nifi-druid-bundle/nifi-druid-controller-service/pom.xml -- diff --git a/nifi-nar-bundles/nifi-druid-bundle/nifi-druid-controller-service/pom.xml

[13/50] nifi git commit: NIFI-4782: Allow the value of a Required Property to be moved when changing version of a flow or reverting a flow

2018-05-10 Thread aldrin
NIFI-4782: Allow the value of a Required Property to be moved when changing version of a flow or reverting a flow This closes #2406. Signed-off-by: Bryan Bende Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

[18/50] nifi git commit: NIFI-4761 Fixing test case regression.

2018-05-10 Thread aldrin
NIFI-4761 Fixing test case regression. This closes #2418. Signed-off-by: Andy LoPresto Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/d9487129 Tree:

[45/50] nifi git commit: NIFI-5043: TailFile in Multifile mode should not open new readers in onTrigger

2018-05-10 Thread aldrin
NIFI-5043: TailFile in Multifile mode should not open new readers in onTrigger This closes #2606. Signed-off-by: Mark Payne Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/1bed849d Tree:

[jira] [Commented] (MINIFI-454) MiNiFi agent has trouble interfacing with C2

2018-05-09 Thread Aldrin Piri (JIRA)
[ https://issues.apache.org/jira/browse/MINIFI-454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16469369#comment-16469369 ] Aldrin Piri commented on MINIFI-454: For these types of situations I would recommend using the TLS

[jira] [Commented] (MINIFI-454) MiNiFi agent has trouble interfacing with C2

2018-05-09 Thread Aldrin Piri (JIRA)
[ https://issues.apache.org/jira/browse/MINIFI-454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16469158#comment-16469158 ] Aldrin Piri commented on MINIFI-454: [~Pverardi] Ah, interesting.  Do you have an environment capable

[jira] [Commented] (MINIFI-454) MiNiFi agent has trouble interfacing with C2

2018-05-09 Thread Aldrin Piri (JIRA)
[ https://issues.apache.org/jira/browse/MINIFI-454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16469146#comment-16469146 ] Aldrin Piri commented on MINIFI-454: [~Pverardi] Also, the message you are seeing in your first

[jira] [Commented] (MINIFI-454) MiNiFi agent has trouble interfacing with C2

2018-05-09 Thread Aldrin Piri (JIRA)
[ https://issues.apache.org/jira/browse/MINIFI-454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16469110#comment-16469110 ] Aldrin Piri commented on MINIFI-454: [~Pverardi] I am having difficulty replicating and nothing seems

[2/2] nifi-minifi-cpp git commit: MINIFICPP-394: Implement MQTT C2 protocol along with MQTT/REST translation layer and resolve osx build issues.

2018-05-08 Thread aldrin
MINIFICPP-394: Implement MQTT C2 protocol along with MQTT/REST translation layer and resolve osx build issues. This closes #321. Signed-off-by: Aldrin Piri <ald...@apache.org> Project: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/repo Commit: http://git-wip-us.apache.org/rep

[1/2] nifi-minifi-cpp git commit: MINIFICPP-394: Implement MQTT C2 protocol along with MQTT/REST translation layer and resolve osx build issues.

2018-05-08 Thread aldrin
Repository: nifi-minifi-cpp Updated Branches: refs/heads/master 30df9a5ef -> 8dd7e91f9 http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/8dd7e91f/extensions/mqtt/processors/ConsumeMQTT.cpp -- diff --git

nifi-minifi-cpp git commit: MINIFICPP-488: Use already implemented uint64_t prototype

2018-05-08 Thread aldrin
Repository: nifi-minifi-cpp Updated Branches: refs/heads/master c5d093061 -> 30df9a5ef MINIFICPP-488: Use already implemented uint64_t prototype This closes #324. Signed-off-by: Aldrin Piri <ald...@apache.org> Project: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/re

nifi-minifi-cpp git commit: MINFICPP-487: Change lib minifi version to 0.5.0

2018-05-08 Thread aldrin
Repository: nifi-minifi-cpp Updated Branches: refs/heads/master c55a9330c -> c5d093061 MINFICPP-487: Change lib minifi version to 0.5.0 This closes #323. Signed-off-by: Aldrin Piri <ald...@apache.org> Project: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/repo Commit: h

[jira] [Assigned] (MINIFI-454) MiNiFi agent has trouble interfacing with C2

2018-05-07 Thread Aldrin Piri (JIRA)
[ https://issues.apache.org/jira/browse/MINIFI-454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aldrin Piri reassigned MINIFI-454: -- Assignee: Aldrin Piri > MiNiFi agent has trouble interfacing with

[jira] [Updated] (MINIFI-454) MiNiFi agent has trouble interfacing with C2

2018-05-07 Thread Aldrin Piri (JIRA)
[ https://issues.apache.org/jira/browse/MINIFI-454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aldrin Piri updated MINIFI-454: --- Attachment: minifi-c2-context.xml c2.properties bootstrap.conf

[jira] [Updated] (MINIFI-454) MiNiFi agent has trouble interfacing with C2

2018-05-07 Thread Aldrin Piri (JIRA)
[ https://issues.apache.org/jira/browse/MINIFI-454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aldrin Piri updated MINIFI-454: --- Description: A user reported issues with interfacing minifi and the c2 server in the ASF HipChat

[jira] [Created] (MINIFI-454) MiNiFi agent has trouble interfacing with C2

2018-05-07 Thread Aldrin Piri (JIRA)
Aldrin Piri created MINIFI-454: -- Summary: MiNiFi agent has trouble interfacing with C2 Key: MINIFI-454 URL: https://issues.apache.org/jira/browse/MINIFI-454 Project: Apache NiFi MiNiFi Issue

[jira] [Created] (MINIFI-453) Update quick start guide to remove outdated information

2018-05-07 Thread Aldrin Piri (JIRA)
Aldrin Piri created MINIFI-453: -- Summary: Update quick start guide to remove outdated information Key: MINIFI-453 URL: https://issues.apache.org/jira/browse/MINIFI-453 Project: Apache NiFi MiNiFi

[4/4] nifi-minifi-cpp git commit: MINIFICPP-418: Add build time information, ability to deploy, and run time information to c2 response and build output MINIFICPP-395: Add transfer capability that run

2018-05-04 Thread aldrin
MINIFICPP-418: Update package name MINIFICPP-418: Add flow URI introspection and update flow version MINIFICPP-468: Add configurable agent information and update readme This closes #314. Signed-off-by: Aldrin Piri <ald...@apache.org> Project: http://git-wip-us.apache.org/repos/asf/nifi-mini

[2/4] nifi-minifi-cpp git commit: MINIFICPP-418: Add build time information, ability to deploy, and run time information to c2 response and build output MINIFICPP-395: Add transfer capability that run

2018-05-04 Thread aldrin
http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/a330c57a/libminifi/include/core/state/nodes/MetricsBase.h -- diff --git a/libminifi/include/core/state/nodes/MetricsBase.h

[1/4] nifi-minifi-cpp git commit: MINIFICPP-418: Add build time information, ability to deploy, and run time information to c2 response and build output MINIFICPP-395: Add transfer capability that run

2018-05-04 Thread aldrin
Repository: nifi-minifi-cpp Updated Branches: refs/heads/master eb9128c37 -> a330c57a5 http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/a330c57a/libminifi/src/c2/protocols/RESTProtocol.cpp -- diff --git

[3/4] nifi-minifi-cpp git commit: MINIFICPP-418: Add build time information, ability to deploy, and run time information to c2 response and build output MINIFICPP-395: Add transfer capability that run

2018-05-04 Thread aldrin
http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/a330c57a/libminifi/include/core/repository/VolatileRepository.h -- diff --git a/libminifi/include/core/repository/VolatileRepository.h

nifi-minifi-cpp git commit: MINIFICPP-471 Implemented string manipulation EL functions

2018-05-04 Thread aldrin
Repository: nifi-minifi-cpp Updated Branches: refs/heads/master b26b06479 -> eb9128c37 MINIFICPP-471 Implemented string manipulation EL functions This closes #312. Signed-off-by: Aldrin Piri <ald...@apache.org> Project: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/re

nifi-minifi-cpp git commit: MINIFICPP-481: Update agent to exit gracefully with an invalid *repo dir

2018-05-04 Thread aldrin
Repository: nifi-minifi-cpp Updated Branches: refs/heads/master 4c8cb0e0c -> b26b06479 MINIFICPP-481: Update agent to exit gracefully with an invalid *repo dir This closes #319 Signed-off-by: Aldrin Piri <ald...@apache.org> Project: http://git-wip-us.apache.org/repos/asf/nifi-m

[jira] [Updated] (MINIFI-452) Update to NiFi 1.6.0

2018-05-02 Thread Aldrin Piri (JIRA)
[ https://issues.apache.org/jira/browse/MINIFI-452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aldrin Piri updated MINIFI-452: --- Fix Version/s: 0.5.0 > Update to NiFi 1.6.0 > > >

[jira] [Assigned] (MINIFI-452) Update to NiFi 1.6.0

2018-05-02 Thread Aldrin Piri (JIRA)
[ https://issues.apache.org/jira/browse/MINIFI-452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aldrin Piri reassigned MINIFI-452: -- Assignee: Aldrin Piri > Update to NiFi 1.6.0 > > >

nifi-minifi-cpp git commit: MINIFICPP-470: Remove old extensions listing

2018-04-25 Thread aldrin
Repository: nifi-minifi-cpp Updated Branches: refs/heads/master 1f37299c4 -> c4a6a0404 MINIFICPP-470: Remove old extensions listing Update Extensions.md Add link to bootstrapping in the readme This closes #308. Signed-off-by: Aldrin Piri <ald...@apache.org> Project: http:

[jira] [Created] (MINIFI-452) Update to NiFi 1.6.0

2018-04-19 Thread Aldrin Piri (JIRA)
Aldrin Piri created MINIFI-452: -- Summary: Update to NiFi 1.6.0 Key: MINIFI-452 URL: https://issues.apache.org/jira/browse/MINIFI-452 Project: Apache NiFi MiNiFi Issue Type: Task

[jira] [Updated] (MINIFI-451) Update Apache parent pom to latest version

2018-04-19 Thread Aldrin Piri (JIRA)
[ https://issues.apache.org/jira/browse/MINIFI-451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aldrin Piri updated MINIFI-451: --- Fix Version/s: 0.5.0 > Update Apache parent pom to latest vers

[jira] [Created] (MINIFI-451) Update Apache parent pom to latest version

2018-04-19 Thread Aldrin Piri (JIRA)
Aldrin Piri created MINIFI-451: -- Summary: Update Apache parent pom to latest version Key: MINIFI-451 URL: https://issues.apache.org/jira/browse/MINIFI-451 Project: Apache NiFi MiNiFi Issue Type

[jira] [Assigned] (MINIFI-451) Update Apache parent pom to latest version

2018-04-19 Thread Aldrin Piri (JIRA)
[ https://issues.apache.org/jira/browse/MINIFI-451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aldrin Piri reassigned MINIFI-451: -- Assignee: Aldrin Piri > Update Apache parent pom to latest vers

nifi-minifi-cpp git commit: MINIFICPP-454: Fix apt-get install statement

2018-04-16 Thread aldrin
Repository: nifi-minifi-cpp Updated Branches: refs/heads/master 6a3faa392 -> 8ea78747e MINIFICPP-454: Fix apt-get install statement This closes #299. Signed-off-by: Aldrin Piri <ald...@apache.org> Project: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/repo Commit: http:

nifi-minifi-cpp git commit: MINIFICPP-445 Added escape/unescape CSV expression language functions

2018-04-09 Thread aldrin
Repository: nifi-minifi-cpp Updated Branches: refs/heads/master 2e4a3521e -> 253a1b74f MINIFICPP-445 Added escape/unescape CSV expression language functions This closes #293. Signed-off-by: Aldrin Piri <ald...@apache.org> Project: http://git-wip-us.apache.org/repos/asf/nifi-minifi

nifi-minifi-cpp git commit: MINIFICPP-448 Add uuid external/static link project

2018-04-09 Thread aldrin
Repository: nifi-minifi-cpp Updated Branches: refs/heads/master 1ce874ea4 -> 2e4a3521e MINIFICPP-448 Add uuid external/static link project This closes #294. Signed-off-by: Aldrin Piri <ald...@apache.org> Project: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/repo Com

[2/2] nifi-minifi git commit: MINIFI-449 Support for converting VersionedFlowSnapshot to YAML via minifi-toolkit - Upgrading Jackson databind to 2.9.1 for consistency with other Jackson modules

2018-04-02 Thread aldrin
MINIFI-449 Support for converting VersionedFlowSnapshot to YAML via minifi-toolkit - Upgrading Jackson databind to 2.9.1 for consistency with other Jackson modules This closes #121. Signed-off-by: Aldrin Piri <ald...@apache.org> Project: http://git-wip-us.apache.org/repos/asf/nifi-minif

[1/2] nifi-minifi git commit: MINIFI-449 Support for converting VersionedFlowSnapshot to YAML via minifi-toolkit - Upgrading Jackson databind to 2.9.1 for consistency with other Jackson modules

2018-04-02 Thread aldrin
Repository: nifi-minifi Updated Branches: refs/heads/master 270a3081d -> 6e5b00a8f http://git-wip-us.apache.org/repos/asf/nifi-minifi/blob/6e5b00a8/minifi-toolkit/minifi-toolkit-configuration/src/test/resources/VersionedFlowSnapshot-Simple.json

nifi git commit: NIFI-5013 create test jar for standard processors

2018-03-24 Thread aldrin
Repository: nifi Updated Branches: refs/heads/master 03f4c0fc4 -> 98c295dfc NIFI-5013 create test jar for standard processors remove unnec TestServer instances This closes #2580. Signed-off-by: Aldrin Piri <ald...@apache.org> Project: http://git-wip-us.apache.org/repos/asf/

[jira] [Resolved] (MINIFI-401) Extend C2 Server to support MiNiFi C++ C2 API implementation

2018-03-22 Thread Aldrin Piri (JIRA)
[ https://issues.apache.org/jira/browse/MINIFI-401?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aldrin Piri resolved MINIFI-401. Resolution: Duplicate > Extend C2 Server to support MiNiFi C++ C2 API implementat

[1/2] nifi-minifi git commit: MINIFI-444 C2 Data Model and REST API

2018-03-22 Thread aldrin
Repository: nifi-minifi Updated Branches: refs/heads/minifi-c2-server caae8d768 -> 631b59926 http://git-wip-us.apache.org/repos/asf/nifi-minifi/blob/631b5992/minifi-c2/minifi-c2-commons/src/main/java/org/apache/nifi/minifi/c2/model/extension/ExtensionComponent.java

[2/2] nifi-minifi git commit: MINIFI-444 C2 Data Model and REST API

2018-03-22 Thread aldrin
MINIFI-444 C2 Data Model and REST API The foundation of a data model and REST API that would support discussed features such as a MiNiFi Agent C2 Protocol and MiNiFi Flow Designer. This closes #118. Signed-off-by: Aldrin Piri <ald...@apache.org> Project: http://git-wip-us.apache.org/rep

nifi-minifi-cpp git commit: MINIFICPP-439 Prefer cmake3 command when available before using cmake.

2018-03-20 Thread aldrin
Repository: nifi-minifi-cpp Updated Branches: refs/heads/master 469b9d1bd -> 8a66f7513 MINIFICPP-439 Prefer cmake3 command when available before using cmake. This closes #287. Signed-off-by: Aldrin Piri <ald...@apache.org> Project: http://git-wip-us.apache.org/repos/asf/nifi-m

nifi-minifi-cpp git commit: MINIFICPP-435: Use NSS when libcurl-openssl is not available. Bootstrap should default to using NSS when curl is not built with OpenSSL, such as the case for CENTOS 7

2018-03-20 Thread aldrin
off-by: Aldrin Piri <ald...@apache.org> Project: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/commit/469b9d1b Tree: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/tree/469b9d1b Diff: http://git-wip-us.apache.org/

nifi-minifi-cpp git commit: MINIFICPP-424: Manually specify CAFile so users do not need to update the cert bundle on their local machine Set path and CAfile to NULL to avoid using them

2018-03-14 Thread aldrin
Repository: nifi-minifi-cpp Updated Branches: refs/heads/master d1245cf8e -> 531e8a099 MINIFICPP-424: Manually specify CAFile so users do not need to update the cert bundle on their local machine Set path and CAfile to NULL to avoid using them This closes #279. Signed-off-by: Aldrin P

nifi-minifi-cpp git commit: MINIFICPP-402 Add docs for UpdateAttribute

2018-03-14 Thread aldrin
Repository: nifi-minifi-cpp Updated Branches: refs/heads/master 7d3ecfd46 -> d1245cf8e MINIFICPP-402 Add docs for UpdateAttribute This closes #278. Signed-off-by: Aldrin Piri <ald...@apache.org> Project: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/repo Commit: http:

nifi-minifi-cpp git commit: MINIFICPP-425: resolve travis errors by using recursion in the cpp linter

2018-03-13 Thread aldrin
Repository: nifi-minifi-cpp Updated Branches: refs/heads/master dde50ecf5 -> 7d3ecfd46 MINIFICPP-425: resolve travis errors by using recursion in the cpp linter This closes #277. Signed-off-by: Aldrin Piri <ald...@apache.org> Project: http://git-wip-us.apache.org/repos/asf/nifi-m

[jira] [Assigned] (MINIFI-443) Allow specification of core properties via a file beyond config.yml

2018-03-12 Thread Aldrin Piri (JIRA)
[ https://issues.apache.org/jira/browse/MINIFI-443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aldrin Piri reassigned MINIFI-443: -- Assignee: (was: Aldrin Piri) > Allow specification of core properties via a file bey

[jira] [Created] (MINIFI-443) Allow specification of core properties via a file beyond config.yml

2018-03-12 Thread Aldrin Piri (JIRA)
Aldrin Piri created MINIFI-443: -- Summary: Allow specification of core properties via a file beyond config.yml Key: MINIFI-443 URL: https://issues.apache.org/jira/browse/MINIFI-443 Project: Apache NiFi

[jira] [Created] (MINIFI-442) Provide a MiNiFi C2 Client

2018-03-09 Thread Aldrin Piri (JIRA)
Aldrin Piri created MINIFI-442: -- Summary: Provide a MiNiFi C2 Client Key: MINIFI-442 URL: https://issues.apache.org/jira/browse/MINIFI-442 Project: Apache NiFi MiNiFi Issue Type: Improvement

[jira] [Commented] (MINIFI-441) Update Dockerfile to '0.4.0' and better align with practices set in NiFi

2018-03-01 Thread Aldrin Piri (JIRA)
[ https://issues.apache.org/jira/browse/MINIFI-441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16382434#comment-16382434 ] Aldrin Piri commented on MINIFI-441: It was pushed manually via a build from the voted release source

[6/6] nifi-minifi git commit: MINIFI-438 Refactor MiNiFi C2 Server

2018-03-01 Thread aldrin
. Signed-off-by: Aldrin Piri <ald...@apache.org> Project: http://git-wip-us.apache.org/repos/asf/nifi-minifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi-minifi/commit/caae8d76 Tree: http://git-wip-us.apache.org/repos/asf/nifi-minifi/tree/caae8d76 Diff: http://git-wip-us.apac

[3/6] nifi-minifi git commit: MINIFI-438 Refactor MiNiFi C2 Server

2018-03-01 Thread aldrin
http://git-wip-us.apache.org/repos/asf/nifi-minifi/blob/caae8d76/minifi-c2/minifi-c2-provider/minifi-c2-provider-nifi-rest/src/main/java/org/apache/nifi/minifi/c2/provider/nifi/rest/NiFiRestConfigurationProvider.java -- diff --git

<    1   2   3   4   5   6   7   8   9   10   >