Repository: ambari
Updated Branches:
  refs/heads/trunk c1ec67356 -> e8f2d1e1c


AMBARI-5364. Re-order Tez configurations in UI. (jaimin)


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

Branch: refs/heads/trunk
Commit: e8f2d1e1cc43173082145b3c4ca6bc3e4feb24a2
Parents: c1ec673
Author: Jaimin Jetly <jai...@hortonworks.com>
Authored: Fri Apr 4 18:12:06 2014 -0700
Committer: Jaimin Jetly <jai...@hortonworks.com>
Committed: Fri Apr 4 18:12:19 2014 -0700

----------------------------------------------------------------------
 ambari-web/app/data/HDP2/site_properties.js | 80 ++++++++++++++++++++++++
 1 file changed, 80 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/e8f2d1e1/ambari-web/app/data/HDP2/site_properties.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/data/HDP2/site_properties.js 
b/ambari-web/app/data/HDP2/site_properties.js
index 44cdbf3..0ced041 100644
--- a/ambari-web/app/data/HDP2/site_properties.js
+++ b/ambari-web/app/data/HDP2/site_properties.js
@@ -462,6 +462,86 @@ module.exports =
       "category": "Hive Metastore",
       "index": 4
     },
+  
/**********************************************tez-site*****************************************/
+    {
+      "id": "site property",
+      "name": "tez.am.resource.memory.mb",
+      "displayName": "tez.am.resource.memory.mb",
+      "displayType": "int",
+      "category": "General",
+      "serviceName": "TEZ"
+    },
+    {
+      "id": "site property",
+      "name": "tez.am.java.opts",
+      "displayName": "tez.am.java.opts",
+      "category": "General",
+      "serviceName": "TEZ"
+    },
+    {
+      "id": "site property",
+      "name": "tez.am.grouping.split-waves",
+      "displayName": "tez.am.grouping.split-waves",
+      "displayType": "float",
+      "category": "General",
+      "serviceName": "TEZ"
+    },
+    {
+      "id": "site property",
+      "name": "tez.am.grouping.min-size",
+      "displayName": "tez.am.grouping.min-size",
+      "displayType": "int",
+      "category": "General",
+      "serviceName": "TEZ"
+    },
+    {
+      "id": "site property",
+      "name": "tez.am.grouping.max-size",
+      "displayName": "tez.am.grouping.max-size",
+      "displayType": "int",
+      "category": "General",
+      "serviceName": "TEZ"
+    },
+    {
+      "id": "site property",
+      "name": "tez.am.log.level",
+      "displayName": "tez.am.log.level",
+      "displayType": "string",
+      "category": "General",
+      "serviceName": "TEZ"
+    },
+    {
+      "id": "site property",
+      "name": "tez.runtime.intermediate-input.compress.codec",
+      "displayName": "tez.runtime.intermediate-input.compress.codec",
+      "displayType": "string",
+      "category": "General",
+      "serviceName": "TEZ"
+    },
+    {
+      "id": "site property",
+      "name": "tez.runtime.intermediate-input.is-compressed",
+      "displayName": "tez.runtime.intermediate-input.is-compressed",
+      "displayType": "checkbox",
+      "category": "General",
+      "serviceName": "TEZ"
+    },
+    {
+      "id": "site property",
+      "name": "tez.runtime.intermediate-output.compress.codec",
+      "displayName": "tez.runtime.intermediate-output.compress.codec",
+      "displayType": "string",
+      "category": "General",
+      "serviceName": "TEZ"
+    },
+    {
+      "id": "site property",
+      "name": "tez.runtime.intermediate-output.should-compress",
+      "displayName": "tez.runtime.intermediate-output.should-compress",
+      "displayType": "checkbox",
+      "category": "General",
+      "serviceName": "TEZ"
+    },
 
   
/**********************************************hbase-site***************************************/
     {

Reply via email to