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
…es for large tables. We'll make adjustments to DISTRIBUTE BY and Tez Groupings to provide more efficient/balanced migrations with better/more optimized file sizes after migration for migrations using SQL. cloudera-labs/hms-mirror#53
- AAdditional table filters (`-tfs|--table-filter-size-limit` and `-tfp|--table-filter-partition-count-limit`) that check a tables data size and partition count limits can also be applied to narrow the range of tables you'll process. cloudera-labs/hms-mirror#55
- Add property to tables migrated with "STORAGE_MIGRATION" to identify and filter them out from future runs. cloudera-labs/hms-mirror#56
- `-cto|--compress-text-output` option and additional session level settings using basic stats.
- HDP3 scenario that doesn't support MANAGEDLOCATION element in database properties. cloudera-labs/hms-mirror#52
- AVRO Schema Only Fix.. cloudera-labs/hms-mirror#58
- Cleanup messaging around legacy config settings.
- Fix/Added `dbRegEx` command line parameter: cloudera-labs/hms-mirror#57
Configuration Breaking Change. If you see note about `A configuration element is no longer valid, progress. Please remove the element from the configuration yaml and try again.` with `Caused by: com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException: Unrecognized field "tblRegEx"`, please remove the properties `dbRegEx`, `tblRegEx` and `tblExcludeRegEx` from the config yaml.
We have options to use or not use dynamic optimizations or specify prescriptive optimizations with DISTRIBUTE BY.
When partitions are large, the writes will only do 1 writer per partition. Which can take a long time, depending on the size.
When partitions are large, we need to be able to add an extra level in the 'DISTRIBUTE BY' to add more writers.
The text was updated successfully, but these errors were encountered: