Skip to content

Commit

Permalink
Merge pull request #1257 from himanshug/fix_doc
Browse files Browse the repository at this point in the history
fixing storageDirectory property typo in example configuration
  • Loading branch information
fjy committed Apr 2, 2015
2 parents 882b58a + 457edb5 commit 9e02884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/config/_common/common.runtime.properties
Expand Up @@ -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
Expand Down

0 comments on commit 9e02884

Please sign in to comment.