Closed thirtiseven closed 2 days ago
Close https://github.com/NVIDIA/spark-rapids/issues/11666
In a customer use case we found that the profiling files were sometimes very large even when we enabled stage/time range limit config on a job.
This pr add support for profiling on only a limited number of tasks for specific stages.
before this pr:
after this pr, task limit = 5:
This nsys-rep file size dropped from 10.4 Mb to 474 Kb.
build
Close https://github.com/NVIDIA/spark-rapids/issues/11666
In a customer use case we found that the profiling files were sometimes very large even when we enabled stage/time range limit config on a job.
This pr add support for profiling on only a limited number of tasks for specific stages.
before this pr:
after this pr, task limit = 5:
This nsys-rep file size dropped from 10.4 Mb to 474 Kb.