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

cannot execute in -e mode with export and import stratergy #40

Open hpasumarthi opened 1 year ago

hpasumarthi commented 1 year ago

Hello team, Looks like export_import strategy is not working with -e option.

sample command is

hms-mirror -cfg uat-dev.yaml -d EXPORT_IMPORT -db test_db -tf account --db-prefix 'uat1_' -o /tmp/hms-mirror-dist-latest/working-dir/ei_real_test_$(date +"%Y%m%d%H%M")/ -slc -e-ma -rdl -wd data/warehouse/tablespace/managed/hive -ewd data/warehouse/tablespace/external/hive

the command is not throwing any error but getting executed in 2 seconds. Logs show no execution of export table or import table command.

can we get this issue checked.