Skip to content

Commit

Permalink
Merge dev into main
Browse files Browse the repository at this point in the history
Signed-off-by: spark-rapids automation <[email protected]>
  • Loading branch information
nvauto committed Nov 14, 2024
2 parents 96234d5 + 43825d8 commit 9769036
Show file tree
Hide file tree
Showing 91 changed files with 1,435 additions and 1,962 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<artifactId>rapids-4-spark-tools_2.12</artifactId>
<name>RAPIDS Accelerator for Apache Spark tools</name>
<description>RAPIDS Accelerator for Apache Spark tools</description>
<version>24.10.0</version>
<version>24.10.1-SNAPSHOT</version>
<packaging>jar</packaging>
<url>http://github.com/NVIDIA/spark-rapids-tools</url>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,11 @@ abstract class Platform(var gpuDevice: Option[GpuDevice],
*/
def isPlatformCSP: Boolean = false

/**
* Indicate if the platform requires path recommendations
*/
def requirePathRecommendations: Boolean = true

/**
* The maximum number of Gpus any instance in this platform supports.
*/
Expand Down Expand Up @@ -641,6 +646,7 @@ class EmrPlatform(gpuDevice: Option[GpuDevice],
override val defaultGpuDevice: GpuDevice = A10GGpu

override def isPlatformCSP: Boolean = true
override def requirePathRecommendations: Boolean = false

override def getRetainedSystemProps: Set[String] = Set("EMR_CLUSTER_ID")

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 9769036

Please sign in to comment.