Skip to content

Commit 05c478c

Browse files
committed
Update source-file regexes and parent references.
1 parent 60bb878 commit 05c478c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

dev/sparktestsupport/modules.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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):
485485
mesos = 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
)

resource-managers/mesos/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
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>

resource-managers/yarn/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
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>

0 commit comments

Comments
 (0)