You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by co...@apache.org on 2016/12/19 14:49:14 UTC

[3/6] incubator-ranger git commit: RANGER-1265:Spelling error for \"RangerHdfsPluing\"

RANGER-1265:Spelling error for \"RangerHdfsPluing\"

Signed-off-by: Colm O hEigeartaigh <co...@apache.org>


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

Branch: refs/heads/master
Commit: bf649f0978159cfe8021fa2aa35b4a76e9d7d93b
Parents: 45f1450
Author: zhangqiang2 <zh...@zte.com.cn>
Authored: Mon Dec 19 13:23:20 2016 +0800
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Mon Dec 19 14:31:56 2016 +0000

----------------------------------------------------------------------
 .../apache/ranger/authorization/hadoop/RangerHdfsAuthorizer.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/bf649f09/ranger-hdfs-plugin-shim/src/main/java/org/apache/ranger/authorization/hadoop/RangerHdfsAuthorizer.java
----------------------------------------------------------------------
diff --git a/ranger-hdfs-plugin-shim/src/main/java/org/apache/ranger/authorization/hadoop/RangerHdfsAuthorizer.java b/ranger-hdfs-plugin-shim/src/main/java/org/apache/ranger/authorization/hadoop/RangerHdfsAuthorizer.java
index 1a5efb8..fc581bf 100644
--- a/ranger-hdfs-plugin-shim/src/main/java/org/apache/ranger/authorization/hadoop/RangerHdfsAuthorizer.java
+++ b/ranger-hdfs-plugin-shim/src/main/java/org/apache/ranger/authorization/hadoop/RangerHdfsAuthorizer.java
@@ -64,7 +64,7 @@ public class RangerHdfsAuthorizer extends INodeAttributeProvider {
 			rangerHdfsAuthorizerImpl = cls.newInstance();
 		} catch (Exception e) {
 			// check what need to be done
-			LOG.error("Error Enabling RangerHdfsPluing", e);
+			LOG.error("Error Enabling RangerHdfsPlugin", e);
 		} finally {
 			deactivatePluginClassLoader();
 		}