diff --git a/hcatalog/webhcat/java-client/src/test/java/org/apache/hive/hcatalog/api/TestHCatClient.java b/hcatalog/webhcat/java-client/src/test/java/org/apache/hive/hcatalog/api/TestHCatClient.java index 14c9a4b..78e767e 100644 --- a/hcatalog/webhcat/java-client/src/test/java/org/apache/hive/hcatalog/api/TestHCatClient.java +++ b/hcatalog/webhcat/java-client/src/test/java/org/apache/hive/hcatalog/api/TestHCatClient.java @@ -116,7 +116,7 @@ public static void startMetaStoreServer() throws Exception { conf.set("hadoop.proxyuser." + Utils.getUGI().getShortUserName() + ".hosts", "*"); ProxyUsers.refreshSuperUserGroupsConfiguration(conf); - System.setProperty(HiveConf.ConfVars.METASTORE_EVENT_LISTENERS.varname, + System.setProperty(HiveConf.ConfVars.METASTORE_TRANSACTIONAL_EVENT_LISTENERS.varname, DbNotificationListener.class.getName()); // turn on db notification listener on metastore msPort = MetaStoreTestUtils.startMetaStore(); securityManager = System.getSecurityManager();