Skip to content
Snippets Groups Projects
Commit b44d1b8f authored by Marcelo Vanzin's avatar Marcelo Vanzin
Browse files

[SPARK-18662][HOTFIX] Add new resource-managers directories to SparkLauncher.

These directories are added to the classpath of applications when testing or
using SPARK_PREPEND_CLASSES, otherwise updated classes are not seen. Also,
add the mesos directory which was missing.

Author: Marcelo Vanzin <vanzin@cloudera.com>

Closes #16202 from vanzin/SPARK-18662.
parent 6a5a7254
No related branches found
No related tags found
No related merge requests found
......@@ -158,12 +158,13 @@ abstract class AbstractCommandBuilder {
"launcher",
"mllib",
"repl",
"resource-managers/mesos",
"resource-managers/yarn",
"sql/catalyst",
"sql/core",
"sql/hive",
"sql/hive-thriftserver",
"streaming",
"yarn"
"streaming"
);
if (prependClasses) {
if (!isTesting) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment