update versions in tutorials and docs

This commit is contained in:
fjy 2015-02-12 16:11:31 -08:00
parent e915675b97
commit 13de51494e
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
cd druid
git fetch --tags
git checkout druid-0.7.0-rc2
git checkout druid-0.7.0-rc3
./build.sh
```
### Downloading the DSK (Druid Standalone Kit)
[Download](http://static.druid.io/artifacts/releases/druid-services-0.7.0-rc2-bin.tar.gz) a stand-alone tarball and run it:
[Download](http://static.druid.io/artifacts/releases/druid-services-0.7.0-rc3-bin.tar.gz) a stand-alone tarball and run it:
``` bash
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
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.
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-rc3-bin.tar.gz). Download this file to a directory of your choosing.
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:
```
cd druid-services-0.7.0-rc2
cd druid-services-0.7.0-rc3
```
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.
You can download the latest version of druid [here](http://static.druid.io/artifacts/releases/druid-services-0.7.0-rc2-bin.tar.gz)
You can download the latest version of druid [here](http://static.druid.io/artifacts/releases/druid-services-0.7.0-rc3-bin.tar.gz)
and untar the contents within by issuing:

View File

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

View File

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

View File

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