I am aware of the different ways to get data from an HBase table in one cluster to an HBase table in another cluster: CopyTable, snapshots, replication, export, distcp. What I don't know is which of these methods (if any) are available when trying to copy from a Cloudera Express license to a Cloudera QuickStart instance that is running on another machine.
Which of these methods (if any) should be available? For example, hbase-backup.jar which is required for replication does not exist on any of the hosts in my Cloudera Express cluster. Does this mean that Cloudera Express doesn't support replication?