Skip to content

Commit fbb5471

Browse files
committed
Turn -e mode on and also disable trrying to build the R image since it fails, make a note that it will need to be fixed inSPARK-25152
1 parent 475744b commit fbb5471

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

resource-managers/kubernetes/integration-tests/scripts/setup-integration-test-env.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# See the License for the specific language governing permissions and
1717
# limitations under the License.
1818
#
19-
set -x
19+
set -ex
2020
TEST_ROOT_DIR=$(git rev-parse --show-toplevel)
2121
UNPACKED_SPARK_TGZ="$TEST_ROOT_DIR/target/spark-dist-unpacked"
2222
IMAGE_TAG_OUTPUT_FILE="$TEST_ROOT_DIR/target/image-tag.txt"
@@ -85,8 +85,8 @@ then
8585
# Build PySpark image
8686
LANGUAGE_BINDING_BUILD_ARGS="-p $DOCKER_FILE_BASE_PATH/bindings/python/Dockerfile"
8787

88-
# Build SparkR image
89-
LANGUAGE_BINDING_BUILD_ARGS="$LANGUAGE_BINDING_BUILD_ARGS -R $DOCKER_FILE_BASE_PATH/bindings/R/Dockerfile"
88+
# Build SparkR image -- disabled since this fails, re-enable as part of SPARK-25152
89+
# LANGUAGE_BINDING_BUILD_ARGS="$LANGUAGE_BINDING_BUILD_ARGS -R $DOCKER_FILE_BASE_PATH/bindings/R/Dockerfile"
9090

9191
case $DEPLOY_MODE in
9292
cloud)

0 commit comments

Comments
 (0)