Skip to content

Commit e10e41c

Browse files
committed
[DOP-29001] Remove ivy2 jars from SPARK_CLASSPATH
1 parent 1d5ad3e commit e10e41c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docker/entrypoint_worker.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,6 @@ elif ! [ -z ${SPARK_HOME+x} ]; then
4747
SPARK_CLASSPATH="$SPARK_HOME/conf:$SPARK_CLASSPATH";
4848
fi
4949

50-
# Place IVY2 jars at the end of classpath to avoid conflicts with Spark and Hadoop jars
51-
IVY2_HOME=$(realpath ~/.ivy2)
52-
SPARK_CLASSPATH="$SPARK_CLASSPATH:${IVY2_HOME}/jars/*"
53-
5450
# SPARK-43540: add current working directory into executor classpath
5551
SPARK_CLASSPATH="$SPARK_CLASSPATH:$PWD"
5652

0 commit comments

Comments
 (0)