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
14 stars 8 forks source link

db-prefix is not working with -dc option #36

Closed hpasumarthi closed 1 year ago

hpasumarthi commented 1 year ago

Hello Team, We have tested the db-prefix with -dc option looks like output file _RIGHT_distcp_script.sh do not have any prefix. Can you please check code to generate the _RIGHT_distcp_script.sh with the prefix passed.

our testing command looks like this

hms-mirror -cfg uat-dev.yaml -d SCHEMA_ONLY -db hms_test --db-prefix  'uat_' -o /tmp/hms-mirror-dist-new/working-dir-new/schema_only2/ -slc -ma -sql -dc

Hemanth