-
- Downloads
[SPARK-13364] Sort appId as num rather than str in history page.
## What changes were proposed in this pull request? History page now sorts the appID as a string, which can lead to unexpected order for the case "application_11111_9" and "application_11111_20". Add a new sort type called appId-numeric can fix it. ## How was the this patch tested? This patch was manually tested with UI. See the screenshot below:  Author: zhuol <zhuol@yahoo-inc.com> Closes #11259 from zhuoliu/13364.
Showing
- core/src/main/resources/org/apache/spark/ui/static/historypage-template.html 1 addition, 1 deletion...rces/org/apache/spark/ui/static/historypage-template.html
- core/src/main/resources/org/apache/spark/ui/static/historypage.js 32 additions, 1 deletion.../main/resources/org/apache/spark/ui/static/historypage.js
Please register or sign in to comment