Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1365 from objmagic/website-0.14.2
Browse files Browse the repository at this point in the history
Update Bazel version number variable
  • Loading branch information
kramasamy authored Sep 8, 2016
2 parents 3c52670 + 8f8997f commit 71d5b25
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions website/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ params:
author: Twitter, Inc.
description: A realtime, distributed, fault-tolerant stream processing engine from Twitter
versions:
heron: 0.14.2
bazel: 0.3.0
heron: 0.14.3
bazel: 0.3.1
assets:
favicon:
small: /img/favicon-16x16.png
Expand Down
2 changes: 1 addition & 1 deletion website/content/docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ To check Heron is successfully installed, run:

```bash
$ heron version
heron.build.version : 0.14.2
heron.build.version : {{% heronVersion %}}
heron.build.time : Sat Aug 6 12:35:47 PDT 2016
heron.build.timestamp : 1470512147000
heron.build.host : ${HOSTNAME}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,17 +75,17 @@ $ vagrant ssh
### Step 1.a : Download installation script files

You can download the script files that match your Linux distribution from
https://github.com/twitter/heron/releases/tag/0.14.2
https://github.com/twitter/heron/releases/tag/{{% heronVersion %}}

For example for the 0.14.2 release the files you need to download For Ubuntu will be the following.
For example for the {{% heronVersion %}} release the files you need to download For Ubuntu will be the following.

* `heron-client-install-0.14.2-ubuntu.sh`
* `heron-tools-install-0.14.2-ubuntu.sh`
* `heron-client-install-{{% heronVersion %}}-ubuntu.sh`
* `heron-tools-install-{{% heronVersion %}}-ubuntu.sh`

Optionally - You want need the following for the steps in the blog post

* `heron-api-install-0.14.2-ubuntu.sh`
* `heron-core-0.14.2-ubuntu.tar.gz`
* `heron-api-install-{{% heronVersion %}}-ubuntu.sh`
* `heron-core-{{% heronVersion %}}-ubuntu.tar.gz`

### Step 1.b: Execute the client and tools shell scripts

Expand Down
12 changes: 6 additions & 6 deletions website/content/docs/upgrade-storm-to-heron.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ Once the script is downloaded, run it while setting the `--user` and
`--maven` flags:

```bash
$ chmod +x heron-api-install-0.14.2-PLATFORM.sh
$ ./heron-api-install-0.14.2-PLATFORM.sh --user --maven
$ chmod +x heron-api-install-{{% heronVersion %}}-PLATFORM.sh
$ ./heron-api-install-{{% heronVersion %}}-PLATFORM.sh --user --maven
Heron API installer
-------------------

Expand All @@ -36,12 +36,12 @@ Heron API is now installed!

See http://heronstreaming.io/docs/getting-started for how to use Heron.

heron.build.version : '0.14.2'
heron.build.time : Sat Aug 6 12:35:47 PDT 2016
heron.build.timestamp : 1470512147000
heron.build.version : '{{% heronVersion %}}'
heron.build.time : ...
heron.build.timestamp : ...
heron.build.host : ${HOSTNAME}
heron.build.user : ${USERNAME}
heron.build.git.revision : 26bb4096130a05f9799510bbce6c37a69a7342ef
heron.build.git.revision : ...
heron.build.git.status : Clean
```

Expand Down

0 comments on commit 71d5b25

Please sign in to comment.