From 6d865899144aae1b00a39c59aae170cc35e39c43 Mon Sep 17 00:00:00 2001 From: Peter Marshall Date: Wed, 8 Jan 2025 10:15:00 +0000 Subject: [PATCH] Update 20-tiering-historicals.ipynb FIx link --- notebooks/03-query/20-tiering-historicals.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/03-query/20-tiering-historicals.ipynb b/notebooks/03-query/20-tiering-historicals.ipynb index f3c4c630..386d0911 100644 --- a/notebooks/03-query/20-tiering-historicals.ipynb +++ b/notebooks/03-query/20-tiering-historicals.ipynb @@ -27,7 +27,7 @@ "\n", "As an Apache Druid cluster administrator, you can use [Service tiering](https://druid.apache.org/docs/latest/operations/mixed-workloads#service-tiering) to provision cluster resources according to various performance and storage requirements. For example, you can isolate resource-intensive queries with complex subqueries and large result sets from high priority, interactive queries.\\n\"\n", "\n", - "This tutorial demonstrates how to create [historical tiers (https://druid.apache.org/docs/latest/operations/mixed-workloads#historical-tiering) to host different data based upon data age. Then, when you run a query, Druid uses the service that hosts the data corresponding to the time period within the query." + "This tutorial demonstrates how to create [historical tiers](https://druid.apache.org/docs/latest/operations/mixed-workloads#historical-tiering) to host different data based upon data age. Then, when you run a query, Druid uses the service that hosts the data corresponding to the time period within the query." ] }, {