nifi git commit: NIFI-5180: update JMS additional details to set Destination Type to Required, default 'QUEUE'

2018-05-10 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master 22342a0e0 -> def9741a3 NIFI-5180: update JMS additional details to set Destination Type to Required, default 'QUEUE' Signed-off-by: Pierre Villard This closes #2694. Project:

nifi git commit: NIFI-4938 Upgraded org.eclipse.paho.client.mqttv3 dependency version to 1.2.0

2018-05-10 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master def9741a3 -> 6e0be8e64 NIFI-4938 Upgraded org.eclipse.paho.client.mqttv3 dependency version to 1.2.0 Signed-off-by: Pierre Villard This closes #2514. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo

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

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

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

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

[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

[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

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

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

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

[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

[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

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

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

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

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

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

[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

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

[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

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

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

2018-05-10 Thread aldrin
MINIFI-4788 Exposing nifi.web.proxy.host configuration for Docker containers. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/29b82727 Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/29b82727 Diff:

[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

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

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

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

[nifi] Git Push Summary

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

[nifi] Git Push Summary

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

[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

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

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

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

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

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

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

[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-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 Project: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/repo Commit:

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

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

2018-05-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFI-430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16471007#comment-16471007 ] ASF GitHub Bot commented on MINIFI-430: --- GitHub user apiri opened a pull request:

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

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

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

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

nifi-minifi git commit: MINIFI-452 Updating MiNiFi to 1.6.0 NiFi components.

2018-05-10 Thread aldrin
Repository: nifi-minifi Updated Branches: refs/heads/master 8f813958e -> 8193a84e1 MINIFI-452 Updating MiNiFi to 1.6.0 NiFi components. This closes #123. Signed-off-by: Aldrin Piri Project: http://git-wip-us.apache.org/repos/asf/nifi-minifi/repo Commit:

nifi-minifi git commit: MINIFI-453 Adjusting quick start guide to remove outdated caveats around components that are now supported.

2018-05-10 Thread aldrin
Repository: nifi-minifi Updated Branches: refs/heads/master 8193a84e1 -> 6ddf8bb0e MINIFI-453 Adjusting quick start guide to remove outdated caveats around components that are now supported. This closes #124. Signed-off-by: Aldrin Piri Project:

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

2018-05-10 Thread Aldrin Piri (JIRA)
[ https://issues.apache.org/jira/browse/MINIFI-453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aldrin Piri updated MINIFI-453: --- Fix Version/s: 0.5.0 > Update quick start guide to remove outdated information >