diff --git a/bin/spark-shell b/bin/spark-shell index e0228e1ffe5e4..8b7ccd7439551 100755 --- a/bin/spark-shell +++ b/bin/spark-shell @@ -42,7 +42,6 @@ if [[ "$@" = *--help ]] || [[ "$@" = *-h ]]; then fi source $FWDIR/bin/utils.sh - SUBMIT_USAGE_FUNCTION=usage gatherSparkSubmitOpts "$@" diff --git a/dev/run-tests b/dev/run-tests index 0a10cfda2833b..0e24515d1376c 100755 --- a/dev/run-tests +++ b/dev/run-tests @@ -84,12 +84,6 @@ echo "Running Python style checks" echo "=========================================================================" dev/lint-python -echo "" -echo "=========================================================================" -echo "Running BASH tests" -echo "=========================================================================" -bin/run-tests - echo "" echo "=========================================================================" echo "Running Spark unit tests"