You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewIllegalArgumentException("hadoop.security.groups.cache.secs should be larger than 0", newIllegalArgumentException("hadoop.security.groups.cache.secs should be larger than 0"));
309
+
if (conf.getLong(HADOOP_SECURITY_GROUPS_CACHE_SECS, HADOOP_SECURITY_GROUPS_CACHE_SECS_DEFAULT) * 1000 <= 0){
310
+
thrownewIllegalArgumentException(
311
+
"hadoop.security.groups.cache.secs should be larger than 0",
312
+
newIllegalArgumentException("hadoop.security.groups.cache.secs should be larger than 0"));
312
313
}
313
314
if (overrideNameRules || !HadoopKerberosName.hasRulesBeenSet()) {
0 commit comments