You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ni...@apache.org on 2017/04/04 07:33:50 UTC

[09/11] ambari git commit: AMBARI-20576. Issue in pig view after enabling strict mode (Venkata Sairam via pallavkul)

AMBARI-20576. Issue in pig view after enabling strict mode (Venkata Sairam via pallavkul)


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

Branch: refs/heads/branch-2.5
Commit: ff0e3a4270ee9aa6998331833e2f92ca682f3b58
Parents: 5fe2d46
Author: pallavkul <pa...@gmail.com>
Authored: Mon Mar 27 12:24:41 2017 +0530
Committer: Nitiraj Singh Rathore <ni...@gmail.com>
Committed: Tue Apr 4 13:03:12 2017 +0530

----------------------------------------------------------------------
 .../views/pig/src/main/resources/ui/pig-web/app/routes/splash.js   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/ff0e3a42/contrib/views/pig/src/main/resources/ui/pig-web/app/routes/splash.js
----------------------------------------------------------------------
diff --git a/contrib/views/pig/src/main/resources/ui/pig-web/app/routes/splash.js b/contrib/views/pig/src/main/resources/ui/pig-web/app/routes/splash.js
index 66e1c88..5cfeac7 100644
--- a/contrib/views/pig/src/main/resources/ui/pig-web/app/routes/splash.js
+++ b/contrib/views/pig/src/main/resources/ui/pig-web/app/routes/splash.js
@@ -54,7 +54,7 @@ App.SplashRoute = Em.Route.extend({
         controller.startTests(model).then(function () {
           if (model.get("storageTest") && model.get("webhcatTest") && model.get("hdfsTest") && model.get("userhomeTest")) {
             Ember.run.later(this, function () {
-              previousTransition = App.get('previousTransition');
+              let previousTransition = App.get('previousTransition');
               if (previousTransition) {
                 previousTransition.retry();
               } else {