This is an automated email from the ASF dual-hosted git repository.
abhishek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new f51c7b346fb Add druid parquet extensions to example quickstarts
(#16664)
f51c7b346fb is described below
commit f51c7b346fba2d189179ef183148c34452ba1188
Author: Rishabh Singh <[email protected]>
AuthorDate: Thu Jun 27 14:41:58 2024 +0530
Add druid parquet extensions to example quickstarts (#16664)
This change adds druid-parquet-extensions to all example quickstarts
---
examples/conf/druid/auto/_common/common.runtime.properties | 2 +-
examples/conf/druid/cluster/_common/common.runtime.properties | 2 +-
.../conf/druid/single-server/large/_common/common.runtime.properties | 2 +-
.../conf/druid/single-server/medium/_common/common.runtime.properties | 2 +-
.../single-server/micro-quickstart/_common/common.runtime.properties | 2 +-
.../single-server/nano-quickstart/_common/common.runtime.properties | 2 +-
.../conf/druid/single-server/small/_common/common.runtime.properties | 2 +-
.../conf/druid/single-server/xlarge/_common/common.runtime.properties | 2 +-
8 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/examples/conf/druid/auto/_common/common.runtime.properties
b/examples/conf/druid/auto/_common/common.runtime.properties
index 8a9058f6b8c..985a84994d1 100644
--- a/examples/conf/druid/auto/_common/common.runtime.properties
+++ b/examples/conf/druid/auto/_common/common.runtime.properties
@@ -24,7 +24,7 @@
# If you specify `druid.extensions.loadList=[]`, Druid won't load any
extension from file system.
# If you don't specify `druid.extensions.loadList`, Druid will load all the
extensions under root extension directory.
# More info:
https://druid.apache.org/docs/latest/operations/including-extensions.html
-druid.extensions.loadList=["druid-hdfs-storage",
"druid-kafka-indexing-service", "druid-datasketches", "druid-multi-stage-query"]
+druid.extensions.loadList=["druid-hdfs-storage",
"druid-kafka-indexing-service", "druid-datasketches",
"druid-multi-stage-query", "druid-parquet-extensions"]
# If you have a different version of Hadoop, place your Hadoop client jar
files in your hadoop-dependencies directory
# and uncomment the line below to point to your directory.
diff --git a/examples/conf/druid/cluster/_common/common.runtime.properties
b/examples/conf/druid/cluster/_common/common.runtime.properties
index 8a9058f6b8c..985a84994d1 100644
--- a/examples/conf/druid/cluster/_common/common.runtime.properties
+++ b/examples/conf/druid/cluster/_common/common.runtime.properties
@@ -24,7 +24,7 @@
# If you specify `druid.extensions.loadList=[]`, Druid won't load any
extension from file system.
# If you don't specify `druid.extensions.loadList`, Druid will load all the
extensions under root extension directory.
# More info:
https://druid.apache.org/docs/latest/operations/including-extensions.html
-druid.extensions.loadList=["druid-hdfs-storage",
"druid-kafka-indexing-service", "druid-datasketches", "druid-multi-stage-query"]
+druid.extensions.loadList=["druid-hdfs-storage",
"druid-kafka-indexing-service", "druid-datasketches",
"druid-multi-stage-query", "druid-parquet-extensions"]
# If you have a different version of Hadoop, place your Hadoop client jar
files in your hadoop-dependencies directory
# and uncomment the line below to point to your directory.
diff --git
a/examples/conf/druid/single-server/large/_common/common.runtime.properties
b/examples/conf/druid/single-server/large/_common/common.runtime.properties
index dcb1687ca70..d27c83ca569 100644
--- a/examples/conf/druid/single-server/large/_common/common.runtime.properties
+++ b/examples/conf/druid/single-server/large/_common/common.runtime.properties
@@ -24,7 +24,7 @@
# If you specify `druid.extensions.loadList=[]`, Druid won't load any
extension from file system.
# If you don't specify `druid.extensions.loadList`, Druid will load all the
extensions under root extension directory.
# More info:
https://druid.apache.org/docs/latest/operations/including-extensions.html
-druid.extensions.loadList=["druid-hdfs-storage",
"druid-kafka-indexing-service", "druid-datasketches", "druid-multi-stage-query"]
+druid.extensions.loadList=["druid-hdfs-storage",
"druid-kafka-indexing-service", "druid-datasketches",
"druid-multi-stage-query", "druid-parquet-extensions"]
# If you have a different version of Hadoop, place your Hadoop client jar
files in your hadoop-dependencies directory
# and uncomment the line below to point to your directory.
diff --git
a/examples/conf/druid/single-server/medium/_common/common.runtime.properties
b/examples/conf/druid/single-server/medium/_common/common.runtime.properties
index dcb1687ca70..d27c83ca569 100644
--- a/examples/conf/druid/single-server/medium/_common/common.runtime.properties
+++ b/examples/conf/druid/single-server/medium/_common/common.runtime.properties
@@ -24,7 +24,7 @@
# If you specify `druid.extensions.loadList=[]`, Druid won't load any
extension from file system.
# If you don't specify `druid.extensions.loadList`, Druid will load all the
extensions under root extension directory.
# More info:
https://druid.apache.org/docs/latest/operations/including-extensions.html
-druid.extensions.loadList=["druid-hdfs-storage",
"druid-kafka-indexing-service", "druid-datasketches", "druid-multi-stage-query"]
+druid.extensions.loadList=["druid-hdfs-storage",
"druid-kafka-indexing-service", "druid-datasketches",
"druid-multi-stage-query", "druid-parquet-extensions"]
# If you have a different version of Hadoop, place your Hadoop client jar
files in your hadoop-dependencies directory
# and uncomment the line below to point to your directory.
diff --git
a/examples/conf/druid/single-server/micro-quickstart/_common/common.runtime.properties
b/examples/conf/druid/single-server/micro-quickstart/_common/common.runtime.properties
index dcb1687ca70..d27c83ca569 100644
---
a/examples/conf/druid/single-server/micro-quickstart/_common/common.runtime.properties
+++
b/examples/conf/druid/single-server/micro-quickstart/_common/common.runtime.properties
@@ -24,7 +24,7 @@
# If you specify `druid.extensions.loadList=[]`, Druid won't load any
extension from file system.
# If you don't specify `druid.extensions.loadList`, Druid will load all the
extensions under root extension directory.
# More info:
https://druid.apache.org/docs/latest/operations/including-extensions.html
-druid.extensions.loadList=["druid-hdfs-storage",
"druid-kafka-indexing-service", "druid-datasketches", "druid-multi-stage-query"]
+druid.extensions.loadList=["druid-hdfs-storage",
"druid-kafka-indexing-service", "druid-datasketches",
"druid-multi-stage-query", "druid-parquet-extensions"]
# If you have a different version of Hadoop, place your Hadoop client jar
files in your hadoop-dependencies directory
# and uncomment the line below to point to your directory.
diff --git
a/examples/conf/druid/single-server/nano-quickstart/_common/common.runtime.properties
b/examples/conf/druid/single-server/nano-quickstart/_common/common.runtime.properties
index dcb1687ca70..d27c83ca569 100644
---
a/examples/conf/druid/single-server/nano-quickstart/_common/common.runtime.properties
+++
b/examples/conf/druid/single-server/nano-quickstart/_common/common.runtime.properties
@@ -24,7 +24,7 @@
# If you specify `druid.extensions.loadList=[]`, Druid won't load any
extension from file system.
# If you don't specify `druid.extensions.loadList`, Druid will load all the
extensions under root extension directory.
# More info:
https://druid.apache.org/docs/latest/operations/including-extensions.html
-druid.extensions.loadList=["druid-hdfs-storage",
"druid-kafka-indexing-service", "druid-datasketches", "druid-multi-stage-query"]
+druid.extensions.loadList=["druid-hdfs-storage",
"druid-kafka-indexing-service", "druid-datasketches",
"druid-multi-stage-query", "druid-parquet-extensions"]
# If you have a different version of Hadoop, place your Hadoop client jar
files in your hadoop-dependencies directory
# and uncomment the line below to point to your directory.
diff --git
a/examples/conf/druid/single-server/small/_common/common.runtime.properties
b/examples/conf/druid/single-server/small/_common/common.runtime.properties
index dcb1687ca70..d27c83ca569 100644
--- a/examples/conf/druid/single-server/small/_common/common.runtime.properties
+++ b/examples/conf/druid/single-server/small/_common/common.runtime.properties
@@ -24,7 +24,7 @@
# If you specify `druid.extensions.loadList=[]`, Druid won't load any
extension from file system.
# If you don't specify `druid.extensions.loadList`, Druid will load all the
extensions under root extension directory.
# More info:
https://druid.apache.org/docs/latest/operations/including-extensions.html
-druid.extensions.loadList=["druid-hdfs-storage",
"druid-kafka-indexing-service", "druid-datasketches", "druid-multi-stage-query"]
+druid.extensions.loadList=["druid-hdfs-storage",
"druid-kafka-indexing-service", "druid-datasketches",
"druid-multi-stage-query", "druid-parquet-extensions"]
# If you have a different version of Hadoop, place your Hadoop client jar
files in your hadoop-dependencies directory
# and uncomment the line below to point to your directory.
diff --git
a/examples/conf/druid/single-server/xlarge/_common/common.runtime.properties
b/examples/conf/druid/single-server/xlarge/_common/common.runtime.properties
index dcb1687ca70..d27c83ca569 100644
--- a/examples/conf/druid/single-server/xlarge/_common/common.runtime.properties
+++ b/examples/conf/druid/single-server/xlarge/_common/common.runtime.properties
@@ -24,7 +24,7 @@
# If you specify `druid.extensions.loadList=[]`, Druid won't load any
extension from file system.
# If you don't specify `druid.extensions.loadList`, Druid will load all the
extensions under root extension directory.
# More info:
https://druid.apache.org/docs/latest/operations/including-extensions.html
-druid.extensions.loadList=["druid-hdfs-storage",
"druid-kafka-indexing-service", "druid-datasketches", "druid-multi-stage-query"]
+druid.extensions.loadList=["druid-hdfs-storage",
"druid-kafka-indexing-service", "druid-datasketches",
"druid-multi-stage-query", "druid-parquet-extensions"]
# If you have a different version of Hadoop, place your Hadoop client jar
files in your hadoop-dependencies directory
# and uncomment the line below to point to your directory.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]