You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by ni...@apache.org on 2016/02/19 19:31:23 UTC

[5/7] samza git commit: SAMZA-851: update Hello-Samza w/ CDH tutorial documentation

SAMZA-851: update Hello-Samza w/ CDH tutorial documentation


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

Branch: refs/heads/samza-sql
Commit: 2176430379aa6355a27148d1384fbc342b96f24a
Parents: 495f2eb
Author: Yi Pan (Data Infrastructure) <ni...@gmail.com>
Authored: Tue Feb 9 21:18:38 2016 -0800
Committer: Yi Pan (Data Infrastructure) <ni...@gmail.com>
Committed: Thu Feb 11 14:34:32 2016 -0800

----------------------------------------------------------------------
 docs/learn/tutorials/versioned/deploy-samza-to-CDH.md | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/samza/blob/21764303/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 36df300..daf762b 100644
--- a/docs/learn/tutorials/versioned/deploy-samza-to-CDH.md
+++ b/docs/learn/tutorials/versioned/deploy-samza-to-CDH.md
@@ -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