aboutsummaryrefslogtreecommitdiff
path: root/docs/_plugins
diff options
context:
space:
mode:
authorJosiah Samuel <josiah_sams@in.ibm.com>2015-09-17 10:18:21 -0700
committerMarcelo Vanzin <vanzin@cloudera.com>2015-09-17 10:18:21 -0700
commit81b4db374dd61b6f1c30511c70b6ab2a52c68faa (patch)
tree2a0c01aa5cc3e7e952e58bd0c4580f27fea15e8a /docs/_plugins
parent136c77d8bbf48f7c45dd7c3fbe261a0476f455fe (diff)
downloadspark-81b4db374dd61b6f1c30511c70b6ab2a52c68faa.tar.gz
spark-81b4db374dd61b6f1c30511c70b6ab2a52c68faa.tar.bz2
spark-81b4db374dd61b6f1c30511c70b6ab2a52c68faa.zip
[SPARK-10172] [CORE] disable sort in HistoryServer webUI
This pull request is to address the JIRA SPARK-10172 (History Server web UI gets messed up when sorting on any column). The content of the table gets messed up due to the rowspan attribute of the table data(cell) during sorting. The current table sort library used in SparkUI (sorttable.js) doesn't support/handle cells(td) with rowspans. The fix will disable the table sort in the web UI, when there are jobs listed with multiple attempts. Author: Josiah Samuel <josiah_sams@in.ibm.com> Closes #8506 from josiahsams/SPARK-10172.
Diffstat (limited to 'docs/_plugins')
0 files changed, 0 insertions, 0 deletions