You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The AutoTuner currently generates a configuration file (rapids_4_spark_qualification_output/tuning/app_xxx.conf) that combines existing application execution configurations with Spark RAPIDS configurations recommended by the AutoTuner. This file is intended to be directly usable for subsequent job runs. However, several issues in the generated configuration file prevent it from being used as-is.
Some of the issues Identified:
Configurations with redacted values that are not functional:
Similarly, AutoTuner comments about missing configuration but does not generate a configuration with that value:
- 'spark.rapids.memory.pinnedPool.size' should be set to 2048m.
- Cannot recommend RAPIDS Shuffle Manager for unsupported Spark version: '3.1.3'.
To enable RAPIDS Shuffle Manager, use a supported Spark version (e.g., '3.5.1')
and set: '--conf spark.shuffle.manager=com.nvidia.spark.rapids.spark351.RapidsShuffleManager'.
See supported versions: https://docs.nvidia.com/spark-rapids/user-guide/latest/additional-functionality/rapids-shuffle.html#rapids-shuffle-manager.
Some configurations are set by the CSP environments without user's involvement:
Describe the bug
The AutoTuner currently generates a configuration file (
rapids_4_spark_qualification_output/tuning/app_xxx.conf
) that combines existing application execution configurations with Spark RAPIDS configurations recommended by the AutoTuner. This file is intended to be directly usable for subsequent job runs. However, several issues in the generated configuration file prevent it from being used as-is.Some of the issues Identified:
Expected behavior
AutoTuner should generate a clean, functional configuration file which is ready for direct use with Spark RAPIDS plugin.
The text was updated successfully, but these errors were encountered: