Repository: ambari Updated Branches: refs/heads/trunk 11819ace2 -> fa787e559
AMBARI-5628. Explicitly disabling datanucleus l2 cache for hive. (srimanth) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/fa787e55 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/fa787e55 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/fa787e55 Branch: refs/heads/trunk Commit: fa787e559bbf5fd9e3088f8dace7522725cdecc7 Parents: 11819ac Author: Srimanth Gunturi <[email protected]> Authored: Tue Apr 29 18:00:01 2014 -0700 Committer: Srimanth Gunturi <[email protected]> Committed: Tue Apr 29 18:00:01 2014 -0700 ---------------------------------------------------------------------- .../stacks/HDP/2.1/services/HIVE/configuration/hive-site.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/fa787e55/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 781fdcb..105ece2 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 @@ -459,4 +459,10 @@ limitations under the License. <description>Number of aborted transactions involving a particular table or partition before major compaction is initiated.</description> </property> + <property> + <name>datanucleus.cache.level2.type</name> + <value>none</value> + <description>Determines caching mechanism DataNucleus L2 cache will use. It is strongly recommended to use default value of 'none' as other values may cause consistency errors in Hive.</description> + </property> + </configuration>
