Dynamic Data Masking
- Dynamic Data Masking 9.9.2
- All Products
Example:server zookeeper connect -url '<zookeeper_ensemble>'
server zookeeper connect -url 'server1.informatica.com:2181, server2.informatica.com:2181, server3.informatica.com:2181'
Example:server zookeeper create -path /<name of parent node>
server zookeeper create -path /DDM
server zookeeper create -path /<DDM cluster path> -type EPHEMERAL -data <driver_url_toddm_cluster>
server zookeeper create -type EPHEMERAL -path /DDM/ddm1 -data "hive.server2.instance.uri=<ddmhost1>:<DDM hive service port>;hive.server2.authentication=KERBEROS;hive.server2.transport.mode=binary;hive.server2.thrift.sasl.qop=auth;hive.server2.thrift.bind.host=<ddmhost1>;hive.server2.thrift.port=<DDM hive service port>;hive.server2.use.SSL=false;hive.server2.authentication.kerberos.principal=<Dynamic Data Masking service principal for ddmhost1>"
server zookeeper create -type EPHEMERAL -path /DDM/ddm2 -data "hive.server2.instance.uri=<ddmhost2>:<DDM hive service port>;hive.server2.authentication=KERBEROS;hive.server2.transport.mode=binary;hive.server2.thrift.sasl.qop=auth;hive.server2.thrift.bind.host=<ddmhost2>;hive.server2.thrift.port=<DDM hive service port>;hive.server2.use.SSL=false;hive.server2.authentication.kerberos.principal=<Dynamic Data Masking service principal for ddmhost2>"