You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by ga...@apache.org on 2016/03/03 20:00:00 UTC

hive git commit: HIVE-13106 STARTUP_MSG and SHUTDOWN_MSG are added to HiveMetaStore (Shinichi Yamashita via Alan Gates)

Repository: hive
Updated Branches:
  refs/heads/master 247e884d0 -> 2618e1879


HIVE-13106 STARTUP_MSG and SHUTDOWN_MSG are added to HiveMetaStore (Shinichi Yamashita via Alan Gates)


Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/2618e187
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/2618e187
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/2618e187

Branch: refs/heads/master
Commit: 2618e1879d4f55b270f25cd1d88ea0fa48b62b25
Parents: 247e884
Author: Alan Gates <ga...@hortonworks.com>
Authored: Thu Mar 3 10:58:25 2016 -0800
Committer: Alan Gates <ga...@hortonworks.com>
Committed: Thu Mar 3 10:58:25 2016 -0800

----------------------------------------------------------------------
 .../src/java/org/apache/hadoop/hive/metastore/HiveMetaStore.java    | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/2618e187/metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStore.java
----------------------------------------------------------------------
diff --git a/metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStore.java b/metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStore.java
index bfebfdc..f425c6e 100644
--- a/metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStore.java
+++ b/metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStore.java
@@ -6092,6 +6092,7 @@ public class HiveMetaStore extends ThriftHiveMetastore {
         HMSHandler.LOG.warn(e.getMessage());
       }
     }
+    HiveStringUtils.startupShutdownMessage(HiveMetaStore.class, args, LOG);
 
     try {
       String msg = "Starting hive metastore on port " + cli.port;