aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/resources/org
diff options
context:
space:
mode:
authorJean-Baptiste Onofré <jbonofre@apache.org>2015-11-18 08:57:58 +0000
committerSean Owen <sowen@cloudera.com>2015-11-18 08:57:58 +0000
commite62820c85fe02c70f9ed51b2e68d41ff8cfecd40 (patch)
treee700ac2ebd0b30291766b32f43cc1d73ab7d2265 /core/src/main/resources/org
parentb8f4379ba1c5c1a8f3b4c88bd97031dc8ad2dfea (diff)
downloadspark-e62820c85fe02c70f9ed51b2e68d41ff8cfecd40.tar.gz
spark-e62820c85fe02c70f9ed51b2e68d41ff8cfecd40.tar.bz2
spark-e62820c85fe02c70f9ed51b2e68d41ff8cfecd40.zip
[SPARK-6541] Sort executors by ID (numeric)
"Force" the executor ID sort with Int. Author: Jean-Baptiste Onofré <jbonofre@apache.org> Closes #9165 from jbonofre/SPARK-6541.
Diffstat (limited to 'core/src/main/resources/org')
-rw-r--r--core/src/main/resources/org/apache/spark/ui/static/sorttable.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/main/resources/org/apache/spark/ui/static/sorttable.js b/core/src/main/resources/org/apache/spark/ui/static/sorttable.js
index dde6069000..a73d9a5cbc 100644
--- a/core/src/main/resources/org/apache/spark/ui/static/sorttable.js
+++ b/core/src/main/resources/org/apache/spark/ui/static/sorttable.js
@@ -89,7 +89,7 @@ sorttable = {
// make it clickable to sort
headrow[i].sorttable_columnindex = i;
headrow[i].sorttable_tbody = table.tBodies[0];
- dean_addEvent(headrow[i],"click", function(e) {
+ dean_addEvent(headrow[i],"click", sorttable.innerSortFunction = function(e) {
if (this.className.search(/\bsorttable_sorted\b/) != -1) {
// if we're already sorted by this column, just