From 3507c4347ce9ff27741fccb0cfa96101d4f5106c Mon Sep 17 00:00:00 2001 From: Dongkyu Hwangbo Date: Tue, 3 Jan 2017 15:27:56 +0900 Subject: [PATCH] Initial --- docs/learn/tutorials/versioned/deploy-samza-to-CDH.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/learn/tutorials/versioned/deploy-samza-to-CDH.md b/docs/learn/tutorials/versioned/deploy-samza-to-CDH.md index 8016aca5c5..fff209f558 100644 --- a/docs/learn/tutorials/versioned/deploy-samza-to-CDH.md +++ b/docs/learn/tutorials/versioned/deploy-samza-to-CDH.md @@ -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 @@ -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)