Skip to content

Commit

Permalink
SAMZA-1074; Fix builds for hello-samza on various CDH versions
Browse files Browse the repository at this point in the history
This issue is mainly related of hello-samza, but modification of document is needed to help user understand this process well.

Author: Dongkyu Hwangbo <hwangbodk@gmail.com>

Reviewers: jvenkatr

Closes apache#38 from dkhwangbo/SAMZA-1074
  • Loading branch information
dkhwangbo authored and Jacob Maes committed Mar 6, 2017
1 parent f64a821 commit 108f294
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/learn/tutorials/versioned/deploy-samza-to-CDH.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)

Expand Down

0 comments on commit 108f294

Please sign in to comment.