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:15 UTC

[4/6] incubator-ranger git commit: RANGER-1266:Spelling error for \"RangerYarnPluing\"

RANGER-1266:Spelling error for \"RangerYarnPluing\"

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/c51d7900
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/c51d7900
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/c51d7900

Branch: refs/heads/master
Commit: c51d7900c185395c8b4a18220f7aaec66197d21b
Parents: bf649f0
Author: zhangqiang2 <zh...@zte.com.cn>
Authored: Mon Dec 19 14:24:28 2016 +0800
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Mon Dec 19 14:33:36 2016 +0000

----------------------------------------------------------------------
 .../ranger/authorization/yarn/authorizer/RangerYarnAuthorizer.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/c51d7900/ranger-yarn-plugin-shim/src/main/java/org/apache/ranger/authorization/yarn/authorizer/RangerYarnAuthorizer.java
----------------------------------------------------------------------
diff --git a/ranger-yarn-plugin-shim/src/main/java/org/apache/ranger/authorization/yarn/authorizer/RangerYarnAuthorizer.java b/ranger-yarn-plugin-shim/src/main/java/org/apache/ranger/authorization/yarn/authorizer/RangerYarnAuthorizer.java
index 78b5390..7b7f1f3 100644
--- a/ranger-yarn-plugin-shim/src/main/java/org/apache/ranger/authorization/yarn/authorizer/RangerYarnAuthorizer.java
+++ b/ranger-yarn-plugin-shim/src/main/java/org/apache/ranger/authorization/yarn/authorizer/RangerYarnAuthorizer.java
@@ -72,7 +72,7 @@ public class RangerYarnAuthorizer extends YarnAuthorizationProvider {
 			yarnAuthorizationProviderImpl = cls.newInstance();
 		} catch (Exception e) {
 			// check what need to be done
-			LOG.error("Error Enabling RangerYarnPluing", e);
+			LOG.error("Error Enabling RangerYarnPlugin", e);
 		} finally {
 			deactivatePluginClassLoader();
 		}