Repository: ambari
Updated Branches:
  refs/heads/branch-1.7.0 228cf3843 -> 9f373723f


AMBARI-7945 Configs: Hive changes. (atkach)


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

Branch: refs/heads/branch-1.7.0
Commit: 9f373723fb71bd3f90c3aad1b49a51d9dcf14f0c
Parents: 228cf38
Author: atkach <[email protected]>
Authored: Fri Oct 24 16:49:09 2014 +0300
Committer: atkach <[email protected]>
Committed: Fri Oct 24 16:49:09 2014 +0300

----------------------------------------------------------------------
 .../HDP/2.1/services/HIVE/configuration/hive-site.xml       | 4 ++--
 ambari-web/app/data/HDP2/site_properties.js                 | 9 +++++++++
 2 files changed, 11 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/9f373723/ambari-server/src/main/resources/stacks/HDP/2.1/services/HIVE/configuration/hive-site.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/stacks/HDP/2.1/services/HIVE/configuration/hive-site.xml
 
b/ambari-server/src/main/resources/stacks/HDP/2.1/services/HIVE/configuration/hive-site.xml
index caed0d1..02baf5c 100644
--- 
a/ambari-server/src/main/resources/stacks/HDP/2.1/services/HIVE/configuration/hive-site.xml
+++ 
b/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>

http://git-wip-us.apache.org/repos/asf/ambari/blob/9f373723/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 44d97d9..c298924 100644
--- a/ambari-web/app/data/HDP2/site_properties.js
+++ b/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",

Reply via email to