aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Bozarth <ajbozart@us.ibm.com>2016-02-10 14:07:50 -0600
committerTom Graves <tgraves@yahoo-inc.com>2016-02-10 14:07:50 -0600
commit39cc620e9c9bf3722992da8d39a928ba638ff21d (patch)
tree4589e0dd7cbeff4da0f1f9dd588054b96267c2be
parent5cf20598cec4e60b53c0e40dc4243f436396e7fc (diff)
downloadspark-39cc620e9c9bf3722992da8d39a928ba638ff21d.tar.gz
spark-39cc620e9c9bf3722992da8d39a928ba638ff21d.tar.bz2
spark-39cc620e9c9bf3722992da8d39a928ba638ff21d.zip
[SPARK-13163][WEB UI] Column width on new History Server DataTables not getting set correctly
The column width for the new DataTables now adjusts for the current page rather than being hard-coded for the entire table's data. Author: Alex Bozarth <ajbozart@us.ibm.com> Closes #11057 from ajbozarth/spark13163.
-rw-r--r--core/src/main/resources/org/apache/spark/ui/static/historypage.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/main/resources/org/apache/spark/ui/static/historypage.js b/core/src/main/resources/org/apache/spark/ui/static/historypage.js
index 785abe45bc..689c92e861 100644
--- a/core/src/main/resources/org/apache/spark/ui/static/historypage.js
+++ b/core/src/main/resources/org/apache/spark/ui/static/historypage.js
@@ -118,6 +118,7 @@ $(document).ready(function() {
{name: 'seventh'},
{name: 'eighth'},
],
+ "autoWidth": false
};
var rowGroupConf = {