teeny tiny wording change (#3623)

This commit is contained in:
Aveplatter 2016-10-31 11:46:54 -05:00 committed by Fangjin Yang
parent 3fca3be9ea
commit 317d62e18c
1 changed files with 1 additions and 1 deletions

View File

@ -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.