Repository: nifi-site Updated Branches: refs/heads/master cee8de543 -> 0d6000885
Fixed character issue in powered by Project: http://git-wip-us.apache.org/repos/asf/nifi-site/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi-site/commit/0d600088 Tree: http://git-wip-us.apache.org/repos/asf/nifi-site/tree/0d600088 Diff: http://git-wip-us.apache.org/repos/asf/nifi-site/diff/0d600088 Branch: refs/heads/master Commit: 0d6000885b3696b99d9c6b3876ba7ee3434a6a4a Parents: cee8de5 Author: joewitt <[email protected]> Authored: Fri Oct 6 12:51:43 2017 -0400 Committer: joewitt <[email protected]> Committed: Fri Oct 6 12:51:43 2017 -0400 ---------------------------------------------------------------------- src/pages/html/powered-by-nifi.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi-site/blob/0d600088/src/pages/html/powered-by-nifi.hbs ---------------------------------------------------------------------- diff --git a/src/pages/html/powered-by-nifi.hbs b/src/pages/html/powered-by-nifi.hbs index 65c5f19..0f32dfa 100644 --- a/src/pages/html/powered-by-nifi.hbs +++ b/src/pages/html/powered-by-nifi.hbs @@ -29,7 +29,7 @@ title: Powered by NiFi - Companies & Organizations using Apache NiFi <tr> <td><a href="http://micron.com">Micron</a></td> <td>Semiconductor Manufacturing</td> - <td>Micron's Enterprise Analytics and Data team uses NiFi to acquire worldwide manufacturing data and ingest it into symmetrical Global Data Warehouses. This data is vaulted and exposed via data marts providing our data scientists and business partners a secured global view of our manufacturing processes. For ingestion flows requiring higher performance transformations, we utilize NiFi�s Site-to-Site protocol to seamlessly transfer processing to Spark jobs on our Hadoop clusters. We have leveraged NiFi's REST API to automate the creation and monitoring of new ingestion pipelines which furthers our goal of providing a complete Global Data Warehouse.</td> + <td>Micron's Enterprise Analytics and Data team uses NiFi to acquire worldwide manufacturing data and ingest it into symmetrical Global Data Warehouses. This data is vaulted and exposed via data marts providing our data scientists and business partners a secured global view of our manufacturing processes. For ingestion flows requiring higher performance transformations, we utilize the NiFi Site-to-Site protocol to seamlessly transfer processing to Spark jobs on our Hadoop clusters. We have leveraged NiFi's REST API to automate the creation and monitoring of new ingestion pipelines which furthers our goal of providing a complete Global Data Warehouse.</td> </tr> <tr> <td><a href="https://macquarietelecomgroup.com">Macquarie Telecom Group</a></td>
