You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sentry.apache.org by co...@apache.org on 2018/03/06 10:47:03 UTC

sentry git commit: SENTRY-2147 - Fix Javadoc for SentryHiveAuthorizerFactory. Colm O hEigeartaigh, reviewed by kalyan kumar kalvagadda + Steve Moist.

Repository: sentry
Updated Branches:
  refs/heads/master 94cfb1b42 -> 936be4e7c


SENTRY-2147 - Fix Javadoc for SentryHiveAuthorizerFactory. Colm O hEigeartaigh, reviewed by kalyan kumar kalvagadda + Steve Moist.


Project: http://git-wip-us.apache.org/repos/asf/sentry/repo
Commit: http://git-wip-us.apache.org/repos/asf/sentry/commit/936be4e7
Tree: http://git-wip-us.apache.org/repos/asf/sentry/tree/936be4e7
Diff: http://git-wip-us.apache.org/repos/asf/sentry/diff/936be4e7

Branch: refs/heads/master
Commit: 936be4e7cd08f33616fe1e296af63ed4325195bf
Parents: 94cfb1b
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Tue Mar 6 10:46:31 2018 +0000
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Tue Mar 6 10:46:31 2018 +0000

----------------------------------------------------------------------
 .../sentry/binding/hive/authz/SentryHiveAuthorizerFactory.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/sentry/blob/936be4e7/sentry-binding/sentry-binding-hive/src/main/java/org/apache/sentry/binding/hive/authz/SentryHiveAuthorizerFactory.java
----------------------------------------------------------------------
diff --git a/sentry-binding/sentry-binding-hive/src/main/java/org/apache/sentry/binding/hive/authz/SentryHiveAuthorizerFactory.java b/sentry-binding/sentry-binding-hive/src/main/java/org/apache/sentry/binding/hive/authz/SentryHiveAuthorizerFactory.java
index db8e428..1dc18ef 100644
--- a/sentry-binding/sentry-binding-hive/src/main/java/org/apache/sentry/binding/hive/authz/SentryHiveAuthorizerFactory.java
+++ b/sentry-binding/sentry-binding-hive/src/main/java/org/apache/sentry/binding/hive/authz/SentryHiveAuthorizerFactory.java
@@ -34,7 +34,7 @@ import org.apache.sentry.binding.hive.conf.HiveAuthzConf;
  * In order to use this class, the hive-site.xml should be configured in the following way:
  * <p>
  * <property>
- *   <name>hive.security.authorization.enable</name>
+ *   <name>hive.security.authorization.manager</name>
  *   <value>org.apache.sentry.binding.hive.authz.SentryHiveAuthorizerFactory</value>
  * </property>
  */