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

[04/11] AMBARI-4310 Update mock data of services configurations. (atkach)

http://git-wip-us.apache.org/repos/asf/ambari/blob/8c0e3771/ambari-web/app/assets/data/wizard/stack/hdp/version2.0.1/HIVE.json
----------------------------------------------------------------------
diff --git a/ambari-web/app/assets/data/wizard/stack/hdp/version2.0.1/HIVE.json b/ambari-web/app/assets/data/wizard/stack/hdp/version2.0.1/HIVE.json
index 5596881..c943ac9 100644
--- a/ambari-web/app/assets/data/wizard/stack/hdp/version2.0.1/HIVE.json
+++ b/ambari-web/app/assets/data/wizard/stack/hdp/version2.0.1/HIVE.json
@@ -1,208 +1,424 @@
 {
-  "href" : "http://dev.hortonworks.com:8080/api/v1/stacks2/HDP/versions/1.3.0/stackServices/HIVE/configurations?fields=*",
+  "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/HIVE/configurations?fields=*",
   "items" : [
     {
-      "href" : "http://dev.hortonworks.com:8080/api/v1/stacks2/HDP/versions/1.3.0/stackServices/HIVE/configurations/javax.jdo.option.ConnectionDriverName",
+      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/HIVE/configurations/ambari.hive.db.schema.name",
       "StackConfigurations" : {
-        "property_description" : "Driver class name for a JDBC metastore",
-        "property_value" : "com.mysql.jdbc.Driver",
-        "stack_version" : "1.3.0",
-        "property_name" : "javax.jdo.option.ConnectionDriverName",
-        "filename" : "hive-site.xml",
+        "property_description" : "Database name used as the Hive Metastore",
+        "property_name" : "ambari.hive.db.schema.name",
+        "property_value" : "hive",
         "service_name" : "HIVE",
-        "stack_name" : "HDP"
+        "stack_name" : "HDP",
+        "stack_version" : "2.0.1",
+        "type" : "hive-site.xml"
       }
     },
     {
-      "href" : "http://dev.hortonworks.com:8080/api/v1/stacks2/HDP/versions/1.3.0/stackServices/HIVE/configurations/hive_pid_dir",
+      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/HIVE/configurations/fs.file.impl.disable.cache",
       "StackConfigurations" : {
-        "property_description" : "Hive PID Dir.",
-        "property_value" : "/var/run/hive",
-        "stack_version" : "1.3.0",
-        "property_name" : "hive_pid_dir",
-        "filename" : "global.xml",
+        "property_description" : null,
+        "property_name" : "fs.file.impl.disable.cache",
+        "property_value" : "true",
         "service_name" : "HIVE",
-        "stack_name" : "HDP"
+        "stack_name" : "HDP",
+        "stack_version" : "2.0.1",
+        "type" : "hive-site.xml"
       }
     },
     {
-      "href" : "http://dev.hortonworks.com:8080/api/v1/stacks2/HDP/versions/1.3.0/stackServices/HIVE/configurations/hive.security.authorization.enabled",
+      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/HIVE/configurations/fs.hdfs.impl.disable.cache",
       "StackConfigurations" : {
-        "property_description" : "enable or disable the hive client authorization",
+        "property_description" : null,
+        "property_name" : "fs.hdfs.impl.disable.cache",
         "property_value" : "true",
-        "stack_version" : "1.3.0",
-        "property_name" : "hive.security.authorization.enabled",
-        "filename" : "hive-site.xml",
         "service_name" : "HIVE",
-        "stack_name" : "HDP"
+        "stack_name" : "HDP",
+        "stack_version" : "2.0.1",
+        "type" : "hive-site.xml"
       }
     },
     {
-      "href" : "http://dev.hortonworks.com:8080/api/v1/stacks2/HDP/versions/1.3.0/stackServices/HIVE/configurations/hive_conf_dir",
+      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/HIVE/configurations/hive.auto.convert.join",
       "StackConfigurations" : {
-        "property_description" : "Hive Conf Dir.",
-        "property_value" : "/etc/hive/conf",
-        "stack_version" : "1.3.0",
-        "property_name" : "hive_conf_dir",
-        "filename" : "global.xml",
+        "property_description" : "Whether Hive enable the optimization about converting common\n      join into mapjoin based on the input file size.",
+        "property_name" : "hive.auto.convert.join",
+        "property_value" : "true",
         "service_name" : "HIVE",
-        "stack_name" : "HDP"
+        "stack_name" : "HDP",
+        "stack_version" : "2.0.1",
+        "type" : "hive-site.xml"
       }
     },
     {
-      "href" : "http://dev.hortonworks.com:8080/api/v1/stacks2/HDP/versions/1.3.0/stackServices/HIVE/configurations/hadoop.clientside.fs.operations",
+      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/HIVE/configurations/hive.auto.convert.join.noconditionaltask",
       "StackConfigurations" : {
-        "property_description" : "FS operations are owned by client",
+        "property_description" : "Whether Hive enable the optimization about converting common join into mapjoin based on the input file\n      size. If this paramater is on, and the sum of size for n-1 of the tables/partitions for a n-way join is smaller than the\n      specified size, the join is directly converted to a mapjoin (there is no conditional task).\n    ",
+        "property_name" : "hive.auto.convert.join.noconditionaltask",
         "property_value" : "true",
-        "stack_version" : "1.3.0",
-        "property_name" : "hadoop.clientside.fs.operations",
-        "filename" : "hive-site.xml",
         "service_name" : "HIVE",
-        "stack_name" : "HDP"
+        "stack_name" : "HDP",
+        "stack_version" : "2.0.1",
+        "type" : "hive-site.xml"
       }
     },
     {
-      "href" : "http://dev.hortonworks.com:8080/api/v1/stacks2/HDP/versions/1.3.0/stackServices/HIVE/configurations/hive.security.authorization.manager",
+      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/HIVE/configurations/hive.auto.convert.join.noconditionaltask.size",
       "StackConfigurations" : {
-        "property_description" : "the hive client authorization manager class name.\n    The user defined authorization class should implement interface org.apache.hadoop.hive.ql.security.authorization.HiveAuthorizationProvider.  ",
-        "property_value" : "org.apache.hcatalog.security.HdfsAuthorizationProvider",
-        "stack_version" : "1.3.0",
-        "property_name" : "hive.security.authorization.manager",
-        "filename" : "hive-site.xml",
+        "property_description" : "If hive.auto.convert.join.noconditionaltask is off, this parameter does not take affect. However, if it\n      is on, and the sum of size for n-1 of the tables/partitions for a n-way join is smaller than this size, the join is directly\n      converted to a mapjoin(there is no conditional task). The default is 10MB.\n    ",
+        "property_name" : "hive.auto.convert.join.noconditionaltask.size",
+        "property_value" : "1000000000",
         "service_name" : "HIVE",
-        "stack_name" : "HDP"
+        "stack_name" : "HDP",
+        "stack_version" : "2.0.1",
+        "type" : "hive-site.xml"
       }
     },
     {
-      "href" : "http://dev.hortonworks.com:8080/api/v1/stacks2/HDP/versions/1.3.0/stackServices/HIVE/configurations/fs.hdfs.impl.disable.cache",
+      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/HIVE/configurations/hive.auto.convert.sortmerge.join",
+      "StackConfigurations" : {
+        "property_description" : "Will the join be automatically converted to a sort-merge join, if the joined tables pass\n      the criteria for sort-merge join.\n    ",
+        "property_name" : "hive.auto.convert.sortmerge.join",
+        "property_value" : "true",
+        "service_name" : "HIVE",
+        "stack_name" : "HDP",
+        "stack_version" : "2.0.1",
+        "type" : "hive-site.xml"
+      }
+    },
+    {
+      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/HIVE/configurations/hive.auto.convert.sortmerge.join.noconditionaltask",
       "StackConfigurations" : {
         "property_description" : null,
+        "property_name" : "hive.auto.convert.sortmerge.join.noconditionaltask",
         "property_value" : "true",
-        "stack_version" : "1.3.0",
-        "property_name" : "fs.hdfs.impl.disable.cache",
-        "filename" : "hive-site.xml",
         "service_name" : "HIVE",
-        "stack_name" : "HDP"
+        "stack_name" : "HDP",
+        "stack_version" : "2.0.1",
+        "type" : "hive-site.xml"
       }
     },
     {
-      "href" : "http://dev.hortonworks.com:8080/api/v1/stacks2/HDP/versions/1.3.0/stackServices/HIVE/configurations/hive.metastore.warehouse.dir",
+      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/HIVE/configurations/hive.enforce.bucketing",
       "StackConfigurations" : {
-        "property_description" : "location of default database for the warehouse",
-        "property_value" : "/apps/hive/warehouse",
-        "stack_version" : "1.3.0",
-        "property_name" : "hive.metastore.warehouse.dir",
-        "filename" : "hive-site.xml",
+        "property_description" : "Whether bucketing is enforced. If true, while inserting into the table, bucketing is enforced.",
+        "property_name" : "hive.enforce.bucketing",
+        "property_value" : "true",
         "service_name" : "HIVE",
-        "stack_name" : "HDP"
+        "stack_name" : "HDP",
+        "stack_version" : "2.0.1",
+        "type" : "hive-site.xml"
       }
     },
     {
-      "href" : "http://dev.hortonworks.com:8080/api/v1/stacks2/HDP/versions/1.3.0/stackServices/HIVE/configurations/hive.semantic.analyzer.factory.impl",
+      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/HIVE/configurations/hive.enforce.sorting",
       "StackConfigurations" : {
-        "property_description" : "controls which SemanticAnalyzerFactory implemenation class is used by CLI",
-        "property_value" : "org.apache.hivealog.cli.HCatSemanticAnalyzerFactory",
-        "stack_version" : "1.3.0",
-        "property_name" : "hive.semantic.analyzer.factory.impl",
-        "filename" : "hive-site.xml",
+        "property_description" : "Whether sorting is enforced. If true, while inserting into the table, sorting is enforced.",
+        "property_name" : "hive.enforce.sorting",
+        "property_value" : "true",
+        "service_name" : "HIVE",
+        "stack_name" : "HDP",
+        "stack_version" : "2.0.1",
+        "type" : "hive-site.xml"
+      }
+    },
+    {
+      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/HIVE/configurations/hive.map.aggr",
+      "StackConfigurations" : {
+        "property_description" : "Whether to use map-side aggregation in Hive Group By queries.",
+        "property_name" : "hive.map.aggr",
+        "property_value" : "true",
+        "service_name" : "HIVE",
+        "stack_name" : "HDP",
+        "stack_version" : "2.0.1",
+        "type" : "hive-site.xml"
+      }
+    },
+    {
+      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/HIVE/configurations/hive.mapjoin.bucket.cache.size",
+      "StackConfigurations" : {
+        "property_description" : "\n      Size per reducer.The default is 1G, i.e if the input size is 10G, it\n      will use 10 reducers.\n    ",
+        "property_name" : "hive.mapjoin.bucket.cache.size",
+        "property_value" : "10000",
         "service_name" : "HIVE",
-        "stack_name" : "HDP"
+        "stack_name" : "HDP",
+        "stack_version" : "2.0.1",
+        "type" : "hive-site.xml"
       }
     },
     {
-      "href" : "http://dev.hortonworks.com:8080/api/v1/stacks2/HDP/versions/1.3.0/stackServices/HIVE/configurations/hive_aux_jars_path",
+      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/HIVE/configurations/hive.mapred.reduce.tasks.speculative.execution",
       "StackConfigurations" : {
-        "property_description" : "Hive auxiliary jar path.",
-        "property_value" : "/usr/lib/hcatalog/share/hcatalog/hcatalog-core.jar",
-        "stack_version" : "1.3.0",
-        "property_name" : "hive_aux_jars_path",
-        "filename" : "global.xml",
+        "property_description" : "Whether speculative execution for reducers should be turned on.",
+        "property_name" : "hive.mapred.reduce.tasks.speculative.execution",
+        "property_value" : "false",
+        "service_name" : "HIVE",
+        "stack_name" : "HDP",
+        "stack_version" : "2.0.1",
+        "type" : "hive-site.xml"
+      }
+    },
+    {
+      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/HIVE/configurations/hive.metastore.cache.pinobjtypes",
+      "StackConfigurations" : {
+        "property_description" : "List of comma separated metastore object types that should be pinned in the cache",
+        "property_name" : "hive.metastore.cache.pinobjtypes",
+        "property_value" : "Table,Database,Type,FieldSchema,Order",
         "service_name" : "HIVE",
-        "stack_name" : "HDP"
+        "stack_name" : "HDP",
+        "stack_version" : "2.0.1",
+        "type" : "hive-site.xml"
       }
     },
     {
-      "href" : "http://dev.hortonworks.com:8080/api/v1/stacks2/HDP/versions/1.3.0/stackServices/HIVE/configurations/hive.metastore.client.socket.timeout",
+      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/HIVE/configurations/hive.metastore.client.socket.timeout",
       "StackConfigurations" : {
         "property_description" : "MetaStore Client socket timeout in seconds",
-        "property_value" : "60",
-        "stack_version" : "1.3.0",
         "property_name" : "hive.metastore.client.socket.timeout",
-        "filename" : "hive-site.xml",
+        "property_value" : "60",
+        "service_name" : "HIVE",
+        "stack_name" : "HDP",
+        "stack_version" : "2.0.1",
+        "type" : "hive-site.xml"
+      }
+    },
+    {
+      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/HIVE/configurations/hive.metastore.execute.setugi",
+      "StackConfigurations" : {
+        "property_description" : "In unsecure mode, setting this property to true will cause the metastore to execute DFS operations using the client's reported user and group permissions. Note that this property must be set on both the client and     server sides. Further note that its best effort. If client sets its to true and server sets it to false, client setting will be ignored.",
+        "property_name" : "hive.metastore.execute.setugi",
+        "property_value" : "true",
         "service_name" : "HIVE",
-        "stack_name" : "HDP"
+        "stack_name" : "HDP",
+        "stack_version" : "2.0.1",
+        "type" : "hive-site.xml"
       }
     },
     {
-      "href" : "http://dev.hortonworks.com:8080/api/v1/stacks2/HDP/versions/1.3.0/stackServices/HIVE/configurations/hive.server2.enable.doAs",
+      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/HIVE/configurations/hive.metastore.uris",
+      "StackConfigurations" : {
+        "property_description" : "URI for client to contact metastore server",
+        "property_name" : "hive.metastore.uris",
+        "property_value" : "thrift://localhost:9083",
+        "service_name" : "HIVE",
+        "stack_name" : "HDP",
+        "stack_version" : "2.0.1",
+        "type" : "hive-site.xml"
+      }
+    },
+    {
+      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/HIVE/configurations/hive.metastore.warehouse.dir",
+      "StackConfigurations" : {
+        "property_description" : "location of default database for the warehouse",
+        "property_name" : "hive.metastore.warehouse.dir",
+        "property_value" : "/apps/hive/warehouse",
+        "service_name" : "HIVE",
+        "stack_name" : "HDP",
+        "stack_version" : "2.0.1",
+        "type" : "hive-site.xml"
+      }
+    },
+    {
+      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/HIVE/configurations/hive.optimize.bucketmapjoin",
       "StackConfigurations" : {
         "property_description" : null,
+        "property_name" : "hive.optimize.bucketmapjoin",
         "property_value" : "true",
-        "stack_version" : "1.3.0",
-        "property_name" : "hive.server2.enable.doAs",
-        "filename" : "hive-site.xml",
         "service_name" : "HIVE",
-        "stack_name" : "HDP"
+        "stack_name" : "HDP",
+        "stack_version" : "2.0.1",
+        "type" : "hive-site.xml"
       }
     },
     {
-      "href" : "http://dev.hortonworks.com:8080/api/v1/stacks2/HDP/versions/1.3.0/stackServices/HIVE/configurations/hive.metastore.cache.pinobjtypes",
+      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/HIVE/configurations/hive.optimize.bucketmapjoin.sortedmerge",
       "StackConfigurations" : {
-        "property_description" : "List of comma separated metastore object types that should be pinned in the cache",
-        "property_value" : "Table,Database,Type,FieldSchema,Order",
-        "stack_version" : "1.3.0",
-        "property_name" : "hive.metastore.cache.pinobjtypes",
-        "filename" : "hive-site.xml",
+        "property_description" : null,
+        "property_name" : "hive.optimize.bucketmapjoin.sortedmerge",
+        "property_value" : "true",
         "service_name" : "HIVE",
-        "stack_name" : "HDP"
+        "stack_name" : "HDP",
+        "stack_version" : "2.0.1",
+        "type" : "hive-site.xml"
       }
     },
     {
-      "href" : "http://dev.hortonworks.com:8080/api/v1/stacks2/HDP/versions/1.3.0/stackServices/HIVE/configurations/hive.metastore.execute.setugi",
+      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/HIVE/configurations/hive.optimize.index.filter",
       "StackConfigurations" : {
-        "property_description" : "In unsecure mode, setting this property to true will cause the metastore to execute DFS operations using the client's reported user and group permissions. Note that this property must be set on both the client and     server sides. Further note that its best effort. If client sets its to true and server sets it to false, client setting will be ignored.",
+        "property_description" : "\n    Whether to enable automatic use of indexes\n    ",
+        "property_name" : "hive.optimize.index.filter",
         "property_value" : "true",
-        "stack_version" : "1.3.0",
-        "property_name" : "hive.metastore.execute.setugi",
-        "filename" : "hive-site.xml",
         "service_name" : "HIVE",
-        "stack_name" : "HDP"
+        "stack_name" : "HDP",
+        "stack_version" : "2.0.1",
+        "type" : "hive-site.xml"
+      }
+    },
+    {
+      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/HIVE/configurations/hive.optimize.mapjoin.mapreduce",
+      "StackConfigurations" : {
+        "property_description" : "If hive.auto.convert.join is off, this parameter does not take\n      affect. If it is on, and if there are map-join jobs followed by a map-reduce\n      job (for e.g a group by), each map-only job is merged with the following\n      map-reduce job.\n    ",
+        "property_name" : "hive.optimize.mapjoin.mapreduce",
+        "property_value" : "true",
+        "service_name" : "HIVE",
+        "stack_name" : "HDP",
+        "stack_version" : "2.0.1",
+        "type" : "hive-site.xml"
+      }
+    },
+    {
+      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/HIVE/configurations/hive.optimize.reducededuplication",
+      "StackConfigurations" : {
+        "property_description" : null,
+        "property_name" : "hive.optimize.reducededuplication",
+        "property_value" : "true",
+        "service_name" : "HIVE",
+        "stack_name" : "HDP",
+        "stack_version" : "2.0.1",
+        "type" : "hive-site.xml"
+      }
+    },
+    {
+      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/HIVE/configurations/hive.optimize.reducededuplication.min.reducer",
+      "StackConfigurations" : {
+        "property_description" : "Reduce deduplication merges two RSs by moving key/parts/reducer-num of the child RS to parent RS.\n      That means if reducer-num of the child RS is fixed (order by or forced bucketing) and small, it can make very slow, single MR.\n      The optimization will be disabled if number of reducers is less than specified value.\n    ",
+        "property_name" : "hive.optimize.reducededuplication.min.reducer",
+        "property_value" : "1",
+        "service_name" : "HIVE",
+        "stack_name" : "HDP",
+        "stack_version" : "2.0.1",
+        "type" : "hive-site.xml"
       }
     },
     {
-      "href" : "http://dev.hortonworks.com:8080/api/v1/stacks2/HDP/versions/1.3.0/stackServices/HIVE/configurations/mysql_connector_url",
+      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/HIVE/configurations/hive.security.authenticator.manager",
       "StackConfigurations" : {
-        "property_description" : "Hive PID Dir.",
-        "property_value" : "${download_url}/mysql-connector-java-5.1.18.zip",
-        "stack_version" : "1.3.0",
-        "property_name" : "mysql_connector_url",
-        "filename" : "global.xml",
+        "property_description" : "Hive client authenticator manager class name. The user-defined authenticator class should implement interface org.apache.hadoop.hive.ql.security.HiveAuthenticationProvider.  ",
+        "property_name" : "hive.security.authenticator.manager",
+        "property_value" : "org.apache.hadoop.hive.ql.security.ProxyUserAuthenticator",
         "service_name" : "HIVE",
-        "stack_name" : "HDP"
+        "stack_name" : "HDP",
+        "stack_version" : "2.0.1",
+        "type" : "hive-site.xml"
       }
     },
     {
-      "href" : "http://dev.hortonworks.com:8080/api/v1/stacks2/HDP/versions/1.3.0/stackServices/HIVE/configurations/hive.metastore.local",
+      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/HIVE/configurations/hive.security.authorization.enabled",
       "StackConfigurations" : {
-        "property_description" : "controls whether to connect to remove metastore server or\n    open a new metastore server in Hive Client JVM",
+        "property_description" : "enable or disable the hive client authorization",
+        "property_name" : "hive.security.authorization.enabled",
         "property_value" : "false",
-        "stack_version" : "1.3.0",
-        "property_name" : "hive.metastore.local",
-        "filename" : "hive-site.xml",
         "service_name" : "HIVE",
-        "stack_name" : "HDP"
+        "stack_name" : "HDP",
+        "stack_version" : "2.0.1",
+        "type" : "hive-site.xml"
+      }
+    },
+    {
+      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/HIVE/configurations/hive.security.authorization.manager",
+      "StackConfigurations" : {
+        "property_description" : "the hive client authorization manager class name.\n    The user defined authorization class should implement interface org.apache.hadoop.hive.ql.security.authorization.HiveAuthorizationProvider.  ",
+        "property_name" : "hive.security.authorization.manager",
+        "property_value" : "org.apache.hadoop.hive.ql.security.authorization.StorageBasedAuthorizationProvider",
+        "service_name" : "HIVE",
+        "stack_name" : "HDP",
+        "stack_version" : "2.0.1",
+        "type" : "hive-site.xml"
+      }
+    },
+    {
+      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/HIVE/configurations/hive.security.metastore.authorization.manager",
+      "StackConfigurations" : {
+        "property_description" : "The authorization manager class name to be used in the metastore for authorization. The user-defined authorization class should implement interface org.apache.hadoop.hive.ql.security.authorization.HiveMetastoreAuthorizationProvider.  ",
+        "property_name" : "hive.security.metastore.authorization.manager",
+        "property_value" : "org.apache.hadoop.hive.ql.security.authorization.StorageBasedAuthorizationProvider",
+        "service_name" : "HIVE",
+        "stack_name" : "HDP",
+        "stack_version" : "2.0.1",
+        "type" : "hive-site.xml"
+      }
+    },
+    {
+      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/HIVE/configurations/hive.semantic.analyzer.factory.impl",
+      "StackConfigurations" : {
+        "property_description" : "controls which SemanticAnalyzerFactory implemenation class is used by CLI",
+        "property_name" : "hive.semantic.analyzer.factory.impl",
+        "property_value" : "org.apache.hivealog.cli.HCatSemanticAnalyzerFactory",
+        "service_name" : "HIVE",
+        "stack_name" : "HDP",
+        "stack_version" : "2.0.1",
+        "type" : "hive-site.xml"
+      }
+    },
+    {
+      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/HIVE/configurations/hive.server2.enable.doAs",
+      "StackConfigurations" : {
+        "property_description" : null,
+        "property_name" : "hive.server2.enable.doAs",
+        "property_value" : "true",
+        "service_name" : "HIVE",
+        "stack_name" : "HDP",
+        "stack_version" : "2.0.1",
+        "type" : "hive-site.xml"
+      }
+    },
+    {
+      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/HIVE/configurations/hive.vectorized.execution.enabled",
+      "StackConfigurations" : {
+        "property_description" : null,
+        "property_name" : "hive.vectorized.execution.enabled",
+        "property_value" : "false",
+        "service_name" : "HIVE",
+        "stack_name" : "HDP",
+        "stack_version" : "2.0.1",
+        "type" : "hive-site.xml"
+      }
+    },
+    {
+      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/HIVE/configurations/javax.jdo.option.ConnectionDriverName",
+      "StackConfigurations" : {
+        "property_description" : "Driver class name for a JDBC metastore",
+        "property_name" : "javax.jdo.option.ConnectionDriverName",
+        "property_value" : "com.mysql.jdbc.Driver",
+        "service_name" : "HIVE",
+        "stack_name" : "HDP",
+        "stack_version" : "2.0.1",
+        "type" : "hive-site.xml"
+      }
+    },
+    {
+      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/HIVE/configurations/javax.jdo.option.ConnectionPassword",
+      "StackConfigurations" : {
+        "property_description" : "password to use against metastore database",
+        "property_name" : "javax.jdo.option.ConnectionPassword",
+        "property_value" : " ",
+        "service_name" : "HIVE",
+        "stack_name" : "HDP",
+        "stack_version" : "2.0.1",
+        "type" : "hive-site.xml"
+      }
+    },
+    {
+      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/HIVE/configurations/javax.jdo.option.ConnectionURL",
+      "StackConfigurations" : {
+        "property_description" : "JDBC connect string for a JDBC metastore",
+        "property_name" : "javax.jdo.option.ConnectionURL",
+        "property_value" : "jdbc",
+        "service_name" : "HIVE",
+        "stack_name" : "HDP",
+        "stack_version" : "2.0.1",
+        "type" : "hive-site.xml"
       }
     },
     {
-      "href" : "http://dev.hortonworks.com:8080/api/v1/stacks2/HDP/versions/1.3.0/stackServices/HIVE/configurations/hive_log_dir",
+      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/HIVE/configurations/javax.jdo.option.ConnectionUserName",
       "StackConfigurations" : {
-        "property_description" : "Directory for Hive Log files.",
-        "property_value" : "/var/log/hive",
-        "stack_version" : "1.3.0",
-        "property_name" : "hive_log_dir",
-        "filename" : "global.xml",
+        "property_description" : "username to use against metastore database",
+        "property_name" : "javax.jdo.option.ConnectionUserName",
+        "property_value" : "hive",
         "service_name" : "HIVE",
-        "stack_name" : "HDP"
+        "stack_name" : "HDP",
+        "stack_version" : "2.0.1",
+        "type" : "hive-site.xml"
       }
     }
   ]

http://git-wip-us.apache.org/repos/asf/ambari/blob/8c0e3771/ambari-web/app/assets/data/wizard/stack/hdp/version2.0.1/MAPREDUCE2.json
----------------------------------------------------------------------
diff --git a/ambari-web/app/assets/data/wizard/stack/hdp/version2.0.1/MAPREDUCE2.json b/ambari-web/app/assets/data/wizard/stack/hdp/version2.0.1/MAPREDUCE2.json
index e036803..8115132 100644
--- a/ambari-web/app/assets/data/wizard/stack/hdp/version2.0.1/MAPREDUCE2.json
+++ b/ambari-web/app/assets/data/wizard/stack/hdp/version2.0.1/MAPREDUCE2.json
@@ -2,544 +2,508 @@
   "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations?fields=*",
   "items" : [
     {
-      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/mapred.system.dir",
+      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/mapred.queue.default.acl-administer-jobs",
       "StackConfigurations" : {
-        "property_description" : "No description",
-        "property_value" : "/mapred/system",
-        "stack_version" : "2.0.1",
-        "property_name" : "mapred.system.dir",
+        "property_description" : null,
+        "property_name" : "mapred.queue.default.acl-administer-jobs",
+        "property_value" : "*",
         "service_name" : "MAPREDUCE2",
         "stack_name" : "HDP",
-        "type" : "mapred-site.xml"
+        "stack_version" : "2.0.1",
+        "type" : "mapred-queue-acls.xml"
       }
     },
     {
-      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/mapred.reduce.parallel.copies",
+      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/mapred.queue.default.acl-submit-job",
       "StackConfigurations" : {
-        "property_description" : "No description",
-        "property_value" : "30",
-        "stack_version" : "2.0.1",
-        "property_name" : "mapred.reduce.parallel.copies",
+        "property_description" : null,
+        "property_name" : "mapred.queue.default.acl-submit-job",
+        "property_value" : "*",
         "service_name" : "MAPREDUCE2",
         "stack_name" : "HDP",
-        "type" : "mapred-site.xml"
+        "stack_version" : "2.0.1",
+        "type" : "mapred-queue-acls.xml"
       }
     },
     {
-      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/mapred.job.tracker.persist.jobstatus.active",
+      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/mapred_log_dir_prefix",
       "StackConfigurations" : {
-        "property_description" : "Indicates if persistency of job status information is\n  active or not.\n  ",
-        "property_value" : "false",
-        "stack_version" : "2.0.1",
-        "property_name" : "mapred.job.tracker.persist.jobstatus.active",
+        "property_description" : "Mapreduce Log Dir Prefix",
+        "property_name" : "mapred_log_dir_prefix",
+        "property_value" : "/var/log/hadoop-mapreduce",
         "service_name" : "MAPREDUCE2",
         "stack_name" : "HDP",
-        "type" : "mapred-site.xml"
+        "stack_version" : "2.0.1",
+        "type" : "global.xml"
       }
     },
     {
-      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/mapred.jobtracker.blacklist.fault-timeout-window",
+      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/mapred_pid_dir_prefix",
       "StackConfigurations" : {
-        "property_description" : "\n    3-hour sliding window (value is in minutes)\n  ",
-        "property_value" : "180",
-        "stack_version" : "2.0.1",
-        "property_name" : "mapred.jobtracker.blacklist.fault-timeout-window",
+        "property_description" : "Mapreduce PID Dir Prefix",
+        "property_name" : "mapred_pid_dir_prefix",
+        "property_value" : "/var/run/hadoop-mapreduce",
         "service_name" : "MAPREDUCE2",
         "stack_name" : "HDP",
-        "type" : "mapred-site.xml"
+        "stack_version" : "2.0.1",
+        "type" : "global.xml"
       }
     },
     {
-      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/mapreduce.cluster.administrators",
+      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/mapred_user",
       "StackConfigurations" : {
-        "property_description" : null,
-        "property_value" : " hadoop",
-        "stack_version" : "2.0.1",
-        "property_name" : "mapreduce.cluster.administrators",
+        "property_description" : "Mapreduce User",
+        "property_name" : "mapred_user",
+        "property_value" : "mapred",
         "service_name" : "MAPREDUCE2",
         "stack_name" : "HDP",
-        "type" : "mapred-site.xml"
+        "stack_version" : "2.0.1",
+        "type" : "global.xml"
       }
     },
     {
-      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/mapreduce.fileoutputcommitter.marksuccessfuljobs",
+      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/mapreduce.admin.map.child.java.opts",
       "StackConfigurations" : {
         "property_description" : null,
-        "property_value" : "false",
-        "stack_version" : "2.0.1",
-        "property_name" : "mapreduce.fileoutputcommitter.marksuccessfuljobs",
+        "property_name" : "mapreduce.admin.map.child.java.opts",
+        "property_value" : "-Djava.net.preferIPv4Stack=true -Dhadoop.metrics.log.level=WARN",
         "service_name" : "MAPREDUCE2",
         "stack_name" : "HDP",
+        "stack_version" : "2.0.1",
         "type" : "mapred-site.xml"
       }
     },
     {
-      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/mapreduce.shuffle.port",
+      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/mapreduce.admin.reduce.child.java.opts",
       "StackConfigurations" : {
-        "property_description" : "Default port that the ShuffleHandler will run on. ShuffleHandler is a service run at the NodeManager to facilitate transfers of intermediate Map outputs to requesting Reducers.",
-        "property_value" : "8081",
-        "stack_version" : "2.0.1",
-        "property_name" : "mapreduce.shuffle.port",
+        "property_description" : null,
+        "property_name" : "mapreduce.admin.reduce.child.java.opts",
+        "property_value" : "-Djava.net.preferIPv4Stack=true -Dhadoop.metrics.log.level=WARN",
         "service_name" : "MAPREDUCE2",
         "stack_name" : "HDP",
+        "stack_version" : "2.0.1",
         "type" : "mapred-site.xml"
       }
     },
     {
-      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/mapred.tasktracker.tasks.sleeptime-before-sigkill",
+      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/mapreduce.admin.user.env",
       "StackConfigurations" : {
-        "property_description" : "Normally, this is the amount of time before killing\n  processes, and the recommended-default is 5.000 seconds - a value of\n  5000 here.  In this case, we are using it solely to blast tasks before\n  killing them, and killing them very quickly (1/4 second) to guarantee\n  that we do not leave VMs around for later jobs.\n  ",
-        "property_value" : "250",
-        "stack_version" : "2.0.1",
-        "property_name" : "mapred.tasktracker.tasks.sleeptime-before-sigkill",
+        "property_description" : "\n      Additional execution environment entries for map and reduce task processes.\n      This is not an additive property. You must preserve the original value if\n      you want your map and reduce tasks to have access to native libraries (compression, etc)\n    ",
+        "property_name" : "mapreduce.admin.user.env",
+        "property_value" : "LD_LIBRARY_PATH=/usr/lib/hadoop/lib/native:/usr/lib/hadoop/lib/native/`$JAVA_HOME/bin/java -d32 -version &> /dev/null;if [ $? -eq 0 ]; then echo Linux-i386-32; else echo Linux-amd64-64;fi`",
         "service_name" : "MAPREDUCE2",
         "stack_name" : "HDP",
+        "stack_version" : "2.0.1",
         "type" : "mapred-site.xml"
       }
     },
     {
-      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/mapreduce.reduce.input.limit",
+      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/mapreduce.am.max-attempts",
       "StackConfigurations" : {
-        "property_description" : "The limit on the input size of the reduce. (This value\n  is 10 Gb.)  If the estimated input size of the reduce is greater than\n  this value, job is failed. A value of -1 means that there is no limit\n  set. ",
-        "property_value" : "10737418240",
-        "stack_version" : "2.0.1",
-        "property_name" : "mapreduce.reduce.input.limit",
+        "property_description" : "\n      The maximum number of application attempts. It is a\n      application-specific setting. It should not be larger than the global number\n      set by resourcemanager. Otherwise, it will be override. The default number is\n      set to 2, to allow at least one retry for AM.\n    ",
+        "property_name" : "mapreduce.am.max-attempts",
+        "property_value" : "2",
         "service_name" : "MAPREDUCE2",
         "stack_name" : "HDP",
+        "stack_version" : "2.0.1",
         "type" : "mapred-site.xml"
       }
     },
     {
-      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/mapred.reduce.tasks.speculative.execution",
+      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/mapreduce.application.classpath",
       "StackConfigurations" : {
-        "property_description" : "If true, then multiple instances of some reduce tasks\n               may be executed in parallel.",
-        "property_value" : "false",
-        "stack_version" : "2.0.1",
-        "property_name" : "mapred.reduce.tasks.speculative.execution",
+        "property_description" : "\n      CLASSPATH for MR applications. A comma-separated list of CLASSPATH\n      entries.\n    ",
+        "property_name" : "mapreduce.application.classpath",
+        "property_value" : "$HADOOP_MAPRED_HOME/share/hadoop/mapreduce/*,$HADOOP_MAPRED_HOME/share/hadoop/mapreduce/lib/*",
         "service_name" : "MAPREDUCE2",
         "stack_name" : "HDP",
+        "stack_version" : "2.0.1",
         "type" : "mapred-site.xml"
       }
     },
     {
-      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/mapred.jobtracker.blacklist.fault-bucket-width",
+      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/mapreduce.cluster.administrators",
       "StackConfigurations" : {
-        "property_description" : "\n    15-minute bucket size (value is in minutes)\n  ",
-        "property_value" : "15",
-        "stack_version" : "2.0.1",
-        "property_name" : "mapred.jobtracker.blacklist.fault-bucket-width",
+        "property_description" : "\n      Administrators for MapReduce applications.\n    ",
+        "property_name" : "mapreduce.cluster.administrators",
+        "property_value" : " hadoop",
         "service_name" : "MAPREDUCE2",
         "stack_name" : "HDP",
+        "stack_version" : "2.0.1",
         "type" : "mapred-site.xml"
       }
     },
     {
-      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/io.sort.record.percent",
+      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/mapreduce.framework.name",
       "StackConfigurations" : {
-        "property_description" : "No description",
-        "property_value" : ".2",
-        "stack_version" : "2.0.1",
-        "property_name" : "io.sort.record.percent",
+        "property_description" : "\n      The runtime framework for executing MapReduce jobs. Can be one of local,\n      classic or yarn.\n    ",
+        "property_name" : "mapreduce.framework.name",
+        "property_value" : "yarn",
         "service_name" : "MAPREDUCE2",
         "stack_name" : "HDP",
+        "stack_version" : "2.0.1",
         "type" : "mapred-site.xml"
       }
     },
     {
-      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/mapreduce.history.server.embedded",
+      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/mapreduce.job.reduce.slowstart.completedmaps",
       "StackConfigurations" : {
-        "property_description" : "Should job history server be embedded within Job tracker\nprocess",
-        "property_value" : "false",
-        "stack_version" : "2.0.1",
-        "property_name" : "mapreduce.history.server.embedded",
+        "property_description" : "\n      Fraction of the number of maps in the job which should be complete before\n      reduces are scheduled for the job.\n    ",
+        "property_name" : "mapreduce.job.reduce.slowstart.completedmaps",
+        "property_value" : "0.05",
         "service_name" : "MAPREDUCE2",
         "stack_name" : "HDP",
+        "stack_version" : "2.0.1",
         "type" : "mapred-site.xml"
       }
     },
     {
-      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/hadoop.job.history.user.location",
+      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/mapreduce.jobhistory.address",
       "StackConfigurations" : {
-        "property_description" : null,
-        "property_value" : "none",
-        "stack_version" : "2.0.1",
-        "property_name" : "hadoop.job.history.user.location",
+        "property_description" : "Enter your JobHistoryServer hostname.",
+        "property_name" : "mapreduce.jobhistory.address",
+        "property_value" : "localhost:10020",
         "service_name" : "MAPREDUCE2",
         "stack_name" : "HDP",
+        "stack_version" : "2.0.1",
         "type" : "mapred-site.xml"
       }
     },
     {
-      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/mapred.job.shuffle.input.buffer.percent",
+      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/mapreduce.jobhistory.done-dir",
       "StackConfigurations" : {
-        "property_description" : "The percentage of memory to be allocated from the maximum heap\n  size to storing map outputs during the shuffle.\n  ",
-        "property_value" : "0.7",
-        "stack_version" : "2.0.1",
-        "property_name" : "mapred.job.shuffle.input.buffer.percent",
+        "property_description" : "\n      Directory where history files are managed by the MR JobHistory Server.\n    ",
+        "property_name" : "mapreduce.jobhistory.done-dir",
+        "property_value" : "/mr-history/done",
         "service_name" : "MAPREDUCE2",
         "stack_name" : "HDP",
+        "stack_version" : "2.0.1",
         "type" : "mapred-site.xml"
       }
     },
     {
-      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/mapred.job.tracker.handler.count",
+      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/mapreduce.jobhistory.intermediate-done-dir",
       "StackConfigurations" : {
-        "property_description" : "\n    The number of server threads for the JobTracker. This should be roughly\n    4% of the number of tasktracker nodes.\n    ",
-        "property_value" : "50",
-        "stack_version" : "2.0.1",
-        "property_name" : "mapred.job.tracker.handler.count",
+        "property_description" : "\n      Directory where history files are written by MapReduce jobs.\n    ",
+        "property_name" : "mapreduce.jobhistory.intermediate-done-dir",
+        "property_value" : "/mr-history/tmp",
         "service_name" : "MAPREDUCE2",
         "stack_name" : "HDP",
+        "stack_version" : "2.0.1",
         "type" : "mapred-site.xml"
       }
     },
     {
-      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/mapreduce.jobtracker.split.metainfo.maxsize",
+      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/mapreduce.jobhistory.webapp.address",
       "StackConfigurations" : {
-        "property_description" : "If the size of the split metainfo file is larger than this, the JobTracker will fail the job during\n    initialize.\n   ",
-        "property_value" : "50000000",
-        "stack_version" : "2.0.1",
-        "property_name" : "mapreduce.jobtracker.split.metainfo.maxsize",
+        "property_description" : "Enter your JobHistoryServer hostname.",
+        "property_name" : "mapreduce.jobhistory.webapp.address",
+        "property_value" : "localhost:19888",
         "service_name" : "MAPREDUCE2",
         "stack_name" : "HDP",
+        "stack_version" : "2.0.1",
         "type" : "mapred-site.xml"
       }
     },
     {
-      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/mapred.healthChecker.interval",
+      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/mapreduce.map.java.opts",
       "StackConfigurations" : {
-        "property_description" : null,
-        "property_value" : "135000",
-        "stack_version" : "2.0.1",
-        "property_name" : "mapred.healthChecker.interval",
+        "property_description" : "\n      Larger heap-size for child jvms of maps.\n    ",
+        "property_name" : "mapreduce.map.java.opts",
+        "property_value" : "-Xmx756m",
         "service_name" : "MAPREDUCE2",
         "stack_name" : "HDP",
+        "stack_version" : "2.0.1",
         "type" : "mapred-site.xml"
       }
     },
     {
-      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/mapred.output.compression.type",
+      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/mapreduce.map.log.level",
       "StackConfigurations" : {
-        "property_description" : "If the job outputs are to compressed as SequenceFiles, how should\n               they be compressed? Should be one of NONE, RECORD or BLOCK.\n  ",
-        "property_value" : "BLOCK",
-        "stack_version" : "2.0.1",
-        "property_name" : "mapred.output.compression.type",
+        "property_description" : "\n      The logging level for the map task. The allowed levels are:\n      OFF, FATAL, ERROR, WARN, INFO, DEBUG, TRACE and ALL.\n    ",
+        "property_name" : "mapreduce.map.log.level",
+        "property_value" : "INFO",
         "service_name" : "MAPREDUCE2",
         "stack_name" : "HDP",
+        "stack_version" : "2.0.1",
         "type" : "mapred-site.xml"
       }
     },
     {
-      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/mapreduce.jobtracker.staging.root.dir",
+      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/mapreduce.map.memory.mb",
       "StackConfigurations" : {
-        "property_description" : "The Path prefix for where the staging directories should be placed. The next level is always the user's\n   name. It is a path in the default file system.",
-        "property_value" : "/user",
-        "stack_version" : "2.0.1",
-        "property_name" : "mapreduce.jobtracker.staging.root.dir",
+        "property_description" : "Virtual memory for single Map task",
+        "property_name" : "mapreduce.map.memory.mb",
+        "property_value" : "1024",
         "service_name" : "MAPREDUCE2",
         "stack_name" : "HDP",
+        "stack_version" : "2.0.1",
         "type" : "mapred-site.xml"
       }
     },
     {
-      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/mapred.queue.default.acl-administer-jobs",
+      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/mapreduce.map.output.compress",
       "StackConfigurations" : {
         "property_description" : null,
-        "property_value" : "*",
-        "stack_version" : "2.0.1",
-        "property_name" : "mapred.queue.default.acl-administer-jobs",
+        "property_name" : "mapreduce.map.output.compress",
+        "property_value" : "false",
         "service_name" : "MAPREDUCE2",
         "stack_name" : "HDP",
-        "type" : "mapred-queue-acls.xml"
-      }
-    },
-    {
-      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/mapred.child.root.logger",
-      "StackConfigurations" : {
-        "property_description" : null,
-        "property_value" : "INFO,TLA",
         "stack_version" : "2.0.1",
-        "property_name" : "mapred.child.root.logger",
-        "service_name" : "MAPREDUCE2",
-        "stack_name" : "HDP",
         "type" : "mapred-site.xml"
       }
     },
     {
-      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/mapreduce.jobhistory.done-dir",
+      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/mapreduce.map.sort.spill.percent",
       "StackConfigurations" : {
-        "property_description" : "Directory where history files are managed by the MR JobHistory Server.",
-        "property_value" : "/mr-history/done",
-        "stack_version" : "2.0.1",
-        "property_name" : "mapreduce.jobhistory.done-dir",
+        "property_description" : "\n      The soft limit in the serialization buffer. Once reached, a thread will\n      begin to spill the contents to disk in the background. Note that\n      collection will not block if this threshold is exceeded while a spill\n      is already in progress, so spills may be larger than this threshold when\n      it is set to less than .5\n    ",
+        "property_name" : "mapreduce.map.sort.spill.percent",
+        "property_value" : "0.7",
         "service_name" : "MAPREDUCE2",
         "stack_name" : "HDP",
+        "stack_version" : "2.0.1",
         "type" : "mapred-site.xml"
       }
     },
     {
-      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/mapred.map.tasks.speculative.execution",
+      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/mapreduce.map.speculative",
       "StackConfigurations" : {
-        "property_description" : "If true, then multiple instances of some map tasks\n               may be executed in parallel.",
+        "property_description" : "\n      If true, then multiple instances of some map tasks\n      may be executed in parallel.\n    ",
+        "property_name" : "mapreduce.map.speculative",
         "property_value" : "false",
-        "stack_version" : "2.0.1",
-        "property_name" : "mapred.map.tasks.speculative.execution",
         "service_name" : "MAPREDUCE2",
         "stack_name" : "HDP",
-        "type" : "mapred-site.xml"
-      }
-    },
-    {
-      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/mapred.task.timeout",
-      "StackConfigurations" : {
-        "property_description" : "The number of milliseconds before a task will be\n  terminated if it neither reads an input, writes an output, nor\n  updates its status string.\n  ",
-        "property_value" : "600000",
         "stack_version" : "2.0.1",
-        "property_name" : "mapred.task.timeout",
-        "service_name" : "MAPREDUCE2",
-        "stack_name" : "HDP",
         "type" : "mapred-site.xml"
       }
     },
     {
-      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/mapred.queue.names",
+      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/mapreduce.output.fileoutputformat.compress",
       "StackConfigurations" : {
-        "property_description" : " Comma separated list of queues configured for this jobtracker.",
-        "property_value" : "default",
-        "stack_version" : "2.0.1",
-        "property_name" : "mapred.queue.names",
+        "property_description" : "\n      Should the job outputs be compressed?\n    ",
+        "property_name" : "mapreduce.output.fileoutputformat.compress",
+        "property_value" : "false",
         "service_name" : "MAPREDUCE2",
         "stack_name" : "HDP",
-        "type" : "mapred-site.xml"
-      }
-    },
-    {
-      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/mapreduce.tasktracker.group",
-      "StackConfigurations" : {
-        "property_description" : "The group that the task controller uses for accessing the task controller. The mapred user must be a member and users should *not* be members.",
-        "property_value" : "hadoop",
         "stack_version" : "2.0.1",
-        "property_name" : "mapreduce.tasktracker.group",
-        "service_name" : "MAPREDUCE2",
-        "stack_name" : "HDP",
         "type" : "mapred-site.xml"
       }
     },
     {
-      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/mapred.job.shuffle.merge.percent",
+      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/mapreduce.output.fileoutputformat.compress.type",
       "StackConfigurations" : {
-        "property_description" : "The usage threshold at which an in-memory merge will be\n  initiated, expressed as a percentage of the total memory allocated to\n  storing in-memory map outputs, as defined by\n  mapred.job.shuffle.input.buffer.percent.\n  ",
-        "property_value" : "0.66",
-        "stack_version" : "2.0.1",
-        "property_name" : "mapred.job.shuffle.merge.percent",
+        "property_description" : "\n      If the job outputs are to compressed as SequenceFiles, how should\n      they be compressed? Should be one of NONE, RECORD or BLOCK.\n    ",
+        "property_name" : "mapreduce.output.fileoutputformat.compress.type",
+        "property_value" : "BLOCK",
         "service_name" : "MAPREDUCE2",
         "stack_name" : "HDP",
+        "stack_version" : "2.0.1",
         "type" : "mapred-site.xml"
       }
     },
     {
-      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/mapred.jobtracker.retirejob.check",
+      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/mapreduce.reduce.input.buffer.percent",
       "StackConfigurations" : {
-        "property_description" : null,
-        "property_value" : "10000",
-        "stack_version" : "2.0.1",
-        "property_name" : "mapred.jobtracker.retirejob.check",
+        "property_description" : "\n      The percentage of memory- relative to the maximum heap size- to\n      retain map outputs during the reduce. When the shuffle is concluded, any\n      remaining map outputs in memory must consume less than this threshold before\n      the reduce can begin.\n    ",
+        "property_name" : "mapreduce.reduce.input.buffer.percent",
+        "property_value" : "0.0",
         "service_name" : "MAPREDUCE2",
         "stack_name" : "HDP",
+        "stack_version" : "2.0.1",
         "type" : "mapred-site.xml"
       }
     },
     {
-      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/mapred.jobtracker.retirejob.interval",
+      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/mapreduce.reduce.java.opts",
       "StackConfigurations" : {
-        "property_description" : null,
-        "property_value" : "21600000",
-        "stack_version" : "2.0.1",
-        "property_name" : "mapred.jobtracker.retirejob.interval",
+        "property_description" : "\n      Larger heap-size for child jvms of reduces.\n    ",
+        "property_name" : "mapreduce.reduce.java.opts",
+        "property_value" : "-Xmx756m",
         "service_name" : "MAPREDUCE2",
         "stack_name" : "HDP",
+        "stack_version" : "2.0.1",
         "type" : "mapred-site.xml"
       }
     },
     {
-      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/mapred.jobtracker.completeuserjobs.maximum",
+      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/mapreduce.reduce.log.level",
       "StackConfigurations" : {
-        "property_description" : null,
-        "property_value" : "5",
-        "stack_version" : "2.0.1",
-        "property_name" : "mapred.jobtracker.completeuserjobs.maximum",
+        "property_description" : "\n      The logging level for the reduce task. The allowed levels are:\n      OFF, FATAL, ERROR, WARN, INFO, DEBUG, TRACE and ALL.\n    ",
+        "property_name" : "mapreduce.reduce.log.level",
+        "property_value" : "INFO",
         "service_name" : "MAPREDUCE2",
         "stack_name" : "HDP",
+        "stack_version" : "2.0.1",
         "type" : "mapred-site.xml"
       }
     },
     {
-      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/mapred.job.reduce.input.buffer.percent",
+      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/mapreduce.reduce.memory.mb",
       "StackConfigurations" : {
-        "property_description" : "The percentage of memory- relative to the maximum heap size- to\n  retain map outputs during the reduce. When the shuffle is concluded, any\n  remaining map outputs in memory must consume less than this threshold before\n  the reduce can begin.\n  ",
-        "property_value" : "0.0",
-        "stack_version" : "2.0.1",
-        "property_name" : "mapred.job.reduce.input.buffer.percent",
+        "property_description" : "Virtual memory for single Reduce task",
+        "property_name" : "mapreduce.reduce.memory.mb",
+        "property_value" : "1024",
         "service_name" : "MAPREDUCE2",
         "stack_name" : "HDP",
+        "stack_version" : "2.0.1",
         "type" : "mapred-site.xml"
       }
     },
     {
-      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/mapreduce.jobhistory.intermediate-done-dir",
+      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/mapreduce.reduce.shuffle.input.buffer.percent",
       "StackConfigurations" : {
-        "property_description" : "Directory where history files are written by MapReduce jobs.",
-        "property_value" : "/mr-history/tmp",
-        "stack_version" : "2.0.1",
-        "property_name" : "mapreduce.jobhistory.intermediate-done-dir",
+        "property_description" : "\n      The percentage of memory to be allocated from the maximum heap\n      size to storing map outputs during the shuffle.\n    ",
+        "property_name" : "mapreduce.reduce.shuffle.input.buffer.percent",
+        "property_value" : "0.7",
         "service_name" : "MAPREDUCE2",
         "stack_name" : "HDP",
+        "stack_version" : "2.0.1",
         "type" : "mapred-site.xml"
       }
     },
     {
-      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/mapred.inmem.merge.threshold",
+      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/mapreduce.reduce.shuffle.merge.percent",
       "StackConfigurations" : {
-        "property_description" : "The threshold, in terms of the number of files\n  for the in-memory merge process. When we accumulate threshold number of files\n  we initiate the in-memory merge and spill to disk. A value of 0 or less than\n  0 indicates we want to DON'T have any threshold and instead depend only on\n  the ramfs's memory consumption to trigger the merge.\n  ",
-        "property_value" : "1000",
-        "stack_version" : "2.0.1",
-        "property_name" : "mapred.inmem.merge.threshold",
+        "property_description" : "\n      The usage threshold at which an in-memory merge will be\n      initiated, expressed as a percentage of the total memory allocated to\n      storing in-memory map outputs, as defined by\n      mapreduce.reduce.shuffle.input.buffer.percent.\n    ",
+        "property_name" : "mapreduce.reduce.shuffle.merge.percent",
+        "property_value" : "0.66",
         "service_name" : "MAPREDUCE2",
         "stack_name" : "HDP",
+        "stack_version" : "2.0.1",
         "type" : "mapred-site.xml"
       }
     },
     {
-      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/mapred.job.reuse.jvm.num.tasks",
+      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/mapreduce.reduce.shuffle.parallelcopies",
       "StackConfigurations" : {
-        "property_description" : "\n    How many tasks to run per jvm. If set to -1, there is no limit\n  ",
-        "property_value" : "1",
-        "stack_version" : "2.0.1",
-        "property_name" : "mapred.job.reuse.jvm.num.tasks",
+        "property_description" : "\n      The default number of parallel transfers run by reduce during\n      the copy(shuffle) phase.\n    ",
+        "property_name" : "mapreduce.reduce.shuffle.parallelcopies",
+        "property_value" : "30",
         "service_name" : "MAPREDUCE2",
         "stack_name" : "HDP",
+        "stack_version" : "2.0.1",
         "type" : "mapred-site.xml"
       }
     },
     {
-      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/mapred.job.tracker.history.completed.location",
+      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/mapreduce.reduce.speculative",
       "StackConfigurations" : {
-        "property_description" : "No description",
-        "property_value" : "/mapred/history/done",
-        "stack_version" : "2.0.1",
-        "property_name" : "mapred.job.tracker.history.completed.location",
+        "property_description" : "\n      If true, then multiple instances of some reduce tasks may be\n      executed in parallel.\n    ",
+        "property_name" : "mapreduce.reduce.speculative",
+        "property_value" : "false",
         "service_name" : "MAPREDUCE2",
         "stack_name" : "HDP",
+        "stack_version" : "2.0.1",
         "type" : "mapred-site.xml"
       }
     },
     {
-      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/jetty.connector",
+      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/mapreduce.shuffle.port",
       "StackConfigurations" : {
-        "property_description" : "No description",
-        "property_value" : "org.mortbay.jetty.nio.SelectChannelConnector",
-        "stack_version" : "2.0.1",
-        "property_name" : "jetty.connector",
+        "property_description" : "\n      Default port that the ShuffleHandler will run on.\n      ShuffleHandler is a service run at the NodeManager to facilitate\n      transfers of intermediate Map outputs to requesting Reducers.\n    ",
+        "property_name" : "mapreduce.shuffle.port",
+        "property_value" : "13562",
         "service_name" : "MAPREDUCE2",
         "stack_name" : "HDP",
+        "stack_version" : "2.0.1",
         "type" : "mapred-site.xml"
       }
     },
     {
-      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/mapred.reduce.slowstart.completed.maps",
+      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/mapreduce.task.io.sort.factor",
       "StackConfigurations" : {
-        "property_description" : null,
-        "property_value" : "0.05",
-        "stack_version" : "2.0.1",
-        "property_name" : "mapred.reduce.slowstart.completed.maps",
+        "property_description" : "\n      The number of streams to merge at once while sorting files.\n      This determines the number of open file handles.\n    ",
+        "property_name" : "mapreduce.task.io.sort.factor",
+        "property_value" : "100",
         "service_name" : "MAPREDUCE2",
         "stack_name" : "HDP",
+        "stack_version" : "2.0.1",
         "type" : "mapred-site.xml"
       }
     },
     {
-      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/tasktracker.http.threads",
+      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/mapreduce.task.io.sort.mb",
       "StackConfigurations" : {
-        "property_description" : null,
-        "property_value" : "50",
-        "stack_version" : "2.0.1",
-        "property_name" : "tasktracker.http.threads",
+        "property_description" : "\n      The total amount of buffer memory to use while sorting files, in megabytes.\n      By default, gives each merge stream 1MB, which should minimize seeks.\n    ",
+        "property_name" : "mapreduce.task.io.sort.mb",
+        "property_value" : "200",
         "service_name" : "MAPREDUCE2",
         "stack_name" : "HDP",
+        "stack_version" : "2.0.1",
         "type" : "mapred-site.xml"
       }
     },
     {
-      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/io.sort.factor",
+      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/mapreduce.task.timeout",
       "StackConfigurations" : {
-        "property_description" : "No description",
-        "property_value" : "100",
-        "stack_version" : "2.0.1",
-        "property_name" : "io.sort.factor",
+        "property_description" : "\n      The number of milliseconds before a task will be\n      terminated if it neither reads an input, writes an output, nor\n      updates its status string.\n    ",
+        "property_name" : "mapreduce.task.timeout",
+        "property_value" : "300000",
         "service_name" : "MAPREDUCE2",
         "stack_name" : "HDP",
+        "stack_version" : "2.0.1",
         "type" : "mapred-site.xml"
       }
     },
     {
-      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/mapred.job.tracker.persist.jobstatus.hours",
+      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/yarn.app.mapreduce.am.admin-command-opts",
       "StackConfigurations" : {
-        "property_description" : "The number of hours job status information is persisted in DFS.\n    The job status information will be available after it drops of the memory\n    queue and between jobtracker restarts. With a zero value the job status\n    information is not persisted at all in DFS.\n  ",
-        "property_value" : "1",
-        "stack_version" : "2.0.1",
-        "property_name" : "mapred.job.tracker.persist.jobstatus.hours",
+        "property_description" : "\n      Java opts for the MR App Master processes for admin purposes.\n      It will appears before the opts set by yarn.app.mapreduce.am.command-opts and\n      thus its options can be overridden user.\n\n      Usage of -Djava.library.path can cause programs to no longer function if\n      hadoop native libraries are used. These values should instead be set as part\n      of LD_LIBRARY_PATH in the map / reduce JVM env using the mapreduce.map.env and\n      mapreduce.reduce.env config settings.\n    ",
+        "property_name" : "yarn.app.mapreduce.am.admin-command-opts",
+        "property_value" : "-Djava.net.preferIPv4Stack=true -Dhadoop.metrics.log.level=WARN",
         "service_name" : "MAPREDUCE2",
         "stack_name" : "HDP",
+        "stack_version" : "2.0.1",
         "type" : "mapred-site.xml"
       }
     },
     {
-      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/mapred.jobtracker.restart.recover",
+      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/yarn.app.mapreduce.am.command-opts",
       "StackConfigurations" : {
-        "property_description" : "\"true\" to enable (job) recovery upon restart,\n               \"false\" to start afresh\n    ",
-        "property_value" : "false",
-        "stack_version" : "2.0.1",
-        "property_name" : "mapred.jobtracker.restart.recover",
+        "property_description" : "\n      Java opts for the MR App Master processes.\n      The following symbol, if present, will be interpolated: @taskid@ is replaced\n      by current TaskID. Any other occurrences of '@' will go unchanged.\n      For example, to enable verbose gc logging to a file named for the taskid in\n      /tmp and to set the heap maximum to be a gigabyte, pass a 'value' of:\n      -Xmx1024m -verbose:gc -Xloggc:/tmp/@taskid@.gc\n\n      Usage of -Djava.library.path can cause programs to no longer function if\n      hadoop native libraries are used. These values should instead be set as part\n      of LD_LIBRARY_PATH in the map / reduce JVM env using the mapreduce.map.env and\n      mapreduce.reduce.env config settings.\n    ",
+        "property_name" : "yarn.app.mapreduce.am.command-opts",
+        "property_value" : "-Xmx312m",
         "service_name" : "MAPREDUCE2",
         "stack_name" : "HDP",
+        "stack_version" : "2.0.1",
         "type" : "mapred-site.xml"
       }
     },
     {
-      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/mapred.max.tracker.blacklists",
+      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/yarn.app.mapreduce.am.log.level",
       "StackConfigurations" : {
-        "property_description" : "\n    if node is reported blacklisted by 16 successful jobs within timeout-window, it will be graylisted\n  ",
-        "property_value" : "16",
-        "stack_version" : "2.0.1",
-        "property_name" : "mapred.max.tracker.blacklists",
+        "property_description" : "MR App Master process log level.",
+        "property_name" : "yarn.app.mapreduce.am.log.level",
+        "property_value" : "INFO",
         "service_name" : "MAPREDUCE2",
         "stack_name" : "HDP",
+        "stack_version" : "2.0.1",
         "type" : "mapred-site.xml"
       }
     },
     {
-      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/mapred.healthChecker.script.timeout",
+      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/yarn.app.mapreduce.am.resource.mb",
       "StackConfigurations" : {
-        "property_description" : null,
-        "property_value" : "60000",
-        "stack_version" : "2.0.1",
-        "property_name" : "mapred.healthChecker.script.timeout",
+        "property_description" : "The amount of memory the MR AppMaster needs.",
+        "property_name" : "yarn.app.mapreduce.am.resource.mb",
+        "property_value" : "512",
         "service_name" : "MAPREDUCE2",
         "stack_name" : "HDP",
+        "stack_version" : "2.0.1",
         "type" : "mapred-site.xml"
       }
     },
     {
-      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/mapred.queue.default.acl-submit-job",
+      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/MAPREDUCE2/configurations/yarn.app.mapreduce.am.staging-dir",
       "StackConfigurations" : {
-        "property_description" : null,
-        "property_value" : "*",
-        "stack_version" : "2.0.1",
-        "property_name" : "mapred.queue.default.acl-submit-job",
+        "property_description" : "\n      The staging dir used while submitting jobs.\n    ",
+        "property_name" : "yarn.app.mapreduce.am.staging-dir",
+        "property_value" : "/user",
         "service_name" : "MAPREDUCE2",
         "stack_name" : "HDP",
-        "type" : "mapred-queue-acls.xml"
+        "stack_version" : "2.0.1",
+        "type" : "mapred-site.xml"
       }
     }
   ]
-}
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/ambari/blob/8c0e3771/ambari-web/app/assets/data/wizard/stack/hdp/version2.0.1/NAGIOS.json
----------------------------------------------------------------------
diff --git a/ambari-web/app/assets/data/wizard/stack/hdp/version2.0.1/NAGIOS.json b/ambari-web/app/assets/data/wizard/stack/hdp/version2.0.1/NAGIOS.json
index 58dbfd3..190e677 100644
--- a/ambari-web/app/assets/data/wizard/stack/hdp/version2.0.1/NAGIOS.json
+++ b/ambari-web/app/assets/data/wizard/stack/hdp/version2.0.1/NAGIOS.json
@@ -1,41 +1,41 @@
 {
-  "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/1.3.0/stackServices/NAGIOS/configurations?fields=*&_=1368459065260",
+  "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/NAGIOS/configurations?fields=*",
   "items" : [
     {
-      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/1.3.0/stackServices/NAGIOS/configurations/nagios_group",
+      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/NAGIOS/configurations/nagios_group",
       "StackConfigurations" : {
-        "property_description" : "Nagios Group.",
-        "property_value" : "nagios",
-        "stack_version" : "1.3.0",
+        "property_description" : "",
         "property_name" : "nagios_group",
+        "property_value" : "nagios",
         "service_name" : "NAGIOS",
-        "type" : "global.xml",
-        "stack_name" : "HDP"
+        "stack_name" : "HDP",
+        "stack_version" : "2.0.1",
+        "type" : "global.xml"
       }
     },
     {
-      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/1.3.0/stackServices/NAGIOS/configurations/nagios_web_login",
+      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/NAGIOS/configurations/nagios_user",
       "StackConfigurations" : {
-        "property_description" : "Nagios web user.",
-        "property_value" : "nagiosadmin",
-        "stack_version" : "1.3.0",
-        "property_name" : "nagios_web_login",
+        "property_description" : "Nagios process user.",
+        "property_name" : "nagios_user",
+        "property_value" : "nagios",
         "service_name" : "NAGIOS",
-        "type" : "global.xml",
-        "stack_name" : "HDP"
+        "stack_name" : "HDP",
+        "stack_version" : "2.0.1",
+        "type" : "global.xml"
       }
     },
     {
-      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/1.3.0/stackServices/NAGIOS/configurations/nagios_user",
+      "href" : "http://192.168.56.101:8080/api/v1/stacks2/HDP/versions/2.0.1/stackServices/NAGIOS/configurations/nagios_web_login",
       "StackConfigurations" : {
-        "property_description" : "Nagios Username.",
-        "property_value" : "nagios",
-        "stack_version" : "1.3.0",
-        "property_name" : "nagios_user",
+        "property_description" : "Web user name.",
+        "property_name" : "nagios_web_login",
+        "property_value" : "nagiosadmin",
         "service_name" : "NAGIOS",
-        "type" : "global.xml",
-        "stack_name" : "HDP"
+        "stack_name" : "HDP",
+        "stack_version" : "2.0.1",
+        "type" : "global.xml"
       }
     }
   ]
-}
+}
\ No newline at end of file