Hadoop Security Guide
Also available as:
PDF
loading table of contents...

Configuring Ranger Usersync

  1. Use the following CLI command to stop the Ranger Usersync service.

    ranger-usersync stop
  2. Use the following commands to change to the Usersync install directory and open the install.properties file in a text editor.

    cd /usr/hdp/current/ranger-usersync/
    vi install.properties
  3. Set the value of POLICY_MGR_URL in the format: https://<hostname of policy manager>:<https port> and save your changes.

  4. Run the following commands to install the new settings.

    cd /usr/hdp/current/ranger-usersync/
    ./setup.sh
  5. Use the following command to start the Ranger Usersync service.

    ranger-usersync start