bash -c groups
command to resolve a list of groups for a user.
-Once a username has been determined as described above, the list of groups is determined by a group mapping
-service, configured by the hadoop.security.group.mapping
property.
-The default implementation, org.apache.hadoop.security.ShellBasedUnixGroupsMapping
, will shell out
-to the Unix bash -c groups
command to resolve a list of groups for a user.
+Once a username has been determined as described above, the list of groups is
+determined by a group mapping service, configured by the
+hadoop.security.group.mapping
property. Refer to the
+core-default.xml for details of the hadoop.security.group.mapping
+implementation.
An alternate implementation, which connects directly to an LDAP server to resolve the list of groups, is available