Skip to content

Releases: cloudera-labs/hms-mirror

hms-mirror

06 Dec 14:45
Compare
Choose a tag to compare
hms-mirror Pre-release
Pre-release

Added saveWorkingTables to cli and web ui options.

hms-mirror

hms-mirror

hms-mirror

21 Nov 17:15
Compare
Choose a tag to compare

Bug Fixes

What's New

  • Validate JDBC Jar Files in config.
  • Ability to turn-on strict mode for Storage Migration. This will cause distcp 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.

You will need to reset the `strict` mode flag in you configuration yaml. It will be set to `true` if the configuration was created before this release. You will need to set it to `false` to maintain this new 'preferred' behavior.
transfer:
  storageMigration:
    strict: false

hms-mirror

21 Nov 14:53
Compare
Choose a tag to compare
hms-mirror Pre-release
Pre-release

Bug Fixes

What's New

  • Validate JDBC Jar Files in config.
  • Ability to turn-on strict mode for Storage Migration. This will cause distcp 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.

You will need to reset the `strict` mode flag in you configuration yaml. It will be set to `true` if the configuration was created before this release. You will need to set it to `false` to maintain this new 'preferred' behavior.
transfer:
  storageMigration:
    strict: false

hms-mirror

12 Nov 11:24
Compare
Choose a tag to compare

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

06 Nov 18:16
Compare
Choose a tag to compare
hms-mirror Pre-release
Pre-release

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

30 Oct 20:44
Compare
Choose a tag to compare

Extend / Split 'transfer-ownership' to apply to database and/or table: #151

DB Prefix and DB Rename not working: #150

Support alternate db name for STORAGE_MIGRATION: #149

hms-mirror

15 Oct 16:35
Compare
Choose a tag to compare

Missing CR/LF in Clean up scripts.

hms-mirror

08 Oct 19:53
Compare
Choose a tag to compare

Skip Database Location Updates for STORAGE_MIGRATION: #147