Github user zsxwing commented on a diff in the pull request:
https://github.com/apache/spark/pull/22473#discussion_r219573967
--- Diff: core/src/main/scala/org/apache/spark/executor/Executor.scala ---
@@ -120,7 +120,7 @@ private[spark] class Executor(
}
// Whether to load classes in user jars before those in Spark jars
- private val userClassPathFirst =
conf.getBoolean("spark.executor.userClassPathFirst", false)
+ private val userClassPathFirst =
conf.getBoolean(EXECUTOR_USER_CLASS_PATH_FIRST.key, false)
--- End diff --
nit: `conf.get(EXECUTOR_USER_CLASS_PATH_FIRST)`
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]