You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Prevent user from setting -wd and -ewd to the same value.
- Exit process if the database commands aren't successful. cloudera-labs/hms-mirror#48
- Global Location Map option, which would override -rdl is a match is found. cloudera-labs/hms-mirror#50
- ForceExternalLocations added to address bugs in HDP Hive 3 where the Database LOCATION is NOT honored for new tables and falls back to the warehouse directory. cloudera-labs/hms-mirror#51
Change internal structure of property overrides.
Fix Prefixed DB in CLeanup sql. cloudera-labs/hms-mirror#46
Fixed dbprefix for dc. cloudera-labs/hms-mirror#36
Hi Team,
Looks like db_prefix is not being updating the _RIGHT_CleanUp_execute.sql it show the same left db name.
Out sample job is
hms-mirror -cfg $config_file -d SCHEMA_ONLY -db $dbname -tf $tblfilter --db-prefix $env_target_prefix -o $output_directory -dc -e
Looks like it is hard coded to use database here https://github.com/cloudera-labs/hms-mirror/blob/main/src/main/java/com/cloudera/utils/hadoop/hms/mirror/Conversion.java#L119
Can we get this checked.
The text was updated successfully, but these errors were encountered: