Repository: incubator-ranger Updated Branches: refs/heads/master cb58449b6 -> 252cb4d3c
Typo Project: http://git-wip-us.apache.org/repos/asf/incubator-ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ranger/commit/252cb4d3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/252cb4d3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/252cb4d3 Branch: refs/heads/master Commit: 252cb4d3c299473e8f50fb7fdba9676adf7db981 Parents: cb58449 Author: Colm O hEigeartaigh <[email protected]> Authored: Fri Apr 22 10:34:27 2016 +0100 Committer: Colm O hEigeartaigh <[email protected]> Committed: Fri Apr 22 10:34:27 2016 +0100 ---------------------------------------------------------------------- .../authorization/hive/authorizer/RangerHiveAuthorizerFactory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/252cb4d3/ranger-hive-plugin-shim/src/main/java/org/apache/ranger/authorization/hive/authorizer/RangerHiveAuthorizerFactory.java ---------------------------------------------------------------------- diff --git a/ranger-hive-plugin-shim/src/main/java/org/apache/ranger/authorization/hive/authorizer/RangerHiveAuthorizerFactory.java b/ranger-hive-plugin-shim/src/main/java/org/apache/ranger/authorization/hive/authorizer/RangerHiveAuthorizerFactory.java index 4b3a196..14ddd42 100644 --- a/ranger-hive-plugin-shim/src/main/java/org/apache/ranger/authorization/hive/authorizer/RangerHiveAuthorizerFactory.java +++ b/ranger-hive-plugin-shim/src/main/java/org/apache/ranger/authorization/hive/authorizer/RangerHiveAuthorizerFactory.java @@ -74,7 +74,7 @@ public class RangerHiveAuthorizerFactory implements HiveAuthorizerFactory { } catch (Exception e) { // check what need to be done - LOG.error("Error Enabling RangerHivePluing", e); + LOG.error("Error Enabling RangerHivePlugin", e); } finally { deactivatePluginClassLoader(); }
