From 1dda3268d19057e191cefa4f2e8f6c837fbaf32a Mon Sep 17 00:00:00 2001 From: David Rodrigues Date: Tue, 28 Apr 2015 19:42:19 -0700 Subject: [PATCH] Remove duplicated Azure doc. section. --- docs/content/Deep-Storage.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/docs/content/Deep-Storage.md b/docs/content/Deep-Storage.md index 194ff93203d..de7fbe14619 100644 --- a/docs/content/Deep-Storage.md +++ b/docs/content/Deep-Storage.md @@ -49,21 +49,6 @@ If you are using the Hadoop indexer, set your output directory to be a location ## Community Contributed Deep Stores -### Azure - -[Microsoft Azure Storage](http://azure.microsoft.com/en-us/services/storage/) is another option for deep storage. This requires some additional druid configuration. - -``` -druid.storage.type=azure -druid.azure.account= -druid.azure.key= -druid.azure.container= -druid.azure.protocol= -druid.azure.maxTries= -``` - -Please note that this is a community contributed module. See [Azure Services](http://azure.microsoft.com/en-us/pricing/free-trial/) for more information. - ### Cassandra [Apache Cassandra](http://www.datastax.com/what-we-offer/products-services/datastax-enterprise/apache-cassandra) can also be leveraged for deep storage. This requires some additional druid configuration as well as setting up the necessary schema within a Cassandra keystore.