NVIDIA / spark-rapids-tools

User tools for Spark RAPIDS
Apache License 2.0
56 stars 37 forks source link

Add default fallback for unsupported platform and spark runtime configurations #1421

Open parthosa opened 1 week ago

parthosa commented 1 week ago

Fixes #1420.

This PR adds features to handle cases where the user provides an event log with a runtime not supported by the current platform.

Example

Enhancements to Platform and Runtime Handling:

Refactorings in Profiling Tool:

Adjustments in AppBase Class:

Tests