Repository: ranger
Updated Branches:
  refs/heads/master 2f8c7f27a -> 149c51662


RANGER-1456:Fix the spelling error in HDFS plugin

Signed-off-by: zhangqiang2 <zhangqia...@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/149c5166
Tree: http://git-wip-us.apache.org/repos/asf/ranger/tree/149c5166
Diff: http://git-wip-us.apache.org/repos/asf/ranger/diff/149c5166

Branch: refs/heads/master
Commit: 149c51662037b45472281bf166b2cb19a5d1262a
Parents: 2f8c7f2
Author: zhangqiang2 <zhangqia...@zte.com.cn>
Authored: Thu Mar 16 09:44:46 2017 +0800
Committer: zhangqiang2 <zhangqia...@zte.com.cn>
Committed: Thu Mar 16 21:12:03 2017 -0400

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


http://git-wip-us.apache.org/repos/asf/ranger/blob/149c5166/hdfs-agent/src/main/java/org/apache/ranger/services/hdfs/client/HdfsConnectionMgr.java
----------------------------------------------------------------------
diff --git 
a/hdfs-agent/src/main/java/org/apache/ranger/services/hdfs/client/HdfsConnectionMgr.java
 
b/hdfs-agent/src/main/java/org/apache/ranger/services/hdfs/client/HdfsConnectionMgr.java
index e1985c0..83cae78 100644
--- 
a/hdfs-agent/src/main/java/org/apache/ranger/services/hdfs/client/HdfsConnectionMgr.java
+++ 
b/hdfs-agent/src/main/java/org/apache/ranger/services/hdfs/client/HdfsConnectionMgr.java
@@ -103,7 +103,7 @@ public class HdfsConnectionMgr {
                                        }
                                }
                } else {
-                       LOG.error("Serice not found with name "+serviceName, 
new Throwable());
+                       LOG.error("Service not found with name " + serviceName, 
new Throwable());
                }
 
                return hdfsClient;

Reply via email to