AMBARI-18840. ACID transactions is missing description in hive configs 
(Madhuvanthi Radhakrishnan via smohanty)


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

Branch: refs/heads/branch-feature-AMBARI-18456
Commit: 22a4875cc1245297c90cc2c4c5e564efa3efd099
Parents: 4163bcb
Author: Sumit Mohanty <smoha...@hortonworks.com>
Authored: Wed Nov 9 19:09:28 2016 -0800
Committer: Sumit Mohanty <smoha...@hortonworks.com>
Committed: Wed Nov 9 19:10:50 2016 -0800

----------------------------------------------------------------------
 .../stacks/HDP/2.2/services/HIVE/configuration/hive-env.xml         | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/22a4875c/ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/hive-env.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/hive-env.xml
 
b/ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/hive-env.xml
index 5c8e773..aafc10e 100644
--- 
a/ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/hive-env.xml
+++ 
b/ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/hive-env.xml
@@ -116,6 +116,7 @@ export METASTORE_PORT={{hive_metastore_port}}
   <property>
     <name>hive_txn_acid</name>
     <display-name>ACID Transactions</display-name>
+    <description>Enable/Disable ACID transactions for HIVE</description>
     <value>off</value>
     <value-attributes>
       <type>value-list</type>

Reply via email to