Dear Team,
Is there any way to take backup of
- Hive database
- Hive Tables (Particular Table)
- Hive metastore
Please let me know.
Thanks in Advance !!!
Dear Team,
Is there any way to take backup of
Please let me know.
Thanks in Advance !!!
Hello Mohit,
You can save all the tables in HDFS.
We can take back up of Hive metastore using back up feature of underlying database.
For tables in Hive, it is not common practice. If required you can copy to other cluster using distcp.