We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 133fac4 commit 6dd2e39Copy full SHA for 6dd2e39
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/Groups.java
@@ -108,7 +108,6 @@ public Groups(Configuration conf, final Timer timer) {
108
JniBasedUnixGroupsMappingWithFallback.class,
109
GroupMappingServiceProvider.class),
110
conf);
111
-
112
cacheTimeout =
113
conf.getLong(CommonConfigurationKeys.HADOOP_SECURITY_GROUPS_CACHE_SECS,
114
CommonConfigurationKeys.HADOOP_SECURITY_GROUPS_CACHE_SECS_DEFAULT) * 1000;
0 commit comments