rangerServiceNamesMapping | Map<String, String> | A mapping between source to destination ranger services. <p> Note that if a mapping is not given for a service then it will stay the same on the destination. <p> Example: {"cm_hdfs":"dr_hdfs", "cm_hive":"dr_hive"} <br> Default: empty or null, every service name will stay the same on the destination | [optional] |
rangerUsersMapping | Map<String, String> | A mapping between source to destination ranger usernames. <p> Note that if a mapping is not given for a username then it will stay the same on the destination. <p> Example: {"testuser1":&", "testuser2":&" }quot;testuser1@host.comquot;testuser2@host.com<br> Default: empty or null, every username will stay the same on the destination | [optional] |
rangerResourcesMapping | Map<String, String> | A mapping between source to destination ranger resources. <p> Note that if a mapping is not given for a resource then it will stay the same on the destination. <p> Example: {"/srcdir1/srcfile1":"/destdir1/destfile1", "/srcdir2/srcfile2":"/destdir2/destfile2" }<br> Default: empty or null, every resource will have the same path on the destination | [optional] |