We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d5ad3e commit e10e41cCopy full SHA for e10e41c
docker/entrypoint_worker.sh
@@ -47,10 +47,6 @@ elif ! [ -z ${SPARK_HOME+x} ]; then
47
SPARK_CLASSPATH="$SPARK_HOME/conf:$SPARK_CLASSPATH";
48
fi
49
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
-
54
# SPARK-43540: add current working directory into executor classpath
55
SPARK_CLASSPATH="$SPARK_CLASSPATH:$PWD"
56
0 commit comments