Repository: incubator-samza Updated Branches: refs/heads/master d382cb6f3 -> d497a4079
SAMZA-495; update hello-samza to point to 0.9.0 Project: http://git-wip-us.apache.org/repos/asf/incubator-samza/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-samza/commit/d497a407 Tree: http://git-wip-us.apache.org/repos/asf/incubator-samza/tree/d497a407 Diff: http://git-wip-us.apache.org/repos/asf/incubator-samza/diff/d497a407 Branch: refs/heads/master Commit: d497a4079e2f57498f7a16edbcbb8a62dbdec9c8 Parents: d382cb6 Author: Chris Riccomini <[email protected]> Authored: Tue Dec 9 10:15:33 2014 -0800 Committer: Chris Riccomini <[email protected]> Committed: Tue Dec 9 10:15:33 2014 -0800 ---------------------------------------------------------------------- docs/startup/hello-samza/versioned/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-samza/blob/d497a407/docs/startup/hello-samza/versioned/index.md ---------------------------------------------------------------------- diff --git a/docs/startup/hello-samza/versioned/index.md b/docs/startup/hello-samza/versioned/index.md index f07c656..3882887 100644 --- a/docs/startup/hello-samza/versioned/index.md +++ b/docs/startup/hello-samza/versioned/index.md @@ -53,7 +53,7 @@ Before you can run a Samza job, you need to build a package for it. This package {% highlight bash %} mvn clean package mkdir -p deploy/samza -tar -xvf ./target/hello-samza-0.8.0-dist.tar.gz -C deploy/samza +tar -xvf ./target/hello-samza-0.9.0-dist.tar.gz -C deploy/samza {% endhighlight %} ### Run a Samza Job
