[ https://issues.apache.org/jira/browse/HIVE-17728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16194810#comment-16194810 ]
ASF GitHub Bot commented on HIVE-17728: --------------------------------------- GitHub user sankarh opened a pull request: https://github.com/apache/hive/pull/257 HIVE-17728: TestHCatClient should configure hive.metastore.transactional.event.listeners as per recommendation. You can merge this pull request into a Git repository by running: $ git pull https://github.com/sankarh/hive HIVE-17728 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/hive/pull/257.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #257 ---- commit e5be3c09e18398824b74c7294f1d5af881a83637 Author: Sankar Hariappan <mailtosank...@gmail.com> Date: 2017-10-06T16:31:43Z HIVE-17728: TestHCatClient should configure hive.metastore.transactional.event.listeners as per recommendation. ---- > TestHCatClient should configure hive.metastore.transactional.event.listeners > as per recommendation. > --------------------------------------------------------------------------------------------------- > > Key: HIVE-17728 > URL: https://issues.apache.org/jira/browse/HIVE-17728 > Project: Hive > Issue Type: Sub-task > Components: repl > Affects Versions: 3.0.0 > Reporter: Sankar Hariappan > Assignee: Sankar Hariappan > Labels: DR, pull-request-available, replication > Fix For: 3.0.0 > > > Currently, TestHCatClient.java uses hive.metastore.event.listeners to enable > notification events logging. But the recommended configuration for the same > is hive.metastore.transactional.event.listeners. > So, need to update the same. -- This message was sent by Atlassian JIRA (v6.4.14#64029)