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: <br> {&quot;/srcdir1/srcfile1&quot;: &quot;/destdir1/destfile1&quot;, &quot;src_url.com&quot;: &quot;dest_url.com&quot;, &quot;source_db&quot;: &quot;dest_db&quot;, &quot;source_table&quot;:&quot;dest_table&quot;} }<br> Default: empty or null, every resource will remain the same on destination [optional]