Repository: ambari Updated Branches: refs/heads/branch-2.5 2414ce6ad -> 372ffadaa
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/372ffada Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/372ffada Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/372ffada Branch: refs/heads/branch-2.5 Commit: 372ffadaafaf032d0be5dc020a34e26c735e6eb1 Parents: 2414ce6 Author: Sumit Mohanty <[email protected]> Authored: Wed Nov 9 19:09:28 2016 -0800 Committer: Sumit Mohanty <[email protected]> Committed: Wed Nov 9 19:09:28 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/372ffada/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>
