File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
2+
23#
34# Licensed to the Apache Software Foundation (ASF) under one or more
45# contributor license agreements. See the NOTICE file distributed with
1617# limitations under the License.
1718#
1819
19- # * ---------------------------------------------------- *
20- # | Utility functions for launching Spark applications |
21- # * ---------------------------------------------------- *
22-
2320# Gather all all spark-submit options into SUBMISSION_OPTS
2421function gatherSparkSubmitOpts() {
22+
2523 if [ -z " $SUBMIT_USAGE_FUNCTION " ]; then
2624 echo " Function for printing usage of $0 is not set." 1>&2
2725 echo " Please set usage function to shell variable 'SUBMIT_USAGE_FUNCTION' in $0 " 1>&2
@@ -59,4 +57,3 @@ function gatherSparkSubmitOpts() {
5957 export SUBMISSION_OPTS
6058 export APPLICATION_OPTS
6159}
62-
You can’t perform that action at this time.
0 commit comments