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
-- Alter Database Location
ALTER DATABASE mydb SET LOCATION "hdfs://cdpprod/data/hive/external,/data/hive/external/hive";
-- Alter Database Managed Location
ALTER DATABASE mydb SET MANAGEDLOCATION "hdfs://cdpprod/data/hive/managed,/data/hive/managed/mydb";
E.g. using
ends up with a config value:
...which could cause issues at runtime.
Command should either fail or should use only the last defined value for configs that should have single values.
The text was updated successfully, but these errors were encountered: