Repository: ambari Updated Branches: refs/heads/trunk 0f5d55077 -> 73ecc31b9
AMBARI-20530. Tez view not loading in secure mode. (pallavkul) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/73ecc31b Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/73ecc31b Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/73ecc31b Branch: refs/heads/trunk Commit: 73ecc31b96df5f391d64a52bbe88cb93bd64d15b Parents: 0f5d550 Author: pallavkul <[email protected]> Authored: Wed Mar 22 22:35:55 2017 +0530 Committer: pallavkul <[email protected]> Committed: Wed Mar 22 22:35:55 2017 +0530 ---------------------------------------------------------------------- contrib/views/tez/src/main/resources/ui/ambari-scripts/init-view.js | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/73ecc31b/contrib/views/tez/src/main/resources/ui/ambari-scripts/init-view.js ---------------------------------------------------------------------- diff --git a/contrib/views/tez/src/main/resources/ui/ambari-scripts/init-view.js b/contrib/views/tez/src/main/resources/ui/ambari-scripts/init-view.js index 0e0bdee..91a90f4 100644 --- a/contrib/views/tez/src/main/resources/ui/ambari-scripts/init-view.js +++ b/contrib/views/tez/src/main/resources/ui/ambari-scripts/init-view.js @@ -17,6 +17,7 @@ */ var PATH_PARAM_NAME = "viewPath"; +var ENV = ENV || {}; /** * Returns view name, version and instance name from location.pathname
