Repository: ambari
Updated Branches:
  refs/heads/branch-2.5 972450b9d -> 685cc5456


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/685cc545
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/685cc545
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/685cc545

Branch: refs/heads/branch-2.5
Commit: 685cc5456e6e61e137404e89bfd4da8231e8d64e
Parents: 972450b
Author: pallavkul <[email protected]>
Authored: Wed Mar 22 22:35:55 2017 +0530
Committer: pallavkul <[email protected]>
Committed: Wed Mar 22 22:37:26 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/685cc545/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

Reply via email to