From c11949878d650ed776b190444b198dbdacb0c5d7 Mon Sep 17 00:00:00 2001 From: Mark Wagner Date: Sat, 19 Jul 2014 20:24:13 -0700 Subject: SPARK-2587: Fix error message in make-distribution.sh make-distribution.sh gives a slightly off error message when using --with-hive. Author: Mark Wagner Closes #1489 from wagnermarkd/SPARK-2587 and squashes the following commits: 7b5d3ff [Mark Wagner] SPARK-2587: Fix error message in make-distribution.sh --- make-distribution.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make-distribution.sh b/make-distribution.sh index b5a90f0f3b..c08093f46b 100755 --- a/make-distribution.sh +++ b/make-distribution.sh @@ -58,7 +58,7 @@ while (( "$#" )); do exit_with_usage ;; --with-hive) - echo "Error: '--with-hive' is no longer supported, use Maven option -Pyarn" + echo "Error: '--with-hive' is no longer supported, use Maven option -Phive" exit_with_usage ;; --skip-java-test) -- cgit v1.2.3