Setting up the HDP cluster
You set up the HDP cluster after replicating one or more databases before you can verify replication. Set up requires stopping jobs.
- Run at least one incremental replication for a databases before attempting verification.
- In the CDP cluster, find the dump directory path using the following query:
select * from sys.replication_metrics where policy_name=‘<policy name>’ order by scheduled_execution_id desc limit 1;
- Find and copy the external table paths listed in the CDP dump directory path in _file_list_external file. You will use these paths to set up Ranger policies in Ambari.