We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
export table
import table
can we get this issue checked.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
orimport table
command.can we get this issue checked.
The text was updated successfully, but these errors were encountered: