Github user srowen commented on a diff in the pull request:
https://github.com/apache/spark/pull/16256#discussion_r92131009
--- Diff:
core/src/main/resources/org/apache/spark/ui/static/executorspage.js ---
@@ -412,18 +412,15 @@ $(document).ready(function () {
],
"columnDefs": [
{
- "targets": [ 15 ],
- "visible": logsExist(response)
- },
- {
"targets": [ 16 ],
"visible": getThreadDumpEnabled()
}
],
"order": [[0, "asc"]]
};
- $(selector).DataTable(conf);
+ var dt = $(selector).DataTable(conf);
--- End diff --
You know better than I how to implement this. Does the same logic apply to
column 16's init above?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]