aboutsummaryrefslogtreecommitdiff
path: root/make-distribution.sh
diff options
context:
space:
mode:
authorReynold Xin <rxin@databricks.com>2015-12-21 22:15:52 -0800
committerReynold Xin <rxin@databricks.com>2015-12-21 22:15:52 -0800
commit0a38637d05d2338503ecceacfb911a6da6d49538 (patch)
tree080b3f2485cd1e2d93f23b764181415df795719d /make-distribution.sh
parent29cecd4a42f6969613e5b2a40f2724f99e7eec01 (diff)
downloadspark-0a38637d05d2338503ecceacfb911a6da6d49538.tar.gz
spark-0a38637d05d2338503ecceacfb911a6da6d49538.tar.bz2
spark-0a38637d05d2338503ecceacfb911a6da6d49538.zip
[SPARK-11807] Remove support for Hadoop < 2.2
i.e. Hadoop 1 and Hadoop 2.0 Author: Reynold Xin <rxin@databricks.com> Closes #10404 from rxin/SPARK-11807.
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 e64ceb8024..351b9e7d89 100755
--- a/make-distribution.sh
+++ b/make-distribution.sh
@@ -58,7 +58,7 @@ while (( "$#" )); do
--hadoop)
echo "Error: '--hadoop' is no longer supported:"
echo "Error: use Maven profiles and options -Dhadoop.version and -Dyarn.version instead."
- echo "Error: Related profiles include hadoop-1, hadoop-2.2, hadoop-2.3 and hadoop-2.4."
+ echo "Error: Related profiles include hadoop-2.2, hadoop-2.3 and hadoop-2.4."
exit_with_usage
;;
--with-yarn)