From 108f2943d0f0c2372c9da2c63bdb41fed6f4baa5 Mon Sep 17 00:00:00 2001 From: Dongkyu Hwangbo Date: Mon, 30 Jan 2017 15:56:56 -0800 Subject: [PATCH] SAMZA-1074; Fix builds for hello-samza on various CDH versions This issue is mainly related of hello-samza, but modification of document is needed to help user understand this process well. Author: Dongkyu Hwangbo Reviewers: jvenkatr Closes #38 from dkhwangbo/SAMZA-1074 --- 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)