mirror of https://github.com/apache/druid.git
Add druid parquet extensions to example quickstarts (#16664)
This change adds druid-parquet-extensions to all example quickstarts
This commit is contained in:
parent
920d9020c0
commit
f51c7b346f
|
@ -24,7 +24,7 @@
|
||||||
# If you specify `druid.extensions.loadList=[]`, Druid won't load any extension from file system.
|
# 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.
|
# 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
|
# 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
|
# 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.
|
# and uncomment the line below to point to your directory.
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
# If you specify `druid.extensions.loadList=[]`, Druid won't load any extension from file system.
|
# 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.
|
# 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
|
# 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
|
# 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.
|
# and uncomment the line below to point to your directory.
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
# If you specify `druid.extensions.loadList=[]`, Druid won't load any extension from file system.
|
# 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.
|
# 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
|
# 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
|
# 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.
|
# and uncomment the line below to point to your directory.
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
# If you specify `druid.extensions.loadList=[]`, Druid won't load any extension from file system.
|
# 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.
|
# 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
|
# 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
|
# 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.
|
# and uncomment the line below to point to your directory.
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
# If you specify `druid.extensions.loadList=[]`, Druid won't load any extension from file system.
|
# 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.
|
# 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
|
# 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
|
# 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.
|
# and uncomment the line below to point to your directory.
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
# If you specify `druid.extensions.loadList=[]`, Druid won't load any extension from file system.
|
# 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.
|
# 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
|
# 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
|
# 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.
|
# and uncomment the line below to point to your directory.
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
# If you specify `druid.extensions.loadList=[]`, Druid won't load any extension from file system.
|
# 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.
|
# 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
|
# 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
|
# 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.
|
# and uncomment the line below to point to your directory.
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
# If you specify `druid.extensions.loadList=[]`, Druid won't load any extension from file system.
|
# 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.
|
# 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
|
# 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
|
# 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.
|
# and uncomment the line below to point to your directory.
|
||||||
|
|
Loading…
Reference in New Issue