浏览代码

AMBARI-7945 Configs: Hive changes. (atkach)

atkach 10 年之前
父节点
当前提交
469fd55793

+ 2 - 2
ambari-server/src/main/resources/stacks/HDP/2.1/services/HIVE/configuration/hive-site.xml

@@ -360,7 +360,7 @@ limitations under the License.
   <property>
     <name>hive.tez.container.size</name>
     <value>682</value>
-    <description>By default, Tez uses the java options from map tasks. Use this property to override that value. Assigned value must match value specified for mapreduce.map.child.java.opts.</description>
+    <description>By default, Tez uses the java options from map tasks. Use this property to override that value.</description>
   </property>
 
   <property>
@@ -372,7 +372,7 @@ limitations under the License.
   <property>
     <name>hive.tez.java.opts</name>
     <value>-server -Xmx545m -Djava.net.preferIPv4Stack=true -XX:NewRatio=8 -XX:+UseNUMA -XX:+UseParallelGC -XX:+PrintGCDetails -verbose:gc -XX:+PrintGCTimeStamps</value>
-    <description>Java command line options for Tez. Must be assigned the same value as mapreduce.map.child.java.opts.</description>
+    <description>Java command line options for Tez. The -Xmx parameter value is generally 80% of hive.tez.container.size.</description>
   </property>
 
   <property>

+ 9 - 0
ambari-web/app/data/HDP2/site_properties.js

@@ -547,6 +547,15 @@ module.exports =
       "category": "Advanced hive-site",
       "serviceName": "HIVE"
     },
+    {
+      "id": "site property",
+      "name": "hive.security.authorization.enabled",
+      "displayName": "hive.security.authorization.enabled",
+      "defaultValue": false,
+      "displayType": "checkbox",
+      "category": "Advanced hive-site",
+      "serviceName": "HIVE"
+    },
   /**********************************************tez-site*****************************************/
     {
       "id": "site property",