ソースを参照

AMBARI-17434. Keep empty value for Hive2/hive-interactive-site.xml config 'hive.llap.io.memory.mode'.

Swapan Shridhar 9 年 前
コミット
678877dcd8

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

@@ -567,7 +567,10 @@ limitations under the License.
   </property>
   <property>
     <name>hive.llap.io.memory.mode</name>
-    <value>none</value>
+    <value/>
+    <value-attributes>
+      <empty-value-valid>true</empty-value-valid>
+    </value-attributes>
     <on-ambari-upgrade add="true"/>
   </property>