[
https://issues.apache.org/jira/browse/RANGER-4150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Madhan Neethiraj updated RANGER-4150:
-------------------------------------
Fix Version/s: 2.5.0
> Create HA support for UserSync
> ------------------------------
>
> Key: RANGER-4150
> URL: https://issues.apache.org/jira/browse/RANGER-4150
> Project: Ranger
> Issue Type: Sub-task
> Components: Ranger
> Reporter: Dineshkumar Yadav
> Assignee: Dineshkumar Yadav
> Priority: Major
> Fix For: 3.0.0, 2.5.0
>
>
> Steps to make UserSync Application HA
> # Decide the number of nodes on which you want to have UserSync up and
> running.
> # Deploy the Usersync on all the nodes decided on Step 1.
> # go to usersync conf/ directory (which will be created after running
> setup.sh in step 2) and open ranger-ugsync-site.xml
> # update below configuration and restart the UserSync.
> {code:java}
> 1. ranger-ugsync.server.ha.enabled= true
> 2. ranger-ugsync.server.ha.zookeeper.connect={add zookeeper host:port comma
> separated}
> 3. ranger-ugsync.server.ha.ids={add ids for number of host you have for
> usersync ex. if you have 2 node add id1,id2 }
> 4. ranger-ugsync.server.ha.address.id1={host:port of usersync node1}
> 5. ranger-ugsync.server.ha.address.id2={host:port of usersync node2}
> 6. ranger-ugsync.server.ha.zookeeper.auth={auth:} if you want to provide acl
> auth otherwise keep blank{code}
> 7. Perform 3, 4 & 5 to all the UserSync nodes.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)