[ https://issues.apache.org/jira/browse/RANGER-4151 ]
Dineshkumar Yadav deleted comment on RANGER-4151:
-------------------------------------------
was (Author: dineshkumar-yadav):
apache commit :
https://github.com/apache/ranger/commit/338f264739746d084f94ebf7e748e4c9d4cc4268
> Create HA support for tagSync
> -----------------------------
>
> Key: RANGER-4151
> URL: https://issues.apache.org/jira/browse/RANGER-4151
> Project: Ranger
> Issue Type: Sub-task
> Components: Ranger
> Reporter: Dineshkumar Yadav
> Assignee: Dineshkumar Yadav
> Priority: Major
>
> This enhancement will provide High Availability support for TagSync
> application
> Steps to make TagSync Application HA
> Decide the number of nodes on which you want to have TagSync up and running.
> Deploy the TagSync on all the nodes decided on Step 1.
> go to TagSync conf/ directory (which will be created after running setup.sh
> in step 2) and open ranger-tagsync-site.xml
>
> {code:java}
> update below configuration and restart the TagSync.
> 1. ranger-tagsync.server.ha.enabled= true
> 2. ranger-tagsync.server.ha.zookeeper.connect={add zookeeper host:port comma
> separated}
> 3. ranger-tagsync.server.ha.ids={add ids for number of hosts you have for
> tagsync ex. if you have 2 nodes add id1,id2 }
> 4. ranger-tagsync.server.ha.address.id1={host:port of tagsync node1}
> 5. ranger-tagsync.server.ha.address.id2={host:port of tagsync node2}
> 6. ranger-tagsync.server.ha.zookeeper.auth={auth:} if you want to provide acl
> auth otherwise keep blank
> {code}
> 7. Perform 3, 4 & 5 to all the TagSync nodes.
> Note : if there is no port provide only hostname
--
This message was sent by Atlassian Jira
(v8.20.10#820010)