Skip to content
Snippets Groups Projects
Commit c1194987 authored by Mark Wagner's avatar Mark Wagner Committed by Patrick Wendell
Browse files

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
parent 0d01e85f
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment