spark-rapids icon indicating copy to clipboard operation
spark-rapids copied to clipboard

AutoTuner test recommendations need to be isolate from the Profiler

Open amahussein opened this issue 2 years ago • 0 comments

Is your feature request related to a problem? Please describe. Following up on #6300 , the Autotuner code should be refactored in a way to enable testing recommendations based on existing calculations. Currently, we need an entire eventlog to be passed as argument to the Profiler. This makes it hard to test the configurations separately because the eventlog will drive the calculations.

amahussein avatar Aug 16 '22 15:08 amahussein