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
When we execute hms-mirror in DISTCP mode, it generate SQL which directly execute "alter table" statement on existing table to change location from "hdfs" to ozone" for e.g.
ALTER TABLE table_name SET LOCATION "ofs://...";
We request a feature to provision for existing table backup and create new table with same name pointing to ozone. Same process is seen SQL mode
Request to add below
Backup existing table using "alter table rename to" statement
create a new table pointing to ozone with same name
The text was updated successfully, but these errors were encountered:
When we execute hms-mirror in DISTCP mode, it generate SQL which directly execute "alter table" statement on existing table to change location from "hdfs" to ozone" for e.g.
ALTER TABLE table_name SET LOCATION "ofs://...";
We request a feature to provision for existing table backup and create new table with same name pointing to ozone. Same process is seen SQL mode
Request to add below
The text was updated successfully, but these errors were encountered: