Releases: cloudera-labs/hms-mirror
hms-mirror
Added saveWorkingTables to cli and web ui options.
hms-mirror
hms-mirror
hms-mirror
Bug Fixes
- Doubling of mapping locations for partitions in
distcp
for STORAGE_MIGRATION. - STORAGE_MIGRATION is setting ACID to ON, regardless.
What's New
- Validate JDBC Jar Files in config.
- Ability to turn-on
strict
mode for Storage Migration. This will causedistcp
to fail when non-standard locations are used. To turn off, use the-sms|--storage-migration-strict
flag via the CLI.
Behavior Changes
The default behavior for Storage Migration 'strict' has changed from true
to false
. The intent behind the strict
mode was to ensure distcp
would fail when non-standard locations are used. The combination of metastore_direct
and knowing the partition location details gives us a better chance on making these mappings work for distcp
. When the scenario arises, we do HIGHLY recommend that you validate the plans created. The new default behavior will allow distcp
to continue when non-standard locations are encountered, while throwing a warning. This will allow the migration to continue, but you should validate the results.
transfer:
storageMigration:
strict: false
hms-mirror
Bug Fixes
- Doubling of mapping locations for partitions in
distcp
for STORAGE_MIGRATION. - STORAGE_MIGRATION is setting ACID to ON, regardless.
What's New
- Validate JDBC Jar Files in config.
- Ability to turn-on
strict
mode for Storage Migration. This will causedistcp
to fail when non-standard locations are used. To turn off, use the-sms|--storage-migration-strict
flag via the CLI.
Behavior Changes
The default behavior for Storage Migration 'strict' has changed from true
to false
. The intent behind the strict
mode was to ensure distcp
would fail when non-standard locations are used. The combination of metastore_direct
and knowing the partition location details gives us a better chance on making these mappings work for distcp
. When the scenario arises, we do HIGHLY recommend that you validate the plans created. The new default behavior will allow distcp
to continue when non-standard locations are encountered, while throwing a warning. This will allow the migration to continue, but you should validate the results.
transfer:
storageMigration:
strict: false
hms-mirror
Fixed
- Property overrides - po|pol|por - are not honored in v2, were working in 1.6.x: #156
- Partition auto-discovery config value is misconfigured during setup: #155
- Enhancement for hms-mirror setup: #154
- Remove automatic DB location as db_name.db in db location: #153
- Add support for Hive table backup in DISTCP mode: #152
New
- Beta Flag to be used for future beta features.
hms-mirror
BETA RELEASE
Fixed
- Property overrides - po|pol|por - are not honored in v2, were working in 1.6.x: #156
- Partition auto-discovery config value is misconfigured during setup: #155
- Enhancement for hms-mirror setup: #154
- Remove automatic DB location as db_name.db in db location: #153
- Add support for Hive table backup in DISTCP mode: #152
New
- Beta Flag to be used for future beta features.
hms-mirror
hms-mirror
Missing CR/LF in Clean up scripts.
hms-mirror
Skip Database Location Updates for STORAGE_MIGRATION: #147