cloudera-labs / hms-mirror

"hms-mirror" is a utility used to bridge the gap between two clusters and migrate hive metadata.
Apache License 2.0
13 stars 8 forks source link

HDP 3 Hive doesn't support MANAGEDLOCATION attribute for Databases. #52

Closed dstreev closed 1 year ago

dstreev commented 1 year ago

HDP 3 was incomplete in its EXTERNAL/MANAGED table location management.

Add hdpHive3: true to the clusters configuration in the configuration yaml file.

clusters:
  LEFT:
    environment: "LEFT"
    legacyHive: false
    hdpHive3: true