[WEBUI] Remove debug feature for vis.js `vis.min.js` refers `vis.map` and this even refers `vis.js` which is used for debug `vis.js` but this debug feature is not needed for Spark itself.
This issue is really minor so I don't file this in JIRA. /CC andrewor14 Author: Kousuke Saruta <[email protected]> Closes #5994 from sarutak/remove-debug-feature-for-vis and squashes the following commits: 8be038f [Kousuke Saruta] Remove vis.map entry from .rat-exclude 7404945 [Kousuke Saruta] Removed debug feature for vis.js (cherry picked from commit c45c09b015f6f1111fcf9e3c3109a253bbd1d259) Signed-off-by: Andrew Or <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/1dde3b36 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/1dde3b36 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/1dde3b36 Branch: refs/heads/branch-1.4 Commit: 1dde3b36bbe8ac2bafd7b70c5a1484042476dbf2 Parents: ab0caa0 Author: Kousuke Saruta <[email protected]> Authored: Fri May 8 14:06:37 2015 -0700 Committer: Andrew Or <[email protected]> Committed: Fri May 8 14:06:44 2015 -0700 ---------------------------------------------------------------------- .rat-excludes | 1 - core/src/main/resources/org/apache/spark/ui/static/vis.map | 1 - core/src/main/resources/org/apache/spark/ui/static/vis.min.js | 1 - 3 files changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/1dde3b36/.rat-excludes ---------------------------------------------------------------------- diff --git a/.rat-excludes b/.rat-excludes index dc08c4a..c0f81b5 100644 --- a/.rat-excludes +++ b/.rat-excludes @@ -36,7 +36,6 @@ graphlib-dot.min.js sorttable.js vis.min.js vis.min.css -vis.map .*avsc .*txt .*json --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
