Skip to content

Commit 238447d

Browse files
zhuolAndrew Or
authored andcommitted
[SPARK-13775] History page sorted by completed time desc by default.
## What changes were proposed in this pull request? Originally the page is sorted by AppID by default. After tests with users' feedback, we think it might be best to sort by completed time (desc). ## How was this patch tested? Manually test, with screenshot as follows. ![sorted-by-complete-time-desc](https://cloud.githubusercontent.com/assets/11683054/13647686/d6dea924-e5fa-11e5-8fc5-68e039b74b6f.png) Author: zhuol <[email protected]> Closes apache#11608 from zhuoliu/13775.
1 parent 40e0676 commit 238447d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/resources/org/apache/spark/ui/static/historypage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ $(document).ready(function() {
165165
{name: 'eighth'},
166166
],
167167
"autoWidth": false,
168-
"order": [[ 0, "desc" ]]
168+
"order": [[ 4, "desc" ]]
169169
};
170170

171171
var rowGroupConf = {

0 commit comments

Comments
 (0)