You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by se...@apache.org on 2015/09/30 21:29:23 UTC

[11/14] hive git commit: HIVE-11984: Add HS2 open operation metrics (addendum) (Jimmy, reviewed by Szehon)

HIVE-11984: Add HS2 open operation metrics (addendum) (Jimmy, reviewed by Szehon)


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

Branch: refs/heads/llap
Commit: 265e42c5f45f7c160861132bbfa6ab78a85830e9
Parents: e9b4d7e
Author: Jimmy Xiang <jx...@cloudera.com>
Authored: Wed Sep 30 10:39:08 2015 -0700
Committer: Jimmy Xiang <jx...@cloudera.com>
Committed: Wed Sep 30 10:40:46 2015 -0700

----------------------------------------------------------------------
 .../src/java/org/apache/hive/service/cli/operation/Operation.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/265e42c5/service/src/java/org/apache/hive/service/cli/operation/Operation.java
----------------------------------------------------------------------
diff --git a/service/src/java/org/apache/hive/service/cli/operation/Operation.java b/service/src/java/org/apache/hive/service/cli/operation/Operation.java
index 0ab38c9..515299c 100644
--- a/service/src/java/org/apache/hive/service/cli/operation/Operation.java
+++ b/service/src/java/org/apache/hive/service/cli/operation/Operation.java
@@ -254,7 +254,7 @@ public abstract class Operation {
    */
   protected abstract void runInternal() throws HiveSQLException;
 
-  public final void run() throws HiveSQLException {
+  public void run() throws HiveSQLException {
     beforeRun();
     try {
       Metrics metrics = MetricsFactory.getInstance();