'how to copy a hive table between two clusters?

I want to copy a hive table in a database of one cluster to another clusters database.

hadoop distcp <src> <destination path>

by using above command not able to copy data



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source