mirror of https://github.com/apache/druid.git
added required config option
This commit is contained in:
parent
1ddaa3fb33
commit
27997f9682
|
@ -150,6 +150,7 @@ These properties specify the jdbc connection and other configuration around the
|
|||
|Property|Description|Default|
|
||||
|--------|-----------|-------|
|
||||
|`druid.metadata.storage.type`|The type of metadata storage to use. Choose from "mysql", "postgres", or "derby".|derby|
|
||||
|`druid.metadata.storage.connector.connectURI`|The jdbc uri for the database to connect to|none|
|
||||
|`druid.metadata.storage.connector.user`|The username to connect with.|none|
|
||||
|`druid.metadata.storage.connector.password`|The password to connect with.|none|
|
||||
|`druid.metadata.storage.connector.createTables`|If Druid requires a table and it doesn't exist, create it?|true|
|
||||
|
|
Loading…
Reference in New Issue