Open hpasumarthi opened 1 year ago
@hpasumarthi can you add the context in how your calling hms-mirror. The commandline, etc.. The RIGHT needs to be able to ensure the shadow table are 'reset'. So the right user 'will' need access to the 'left' storage in this case to 'clean up' these artifacts. If they aren't allowed that type of access, you could try an intermediate-storage location. This way you wouldn't have to be concerned about RIGHT to LEFT access.
Hello Team, We have been seeing strange issue while running hms-mirror to copy iceberg tables from Left to Right environment.
As a part of the command
DROP TABLE IF EXISTS hms_mirror_shadow_hms_iceberg;
Error message
We have granted users from left environment only read access to right environment buckets. Looks like drop command is trying to write into _tmp.hms_icerbeg file which cannot be possible. Can we check if we can avoid this while running drop table command.
Hemanth