You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by zh...@apache.org on 2017/04/26 00:45:26 UTC

ranger git commit: RANGER-1534:Fix the spelling in HiveConnectionMgr

Repository: ranger
Updated Branches:
  refs/heads/master 37667d7fa -> a02901c6f


RANGER-1534:Fix the spelling in HiveConnectionMgr

Signed-off-by: zhangqiang2 <zh...@zte.com.cn>


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

Branch: refs/heads/master
Commit: a02901c6f613a9bc3d10c31869400496c254b01b
Parents: 37667d7
Author: zhangqiang2 <zh...@zte.com.cn>
Authored: Fri Apr 21 15:19:36 2017 +0800
Committer: zhangqiang2 <zh...@zte.com.cn>
Committed: Tue Apr 25 20:44:44 2017 -0400

----------------------------------------------------------------------
 .../org/apache/ranger/services/hive/client/HiveConnectionMgr.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ranger/blob/a02901c6/hive-agent/src/main/java/org/apache/ranger/services/hive/client/HiveConnectionMgr.java
----------------------------------------------------------------------
diff --git a/hive-agent/src/main/java/org/apache/ranger/services/hive/client/HiveConnectionMgr.java b/hive-agent/src/main/java/org/apache/ranger/services/hive/client/HiveConnectionMgr.java
index 9376358..5d7c8e5 100644
--- a/hive-agent/src/main/java/org/apache/ranger/services/hive/client/HiveConnectionMgr.java
+++ b/hive-agent/src/main/java/org/apache/ranger/services/hive/client/HiveConnectionMgr.java
@@ -90,7 +90,7 @@ public class HiveConnectionMgr {
 					} catch(Exception e) {
 						hiveConnectionCache.remove(serviceName);
 						/*
-						 * There is a possiblity that some other thread is also using this connection that we are going to close but
+						 * There is a possibility that some other thread is also using this connection that we are going to close but
 						 * presumably the connection is bad which is why we are closing it, so damage should not be much.
 						 */
 						hiveClient.close();