Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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