소스 검색

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

Swapan Shridhar 9 년 전
부모
커밋
5fecb4e05f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/hive-interactive-site.xml

+ 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>