cloudera-labs / hms-mirror

"hms-mirror" is a utility used to bridge the gap between two clusters and migrate hive metadata.
Apache License 2.0
13 stars 8 forks source link

With SQL strategy, ACID table migrations are overwriting existing tables of same name. #72

Closed dstreev closed 1 year ago

dstreev commented 1 year ago

If the table exists on the RIGHT, the ACID via SQL migration is still moving forward.

This should only happen if the -sync option is specified.

dstreev commented 1 year ago

option was in the config. So this was expected behavior.