ApiRangerReplicationTransformArgs

Properties

Name Type Description Notes
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: {&quot;cm_hdfs&quot;:&quot;dr_hdfs&quot;, &quot;cm_hive&quot;:&quot;dr_hive&quot;} <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: {&quot;testuser1&quot;:&&quot;, &quot;testuser2&quot;:&&quot; }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: {&quot;/srcdir1/srcfile1&quot;:&quot;/destdir1/destfile1&quot;, &quot;/srcdir2/srcfile2&quot;:&quot;/destdir2/destfile2&quot; }<br> Default: empty or null, every resource will have the same path on the destination [optional]