Browse Source

AMBARI-18150. Add Hive2/HiveServer2 config hive.metastore.event.listeners as empty value in hive-interactive-site.

Swapan Shridhar 9 years ago
parent
commit
8087f6224a

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

@@ -631,5 +631,15 @@ limitations under the License.
     </value-attributes>
     <on-ambari-upgrade add="true"/>
   </property>
-
+  <property>
+    <name>hive.metastore.event.listeners</name>
+    <value/>
+    <description>
+      Listeners for metastore events
+    </description>
+    <value-attributes>
+      <empty-value-valid>true</empty-value-valid>
+    </value-attributes>
+    <on-ambari-upgrade add="false"/>
+  </property>
 </configuration>