[ https://issues.apache.org/jira/browse/HIVE-2946?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13252985#comment-13252985 ]
Phabricator commented on HIVE-2946: ----------------------------------- ashutoshc has commented on the revision "HIVE-2946 [jira] Hive metastore does not have any log messages while shutting itself down.". INLINE COMMENTS metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStore.java:2956 Just like for start message you can also add if (cli.isVerbose()) { System.err.println(msg); } REVISION DETAIL https://reviews.facebook.net/D2745 > Hive metastore does not have any log messages while shutting itself down. > -------------------------------------------------------------------------- > > Key: HIVE-2946 > URL: https://issues.apache.org/jira/browse/HIVE-2946 > Project: Hive > Issue Type: Improvement > Components: Metastore > Reporter: Vandana Ayyalasomayajula > Assignee: Vandana Ayyalasomayajula > Priority: Minor > Labels: metastore > Attachments: HIVE-2946.D2745.1.patch > > > When hive metastore is started, the event is logged with good amount of > information. But when it is stopped ( using a kill) command, no information > is being written to the logs. It will be good if we can add a shutdown event > to the HiveMetastore class. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira