Repository: ambari
Updated Branches:
  refs/heads/trunk f30729d2d -> 469fd5579


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/469fd557
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/469fd557
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/469fd557

Branch: refs/heads/trunk
Commit: 469fd557930cac67c642cfaa0a809a8c4db6039f
Parents: f30729d
Author: atkach <[email protected]>
Authored: Fri Oct 24 16:50:35 2014 +0300
Committer: atkach <[email protected]>
Committed: Fri Oct 24 16:50:35 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/469fd557/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 dc03534..db201ce 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/469fd557/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