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/11 23:39:46 UTC

samza git commit: SAMZA-851: update 0.10.0 online document for CDH 5.4.0

Repository: samza
Updated Branches:
  refs/heads/0.10.0 f91613b62 -> 2bd7f693a


SAMZA-851: update 0.10.0 online document for CDH 5.4.0


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

Branch: refs/heads/0.10.0
Commit: 2bd7f693a73535aa14fdc3119b16a8cf95e2ed22
Parents: f91613b
Author: Yi Pan <ni...@gmail.com>
Authored: Thu Feb 11 14:38:02 2016 -0800
Committer: Yi Pan (Data Infrastructure) <ni...@gmail.com>
Committed: Thu Feb 11 14:38:02 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/2bd7f693/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