From 457edb5d25a9994f3319eed9039f7df5af30bcd2 Mon Sep 17 00:00:00 2001 From: Himanshu Gupta Date: Wed, 1 Apr 2015 00:54:38 -0500 Subject: [PATCH] correcting storageDirectory property typo --- examples/config/_common/common.runtime.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/config/_common/common.runtime.properties b/examples/config/_common/common.runtime.properties index 98d84f6656ff..82f27f44aaeb 100644 --- a/examples/config/_common/common.runtime.properties +++ b/examples/config/_common/common.runtime.properties @@ -29,7 +29,7 @@ druid.metadata.storage.connector.password=diurd # Deep storage (local filesystem for examples - don't use this in production) druid.storage.type=local -druid.storage.storage.storageDirectory=/tmp/druid/localStorage +druid.storage.storageDirectory=/tmp/druid/localStorage # Query Cache (we use a simple 10mb heap-based local cache on the broker) druid.cache.type=local