update version in docs

This commit is contained in:
fjy 2015-02-03 14:26:42 -08:00
parent 1f12c5b2f1
commit 67ecb07ccd
6 changed files with 8 additions and 8 deletions

View File

@ -19,13 +19,13 @@ Clone Druid and build it:
git clone https://github.com/druid-io/druid.git druid git clone https://github.com/druid-io/druid.git druid
cd druid cd druid
git fetch --tags git fetch --tags
git checkout druid-0.7.0-rc1 git checkout druid-0.7.0-rc2
./build.sh ./build.sh
``` ```
### Downloading the DSK (Druid Standalone Kit) ### Downloading the DSK (Druid Standalone Kit)
[Download](http://static.druid.io/artifacts/releases/druid-services-0.7.0-rc1-bin.tar.gz) a stand-alone tarball and run it: [Download](http://static.druid.io/artifacts/releases/druid-services-0.7.0-rc2-bin.tar.gz) a stand-alone tarball and run it:
``` bash ``` bash
tar -xzf druid-services-0.X.X-bin.tar.gz tar -xzf druid-services-0.X.X-bin.tar.gz

View File

@ -49,7 +49,7 @@ There are two ways to setup Druid: download a tarball, or [Build From Source](Bu
### Download a Tarball ### Download a Tarball
We've built a tarball that contains everything you'll need. You'll find it [here](http://static.druid.io/artifacts/releases/druid-services-0.7.0-rc1-bin.tar.gz). Download this file to a directory of your choosing. We've built a tarball that contains everything you'll need. You'll find it [here](http://static.druid.io/artifacts/releases/druid-services-0.7.0-rc2-bin.tar.gz). Download this file to a directory of your choosing.
You can extract the content within by issuing: You can extract the content within by issuing:
@ -60,7 +60,7 @@ tar -zxvf druid-services-*-bin.tar.gz
If you cd into the directory: If you cd into the directory:
``` ```
cd druid-services-0.7.0-rc1 cd druid-services-0.7.0-rc2
``` ```
You should see a bunch of files: You should see a bunch of files:

View File

@ -13,7 +13,7 @@ In this tutorial, we will set up other types of Druid nodes and external depende
If you followed the first tutorial, you should already have Druid downloaded. If not, let's go back and do that first. If you followed the first tutorial, you should already have Druid downloaded. If not, let's go back and do that first.
You can download the latest version of druid [here](http://static.druid.io/artifacts/releases/druid-services-0.7.0-rc1-bin.tar.gz) You can download the latest version of druid [here](http://static.druid.io/artifacts/releases/druid-services-0.7.0-rc2-bin.tar.gz)
and untar the contents within by issuing: and untar the contents within by issuing:

View File

@ -61,7 +61,7 @@
"type": "hadoop", "type": "hadoop",
"inputSpec": { "inputSpec": {
"type": "static", "type": "static",
"paths": "/myPath/druid-services-0.7.0-rc1/examples/indexing/wikipedia_data.json" "paths": "/myPath/druid-services-0.7.0-rc2/examples/indexing/wikipedia_data.json"
}, },
"metadataUpdateSpec": { "metadataUpdateSpec": {
"type": "db", "type": "db",

View File

@ -63,7 +63,7 @@
"type": "hadoop", "type": "hadoop",
"inputSpec": { "inputSpec": {
"type": "static", "type": "static",
"paths": "/myPath/druid-services-0.7.0-rc1/examples/indexing/wikipedia_data.json" "paths": "/myPath/druid-services-0.7.0-rc2/examples/indexing/wikipedia_data.json"
} }
}, },
"tuningConfig": { "tuningConfig": {

View File

@ -63,7 +63,7 @@
"type": "index", "type": "index",
"firehose": { "firehose": {
"type": "local", "type": "local",
"baseDir": "/MyPath/druid-services-0.7.0-rc1/examples/indexing/", "baseDir": "/MyPath/druid-services-0.7.0-rc2/examples/indexing/",
"filter": "wikipedia_data.json" "filter": "wikipedia_data.json"
} }
}, },