mirror of https://github.com/apache/druid.git
teeny tiny wording change (#3623)
This commit is contained in:
parent
3fca3be9ea
commit
317d62e18c
|
@ -19,7 +19,7 @@
|
|||
|
||||
# Extensions specified in the load list will be loaded by Druid
|
||||
# We are using local fs for deep storage - not recommended for production - use S3, HDFS, or NFS instead
|
||||
# We are using local derby for the metadata store - recommended for production - use MySQL or Postgres instead
|
||||
# We are using local derby for the metadata store - not recommended for production - use MySQL or Postgres instead
|
||||
|
||||
# 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.
|
||||
|
|
Loading…
Reference in New Issue