File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -469,7 +469,7 @@ def __hash__(self):
469469 name = "yarn" ,
470470 dependencies = [],
471471 source_file_regexes = [
472- "yarn/" ,
472+ "resource-managers/ yarn/" ,
473473 "common/network-yarn/" ,
474474 ],
475475 build_profile_flags = ["-Pyarn" ],
@@ -485,7 +485,7 @@ def __hash__(self):
485485mesos = Module (
486486 name = "mesos" ,
487487 dependencies = [],
488- source_file_regexes = ["mesos/" ],
488+ source_file_regexes = ["resource-managers/ mesos/" ],
489489 build_profile_flags = ["-Pmesos" ],
490490 sbt_test_goals = ["mesos/test" ]
491491)
Original file line number Diff line number Diff line change 2121 <groupId >org.apache.spark</groupId >
2222 <artifactId >spark-parent_2.11</artifactId >
2323 <version >2.2.0-SNAPSHOT</version >
24- <relativePath >../pom.xml</relativePath >
24+ <relativePath >../../ pom.xml</relativePath >
2525 </parent >
2626
2727 <artifactId >spark-mesos_2.11</artifactId >
Original file line number Diff line number Diff line change 2121 <groupId >org.apache.spark</groupId >
2222 <artifactId >spark-parent_2.11</artifactId >
2323 <version >2.2.0-SNAPSHOT</version >
24- <relativePath >../pom.xml</relativePath >
24+ <relativePath >../../ pom.xml</relativePath >
2525 </parent >
2626
2727 <artifactId >spark-yarn_2.11</artifactId >
You can’t perform that action at this time.
0 commit comments