Repository: samza Updated Branches: refs/heads/master 85b8e931c -> c7c030af7
SAMZA-765: Fix hello-samza build doc to add step publishing latest samza in local maven repo Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: http://git-wip-us.apache.org/repos/asf/samza/commit/c7c030af Tree: http://git-wip-us.apache.org/repos/asf/samza/tree/c7c030af Diff: http://git-wip-us.apache.org/repos/asf/samza/diff/c7c030af Branch: refs/heads/master Commit: c7c030af74250d5f95fe3774aa8a9131a8ec7ccf Parents: 85b8e93 Author: Yi Pan <[email protected]> Authored: Mon Aug 31 23:32:46 2015 -0700 Committer: Yi Pan (Data Infrastructure) <[email protected]> Committed: Mon Aug 31 23:32:46 2015 -0700 ---------------------------------------------------------------------- docs/startup/hello-samza/versioned/index.md | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/samza/blob/c7c030af/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 71c71b3..8fb4a94 100644 --- a/docs/startup/hello-samza/versioned/index.md +++ b/docs/startup/hello-samza/versioned/index.md @@ -50,6 +50,14 @@ Once the grid command completes, you can verify that YARN is up and running by g Before you can run a Samza job, you need to build a package for it. This package is what YARN uses to deploy your jobs on the grid. +NOTE: if you are building from the latest branch of hello-samza project, make sure that you run the following step from your local Samza project first: + +{% highlight bash %} +./gradlew publishToMavenLocal +{% endhighlight %} + +Then, you can continue w/ the following command in hello-samza project: + {% highlight bash %} mvn clean package mkdir -p deploy/samza
