Enabling Impersonation for the HPE Data Fabric Superuser
Provides a procedure necessary to implement superuser impersonation.
About this task
To enable impersonation in your HPE Data Fabric installation:
Provides a procedure necessary to implement superuser impersonation.
To enable impersonation in your HPE Data Fabric installation:
/opt/mapr/hadoop/hadoop-<version>/etc/hadoop/core-site.xml
hadoop.proxyuser properties:
<property>
<name>hadoop.proxyuser.mapr.hosts</name>
<value>*</value>
</property><property>
<name>hadoop.proxyuser.mapr.groups</name>
<value>*</value>
</property>
The hosts setting (*) allows the
mapr superuser to connect from any host to impersonate
a user.
The groups setting (*) allows the
mapr superuser to impersonate any user in any
group.