Skip to content

Commit

Permalink
Always use RAPIDS shuffle when running TPCH and Mortgage tests (NVIDI…
Browse files Browse the repository at this point in the history
…A#1000)

Signed-off-by: Jason Lowe <jlowe@nvidia.com>
  • Loading branch information
jlowe authored and sperlingxx committed Nov 20, 2020
1 parent 9304dc6 commit a4a0e9c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,6 @@
<module>udf-compiler</module>
</modules>
</profile>
<profile>
<id>alpha-features</id>
<properties>
<rapids.shuffle.manager.override>true</rapids.shuffle.manager.override>
</properties>
</profile>
<profile>
<id>source-javadoc</id>
<build>
Expand Down Expand Up @@ -161,7 +155,7 @@
<rapids.shade.package>com.nvidia.shaded.spark</rapids.shade.package>
<test.exclude.tags></test.exclude.tags>
<test.include.tags></test.include.tags>
<rapids.shuffle.manager.override>false</rapids.shuffle.manager.override>
<rapids.shuffle.manager.override>true</rapids.shuffle.manager.override>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.sourceEncoding>UTF-8</project.reporting.sourceEncoding>
<pytest.TEST_TAGS>not qarun</pytest.TEST_TAGS>
Expand Down

0 comments on commit a4a0e9c

Please sign in to comment.