From 704f463dbf4e759aace2de4159f7b3ee9586ef37 Mon Sep 17 00:00:00 2001 From: nishantmonu51 Date: Mon, 9 Mar 2015 21:19:29 +0530 Subject: [PATCH] fix property name in doc --- docs/content/Broker-Config.md | 2 +- docs/content/Historical-Config.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/Broker-Config.md b/docs/content/Broker-Config.md index 1898c8f5bc2..3a0f8664fd5 100644 --- a/docs/content/Broker-Config.md +++ b/docs/content/Broker-Config.md @@ -79,7 +79,7 @@ You can optionally only configure caching to be enabled on the broker by setting |`druid.broker.cache.useCache`|Enable the cache on the broker.|false| |`druid.broker.cache.populateCache`|Populate the cache on the broker.|false| |`druid.cache.type`|`local`, `memcached`|The type of cache to use for queries.|`local`| -|`druid.cache.unCacheable`|All druid query types|All query types to not cache.|["groupBy", "select"]| +|`druid.broker.cache.unCacheable`|All druid query types|All query types to not cache.|["groupBy", "select"]| #### Local Cache diff --git a/docs/content/Historical-Config.md b/docs/content/Historical-Config.md index 75a66c97fdd..0d28e661215 100644 --- a/docs/content/Historical-Config.md +++ b/docs/content/Historical-Config.md @@ -81,7 +81,7 @@ You can optionally only configure caching to be enabled on the historical by set |`druid.historical.cache.useCache`|Enable the cache on the broker.|false| |`druid.historical.cache.populateCache`|Populate the cache on the broker.|false| |`druid.cache.type`|`local`, `memcached`|The type of cache to use for queries.|`local`| -|`druid.cache.unCacheable`|All druid query types|All query types to not cache.|["groupBy", "select"]| +|`druid.historical.cache.unCacheable`|All druid query types|All query types to not cache.|["groupBy", "select"]| #### Local Cache