How to set other data location on s3?
Just use ALTER TABLE. The example code is losted here:
alter table d_ppo_category_pc_mapping set location 's3://YOUR_NEW_S3_LOCATION'
;
Just use ALTER TABLE. The example code is losted here:
alter table d_ppo_category_pc_mapping set location 's3://YOUR_NEW_S3_LOCATION'
;