[
https://issues.apache.org/jira/browse/RANGER-4151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dineshkumar Yadav updated RANGER-4151:
--------------------------------------
Description:
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.
> 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
>
> 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.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)