瀏覽代碼

AMBARI-5628. Explicitly disabling datanucleus l2 cache for hive. (srimanth)

Srimanth Gunturi 11 年之前
父節點
當前提交
fa787e559b

+ 6 - 0
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>
     <description>Number of aborted transactions involving a particular table or partition before major compaction is initiated.</description>
   </property>
   </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>
 </configuration>