From 2ad73930e20e799abad6cc27338e63027648a491 Mon Sep 17 00:00:00 2001 From: tedyu Date: Mon, 26 Oct 2015 09:19:17 -0700 Subject: [PATCH 1/2] Include hive profile in make-distribution.sh command --- docs/building-spark.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/building-spark.md b/docs/building-spark.md index 743643cbcc62f..71164fcd8fb27 100644 --- a/docs/building-spark.md +++ b/docs/building-spark.md @@ -38,7 +38,7 @@ To create a Spark distribution like those distributed by the to be runnable, use `make-distribution.sh` in the project root directory. It can be configured with Maven profile settings and so on like the direct Maven build. Example: - ./make-distribution.sh --name custom-spark --tgz -Phadoop-2.4 -Pyarn + ./make-distribution.sh --name custom-spark --tgz -Phadoop-2.4 -Pyarn -Phive For more information on usage, run `./make-distribution.sh --help` From a12997b07e5bf4e0b141b26dad8f358d469233a2 Mon Sep 17 00:00:00 2001 From: tedyu Date: Mon, 26 Oct 2015 11:06:57 -0700 Subject: [PATCH 2/2] Align build arguments with the ones used by release-build.sh --- docs/building-spark.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/building-spark.md b/docs/building-spark.md index 71164fcd8fb27..4f73adb85446c 100644 --- a/docs/building-spark.md +++ b/docs/building-spark.md @@ -38,7 +38,7 @@ To create a Spark distribution like those distributed by the to be runnable, use `make-distribution.sh` in the project root directory. It can be configured with Maven profile settings and so on like the direct Maven build. Example: - ./make-distribution.sh --name custom-spark --tgz -Phadoop-2.4 -Pyarn -Phive + ./make-distribution.sh --name custom-spark --tgz -Psparkr -Phadoop-2.4 -Phive -Phive-thriftserver -Pyarn For more information on usage, run `./make-distribution.sh --help`