DLM Administration
Also available as:
PDF
loading table of contents...

Target cluster setup for WASB

The target cluster for hive cloud replication should be setup on WASB instances with Hive warehouse directory on WASB cloud.

The target cluster is data lake cluster with metadata services such as HMS, Ranger, Atlas, and DLM engine. The following configurations are required in this target cluster:

hive.metastore.dml.events=false
hive.repl.cm.enabled=false
hive.warehouse.subdir.inherit.perms=false
hive.repl.replica.functions.root.dir=wasb://<container_name>@<storage_account_name>.blob.core.windows.net/<replfunctions_path>
hive.metastore.warehouse.dir=wasb://<container_name>@<storage_account_name>.blob.core.windows.net/<warehouse_path>

The cluster should have additional WASB credential configurations for access to WASB storage containers, refer to https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.6.5/bk_cloud-data-access/content/authentication-wasb.html.