aboutsummaryrefslogtreecommitdiff
path: root/make-distribution.sh
diff options
context:
space:
mode:
authorMark Wagner <mwagner@mwagner-ld.linkedin.biz>2014-07-19 20:24:13 -0700
committerPatrick Wendell <pwendell@gmail.com>2014-07-19 20:24:13 -0700
commitc11949878d650ed776b190444b198dbdacb0c5d7 (patch)
tree68b5f39dbab8802aed59d205ae6f698fdf4d4543 /make-distribution.sh
parent0d01e85f42f3c997df7fee942b05b509968bac4b (diff)
downloadspark-c11949878d650ed776b190444b198dbdacb0c5d7.tar.gz
spark-c11949878d650ed776b190444b198dbdacb0c5d7.tar.bz2
spark-c11949878d650ed776b190444b198dbdacb0c5d7.zip
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 <mwagner@mwagner-ld.linkedin.biz> Closes #1489 from wagnermarkd/SPARK-2587 and squashes the following commits: 7b5d3ff [Mark Wagner] SPARK-2587: Fix error message in make-distribution.sh
Diffstat (limited to 'make-distribution.sh')
-rwxr-xr-xmake-distribution.sh2
1 files changed, 1 insertions, 1 deletions
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)