CDAP requires that you provide an extension that will perform HBase-related DDL operations on both clusters instead of only on a single cluster. To create the extension, you must implement the HBaseDDLExecutor
class. Details on implementing this class, a sample implementation, and example files are available in the Appendix: HBaseDDLExecutor.
CDAP must have invalid have invalid transaction list pruning disabled, as this cannot be used with replication.
...