aboutsummaryrefslogtreecommitdiff
path: root/make-distribution.sh
diff options
context:
space:
mode:
Diffstat (limited to 'make-distribution.sh')
-rwxr-xr-xmake-distribution.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/make-distribution.sh b/make-distribution.sh
index d7d27e253f..7b417fe7cf 100755
--- a/make-distribution.sh
+++ b/make-distribution.sh
@@ -69,9 +69,6 @@ while (( "$#" )); do
echo "Error: '--with-hive' is no longer supported, use Maven options -Phive and -Phive-thriftserver"
exit_with_usage
;;
- --skip-java-test)
- SKIP_JAVA_TEST=true
- ;;
--with-tachyon)
SPARK_TACHYON=true
;;