From eca69fd0841a8b3bd5aa4cde3bdc624f3513077d Mon Sep 17 00:00:00 2001 From: Himanshu Gupta Date: Sun, 3 May 2015 08:30:39 -0500 Subject: [PATCH] remove validation query config from docs as its not valid anymore --- docs/content/Configuration.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/content/Configuration.md b/docs/content/Configuration.md index 202a6fe116a..cce3e196f4f 100644 --- a/docs/content/Configuration.md +++ b/docs/content/Configuration.md @@ -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|