Closed turboFei closed 3 months ago
Fix applicationId extraction from shuffle key.
For spark on k8s, the applicationId might be spark-da4571bd2cbf491c892cbd4de40fc918.
spark-da4571bd2cbf491c892cbd4de40fc918
Due the application extraction is not correct, the result of API /api/v1/applications/top_disk_usages is not correct.
/api/v1/applications/top_disk_usages
No.
Not needed, just leverage existing method.
thanks, merged to main, branch-0.5, branch-0.4
What changes were proposed in this pull request?
Fix applicationId extraction from shuffle key.
Why are the changes needed?
For spark on k8s, the applicationId might be
spark-da4571bd2cbf491c892cbd4de40fc918
.Due the application extraction is not correct, the result of API
/api/v1/applications/top_disk_usages
is not correct.Does this PR introduce any user-facing change?
No.
How was this patch tested?
Not needed, just leverage existing method.