Parcourir la source

AMBARI-16130. Setting 'hive.llap.io.memory.size' config default value to 0.

Swapan Shridhar il y a 9 ans
Parent
commit
5fecb4e05f

+ 1 - 1
ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/hive-interactive-site.xml

@@ -376,7 +376,7 @@ limitations under the License.
     <name>hive.llap.io.memory.size</name>
     <display-name>Cache Size</display-name>
     <description>The amount of data reserved for Hive's optimized in-memory cache.</description>
-    <value>20000000</value>
+    <value>0</value>
     <value-attributes>
       <type>int</type>
       <minimum>0</minimum>