From cadd1fdc604de414379bffe9986ae64b9cf51fc6 Mon Sep 17 00:00:00 2001 From: "brian.le" Date: Tue, 19 Apr 2022 09:35:26 -0700 Subject: [PATCH] docs(fix): clarify how worker.version and minWorkerVersion comparison works --- website/i18n/en.json | 84 +++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 80 insertions(+), 4 deletions(-) diff --git a/website/i18n/en.json b/website/i18n/en.json index 821796a5dbb..49b8a282d3b 100644 --- a/website/i18n/en.json +++ b/website/i18n/en.json @@ -214,7 +214,15 @@ }, "development/extensions-core/kafka-ingestion": { "title": "Apache Kafka ingestion", - "sidebar_label": "Apache Kafka" + "sidebar_label": "Apache Kafka ingestion" + }, + "development/extensions-core/kafka-supervisor-operations": { + "title": "Apache Kafka supervisor operations reference", + "sidebar_label": "Apache Kafka operations" + }, + "development/extensions-core/kafka-supervisor-reference": { + "title": "Apache Kafka supervisor reference", + "sidebar_label": "Apache Kafka supervisor" }, "development/extensions-core/kinesis-ingestion": { "title": "Amazon Kinesis ingestion", @@ -301,6 +309,18 @@ "title": "Ingestion spec reference", "sidebar_label": "Ingestion spec" }, + "ingestion/native-batch-firehose": { + "title": "Native batch ingestion with firehose", + "sidebar_label": "Firehose" + }, + "ingestion/native-batch-input-sources": { + "title": "Native batch input sources", + "sidebar_label": "Input sources" + }, + "ingestion/native-batch-simple-task": { + "title": "Native batch simple task indexing", + "sidebar_label": "Simple task indexing" + }, "ingestion/native-batch": { "title": "Native batch ingestion", "sidebar_label": "Native batch" @@ -386,6 +406,10 @@ "operations/metrics": { "title": "Metrics" }, + "operations/mixed-workloads": { + "title": "Configure Druid for mixed workloads", + "sidebar_label": "Mixed workloads" + }, "operations/other-hadoop": { "title": "Working with different versions of Apache Hadoop" }, @@ -395,6 +419,10 @@ "operations/pull-deps": { "title": "pull-deps tool" }, + "operations/request-logging": { + "title": "Request logging", + "sidebar_label": "Request logging" + }, "operations/reset-cluster": { "title": "reset-cluster tool" }, @@ -478,7 +506,7 @@ }, "querying/query-context": { "title": "Query context", - "sidebar_label": "Context parameters" + "sidebar_label": "Query context" }, "querying/query-execution": { "title": "Query execution" @@ -505,9 +533,53 @@ "querying/sorting-orders": { "title": "String comparators" }, + "querying/sql-aggregations": { + "title": "SQL aggregation functions", + "sidebar_label": "Aggregation functions" + }, + "querying/sql-api": { + "title": "Druid SQL API", + "sidebar_label": "Druid SQL API" + }, + "querying/sql-connection-context": { + "title": "SQL connection context", + "sidebar_label": "SQL connection context" + }, + "querying/sql-data-types": { + "title": "SQL data types", + "sidebar_label": "SQL data types" + }, + "querying/sql-jdbc": { + "title": "SQL JDBC Driver API", + "sidebar_label": "JDBC Driver API" + }, + "querying/sql-metadata-tables": { + "title": "SQL metadata tables", + "sidebar_label": "SQL metadata tables" + }, + "querying/sql-multivalue-string-functions": { + "title": "SQL multi-value string functions", + "sidebar_label": "Multi-value string functions" + }, + "querying/sql-operators": { + "title": "Druid SQL Operators", + "sidebar_label": "Operators" + }, + "querying/sql-scalar": { + "title": "SQL scalar functions", + "sidebar_label": "Scalar functions" + }, + "querying/sql-syntax": { + "title": "SQL query syntax", + "sidebar_label": "SQL query syntax" + }, + "querying/sql-translation": { + "title": "SQL query translation", + "sidebar_label": "SQL query translation" + }, "querying/sql": { - "title": "SQL", - "sidebar_label": "Druid SQL" + "title": "Druid SQL overview", + "sidebar_label": "Druid SQL overview" }, "querying/timeboundaryquery": { "title": "TimeBoundary queries", @@ -524,6 +596,10 @@ "title": "TopN queries", "sidebar_label": "TopN" }, + "querying/troubleshooting": { + "title": "Troubleshooting query execution in Druid", + "sidebar_label": "Troubleshooting" + }, "querying/using-caching": { "title": "Using query caching" },