What is the best way to copy a table between two separate Accumulo
clusters. My initial thought was to export the table, use the Hadoop DistCp
to copy the files over to the new cluster, and then import the table.

Reply via email to