You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by on...@apache.org on 2014/02/13 14:47:32 UTC

git commit: AMBARI-4650. Tez not shown in install wizard > review page. (onechiporenko)

Updated Branches:
  refs/heads/trunk 8d1d814de -> 8ea3b178a


AMBARI-4650. Tez not shown in install wizard > review page. (onechiporenko)


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

Branch: refs/heads/trunk
Commit: 8ea3b178a5d5798af32720080399cff009a7d48c
Parents: 8d1d814
Author: Oleg Nechiporenko <on...@apache.org>
Authored: Thu Feb 13 15:44:55 2014 +0200
Committer: Oleg Nechiporenko <on...@apache.org>
Committed: Thu Feb 13 15:47:24 2014 +0200

----------------------------------------------------------------------
 ambari-web/app/data/review_configs.js | 12 ++++++++++++
 1 file changed, 12 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/8ea3b178/ambari-web/app/data/review_configs.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/data/review_configs.js b/ambari-web/app/data/review_configs.js
index 8f7c2cd..58825f1 100644
--- a/ambari-web/app/data/review_configs.js
+++ b/ambari-web/app/data/review_configs.js
@@ -332,6 +332,18 @@ module.exports = [
             isMaster: false
           })
         ]
+      }),
+      Ember.Object.create({
+        service_name: 'TEZ',
+        display_name: 'Tez',
+        service_components: [
+          Ember.Object.create({
+            display_name: 'Clients',
+            component_name: 'CLIENT',
+            component_value: '',
+            isMaster: false
+          })
+        ]
       })
     ]
   }