pgaref commented on a change in pull request #1657:
URL: https://github.com/apache/hive/pull/1657#discussion_r521470008



##########
File path: 
standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/conf/MetastoreConf.java
##########
@@ -1216,8 +1216,10 @@ public static ConfVars getMetaConf(String name) {
             "Can notification events from notification log table be used for 
updating the metastore cache."),
     TRANSACTIONAL_EVENT_LISTENERS("metastore.transactional.event.listeners",
         "hive.metastore.transactional.event.listeners", "",
-        "A comma separated list of Java classes that implement the 
org.apache.riven.MetaStoreEventListener" +
-            " interface. Both the metastore event and corresponding listener 
method will be invoked in the same JDO transaction."),
+        "A comma separated list of Java classes that implement the 
org.apache.riven.MetaStoreEventListener interface." +
+        " Both the metastore event and corresponding listener method will be 
invoked in the same JDO transaction." +
+        " If DbNotificationListener is configured along with other 
transactional event listenr, make sure it is" +

Review comment:
       listenr -> listener




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to