fix doc format

This commit is contained in:
bin liu 2016-02-03 16:24:19 +08:00
parent a737877680
commit 39a4666387
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ cd druid-<version>
## External Dependencies
Druid requires 3 external dependencies.
* A "deep storage" that acts as a data repository. This is generally distributed storage like HDFS or S3. For prototyping or experimentation on a single machine, Druid can use the local filesystem.
* A "metadata storage" to hold configuration and metadata information. This is generally a small, shared database like MySQL or PostgreSQL. For prototyping or experimentation on a single machine, Druid can use a local instance of [Apache Derby](http://db.apache.org/derby/).
* [Apache Zookeeper](http://zookeeper.apache.org/) for coordination among different pieces of the cluster.