Repository: samza
Updated Branches:
  refs/heads/master bf9bc2c37 -> 154cda2c7


SAMZA-1074; Fix builds for hello-samza on various CDH versions

This issue is mainly related of hello-samza, but modification of document is 
needed to help user understand this process well.

Author: Dongkyu Hwangbo <hwangb...@gmail.com>

Reviewers: jvenkatr

Closes #38 from dkhwangbo/SAMZA-1074


Project: http://git-wip-us.apache.org/repos/asf/samza/repo
Commit: http://git-wip-us.apache.org/repos/asf/samza/commit/154cda2c
Tree: http://git-wip-us.apache.org/repos/asf/samza/tree/154cda2c
Diff: http://git-wip-us.apache.org/repos/asf/samza/diff/154cda2c

Branch: refs/heads/master
Commit: 154cda2c7f7b6569557a188484e262882af3f4f2
Parents: bf9bc2c
Author: Dongkyu Hwangbo <hwangb...@gmail.com>
Authored: Mon Jan 30 15:56:56 2017 -0800
Committer: vjagadish1989 <jvenk...@linkedin.com>
Committed: Mon Jan 30 15:56:56 2017 -0800

----------------------------------------------------------------------
 docs/learn/tutorials/versioned/deploy-samza-to-CDH.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/samza/blob/154cda2c/docs/learn/tutorials/versioned/deploy-samza-to-CDH.md
----------------------------------------------------------------------
diff --git a/docs/learn/tutorials/versioned/deploy-samza-to-CDH.md 
b/docs/learn/tutorials/versioned/deploy-samza-to-CDH.md
index 8016aca..fff209f 100644
--- a/docs/learn/tutorials/versioned/deploy-samza-to-CDH.md
+++ b/docs/learn/tutorials/versioned/deploy-samza-to-CDH.md
@@ -26,7 +26,7 @@ The tutorial assumes you have successfully run 
[hello-samza](../../../startup/he
 We need to use a specific compile option to build hello-samza package for CDH 
5.4.0
 
 {% highlight bash %}
-mvn clean package -Denv=cdh5.4.0
+mvn clean package -Dhadoop.version=cdh5.4.0
 {% endhighlight %}
 
 ### Upload Package to Cluster
@@ -37,7 +37,7 @@ There are a few ways of uploading the package to the 
cluster's HDFS. If you do n
 hadoop fs -put path/to/hello-samza-0.11.0-dist.tar.gz /path/for/tgz
 {% endhighlight %}
 
-### Get Deloying Scripts
+### Get Deploying Scripts
 
 Untar the job package (assume you will run from the current directory)
 

Reply via email to