remove validation query config from docs as its not valid anymore

This commit is contained in:
Himanshu Gupta 2015-05-03 08:30:39 -05:00
parent aa10626b61
commit eca69fd084
1 changed files with 0 additions and 2 deletions

View File

@ -151,8 +151,6 @@ These properties specify the jdbc connection and other configuration around the
|`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|
|`druid.metadata.storage.connector.useValidationQuery`|Validate a table with a query.|false|
|`druid.metadata.storage.connector.validationQuery`|The query to validate with.|SELECT 1|
|`druid.metadata.storage.tables.base`|The base name for tables.|druid|
|`druid.metadata.storage.tables.segmentTable`|The table to use to look for segments.|druid_segments|
|`druid.metadata.storage.tables.ruleTable`|The table to use to look for segment load/drop rules.|druid_rules|