File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
22
export SPARK_VERSION=spark-3.5.3
23
23
export SPARK_DISTRIBUTION=${SPARK_VERSION} -bin-hadoop3
24
24
25
- if [ -z " ${SPARK_HOME} " ]; then
25
+ if [ -z " ${SPARK_HOME} " ]; then
26
26
export SPARK_HOME=$( realpath ~ /${SPARK_DISTRIBUTION} )
27
27
fi
28
28
export PYTHONPATH=" ${SPARK_HOME} /python/:${SPARK_HOME} /python/lib/py4j-0.10.9.7-src.zip:$PYTHONPATH "
@@ -91,7 +91,7 @@ for TEST_FILE in ${TEST_LIST}; do
91
91
fi
92
92
fi
93
93
if [[ " ${TEST_SHORTNAME} " =~ .* .s3_cross_region.* .sh ]]; then
94
- if [ -z " $AWS_CROSS_REGION_TEST_ENABLED " ] || [ " $AWS_CROSS_REGION_TEST_ENABLED " != " true" ] ] ; then
94
+ if [ -z " $AWS_CROSS_REGION_TEST_ENABLED " ] || [ " $AWS_CROSS_REGION_TEST_ENABLED " != " true" ] ; then
95
95
loginfo " AWS cross region tests not enabled, skip running test ${TEST_FILE} "
96
96
continue
97
97
fi
You can’t perform that action at this time.
0 commit comments