Kimahriman commented on a change in pull request #4059:
URL: https://github.com/apache/zeppelin/pull/4059#discussion_r579826741
##########
File path:
zeppelin-server/src/main/java/org/apache/zeppelin/realm/jwt/KnoxJwtRealm.java
##########
@@ -241,7 +228,6 @@ protected AuthorizationInfo
doGetAuthorizationInfo(PrincipalCollection principal
/* return the groups as seen by Hadoop */
Set<String> groups = null;
try {
- hadoopGroups.refresh();
Review comment:
Removed this so we could take advantage of hadoop's native group caching
mechanisms that should be controllable via hadoop configurations
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]