You may use the standard procedures to copy HBase tables across the clusters (copyTable, snapshot based copy. There is a lot of articles on this topic). And execution time depends on the network speed. For 1Gbit it would take something close to 5-6 hours. If you don't want any downtime and plans continuously ingest the data you may consider replication as the way to copy data, but I'm not sure about the speed.
Thanks, Sergey On Mon, Nov 13, 2017 at 6:27 PM, Cheyenne Forbes < cheyenne.osanu.for...@gmail.com> wrote: > Is there a standard way to move all apache phoenix data to a new cluster? > and how long would it take to move 2 terabytes of phoenix rows? > > senario: > > I launched my platform using virtual servers (as its cheaper) but now I am > ready to move to dedicated servers but I want to know the right way to move > the data to a new cluster so my users dont hunt me down to torture me for > messing up the data they trusted my platform with. > > Regards, > Cheyenne >