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

[2/6] incubator-ranger git commit: RANGER-1264:Do some improvement for the error message: add space between the sentences."Plugin" instead of "Pluing".

RANGER-1264:Do some improvement for the error message: add space between the sentences."Plugin" instead of "Pluing".

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

Branch: refs/heads/master
Commit: 45f145093338a1604015ec53670de4384722c530
Parents: 11e869f
Author: zhangqiang2 <zh...@zte.com.cn>
Authored: Mon Dec 19 11:24:01 2016 +0800
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Mon Dec 19 14:30:53 2016 +0000

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


http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/45f14509/agents-common/src/main/java/org/apache/ranger/authorization/hadoop/config/RangerConfiguration.java
----------------------------------------------------------------------
diff --git a/agents-common/src/main/java/org/apache/ranger/authorization/hadoop/config/RangerConfiguration.java b/agents-common/src/main/java/org/apache/ranger/authorization/hadoop/config/RangerConfiguration.java
index 8a9be4f..e487c85 100644
--- a/agents-common/src/main/java/org/apache/ranger/authorization/hadoop/config/RangerConfiguration.java
+++ b/agents-common/src/main/java/org/apache/ranger/authorization/hadoop/config/RangerConfiguration.java
@@ -184,7 +184,7 @@ public class RangerConfiguration extends Configuration {
 			addResource(rangerConf);
 		} else {
 			if(LOG.isDebugEnabled()) {
-				LOG.debug("Unable to add the Security Config for" + serviceType + "Pluing won't be enabled!");
+				LOG.debug("Unable to add the Security Config for " + serviceType + ". Plugin won't be enabled!");
 			}
 		}