You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by an...@apache.org on 2015/05/08 23:06:42 UTC

[3/3] spark git commit: [WEBUI] Remove debug feature for vis.js

[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 <sa...@oss.nttdata.co.jp>

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


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/c45c09b0
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/c45c09b0
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/c45c09b0

Branch: refs/heads/master
Commit: c45c09b015f6f1111fcf9e3c3109a253bbd1d259
Parents: dc71e47
Author: Kousuke Saruta <sa...@oss.nttdata.co.jp>
Authored: Fri May 8 14:06:37 2015 -0700
Committer: Andrew Or <an...@databricks.com>
Committed: Fri May 8 14:06:37 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/c45c09b0/.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: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org