Skip to content
This repository has been archived by the owner on Sep 23, 2019. It is now read-only.

Commit

Permalink
SAMZA-851: update Hello-Samza w/ CDH tutorial documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nickpan47 committed Feb 11, 2016
1 parent 495f2eb commit 2176430
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/learn/tutorials/versioned/deploy-samza-to-CDH.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,15 @@ title: Deploy Samza Job To CDH
limitations under the License.
-->

The tutorial assumes you have successfully run [hello-samza](../../../startup/hello-samza/{{site.version}}/) and now you want to deploy the job to your Cloudera Data Hub ([CDH](http://www.cloudera.com/content/cloudera/en/products-and-services/cdh.html)). This tutorial is based on CDH 5.0.0 and uses hello-samza as the example job.
The tutorial assumes you have successfully run [hello-samza](../../../startup/hello-samza/{{site.version}}/) and now you want to deploy the job to your Cloudera Data Hub ([CDH](http://www.cloudera.com/content/cloudera/en/products-and-services/cdh.html)). This tutorial is based on CDH 5.4.0 and uses hello-samza as the example job.

### Compile Package for CDH 5.4.0

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
{% endhighlight %}

### Upload Package to Cluster

Expand Down

0 comments on commit 2176430

Please sign in to comment.