Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 

POLICY_MGR_URL =http://<FQDN_OF_Ranger_Admin_Cluster>:6080

usersync_principal=rangerusersync/<FQDN>@<REALM>

usersync_keytab=<rangerusersync keytab path>

hadoop_conf=/etc/hadoop/conf

Note: If kerberos server and usersync are on different host then copy the keytab on usersync host and assign permission to “ranger” user

 

    • scp the rangerusersync keytab file to the respective path of another host

...

 

    • chown ranger <rangeusersync keytab path>

 

...

    • chmod 400 <rangerusersync keytab path>

 

...

Run setup

 

  1. ./setup.sh

 

Start Ranger usersync server

...