diff --git a/ql/src/java/org/apache/hadoop/hive/ql/security/HiveMetastoreAuthenticationProvider.java b/ql/src/java/org/apache/hadoop/hive/ql/security/HiveMetastoreAuthenticationProvider.java index 631417f..73e9bfb 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/security/HiveMetastoreAuthenticationProvider.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/security/HiveMetastoreAuthenticationProvider.java @@ -23,8 +23,8 @@ import org.apache.hadoop.hive.metastore.HiveMetaStore.HMSHandler; /** * HiveMetastoreAuthenticationProvider is an interface extension - * from HiveAuthenticationProvider for authentication from the - * metastore side. The implementation should return userNames + * from HiveAuthenticationProvider for authentication from the + * metastore side. The implementation should return userNames * and groupNames, and take care that if the metastore is running * a particular command as a user, it returns that user. */