Hi, I would like to copy data from one Hbase cluster to another Hbase cluster. While copying I should copy 1000 records as first set and 1000 records as second set...and so on. For example, first set, I should copy only 1000 records, second set, I should copy 1000. How can I achieve using commands or scripts?
Note: my Hbase table is huge. So, I would like to split and copy the data from one cluster to another (without moving to HDFS).