[
https://issues.apache.org/jira/browse/HIVE-23388?focusedWorklogId=445978&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-445978
]
ASF GitHub Bot logged work on HIVE-23388:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 15/Jun/20 18:03
Start Date: 15/Jun/20 18:03
Worklog Time Spent: 10m
Work Description: nrg4878 opened a new pull request #1117:
URL: https://github.com/apache/hive/pull/1117
…veen Gangam)
## NOTICE
Please create an issue in ASF JIRA before opening a pull request,
and you need to set the title of the pull request which starts with
the corresponding JIRA issue number. (e.g. HIVE-XXXXX: Fix a typo in YYY)
For more details, please see
https://cwiki.apache.org/confluence/display/Hive/HowToContribute
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 445978)
Remaining Estimate: 0h
Time Spent: 10m
> CTAS queries should use target's location for staging.
> ------------------------------------------------------
>
> Key: HIVE-23388
> URL: https://issues.apache.org/jira/browse/HIVE-23388
> Project: Hive
> Issue Type: Sub-task
> Components: HiveServer2
> Affects Versions: 4.0.0
> Reporter: Naveen Gangam
> Assignee: Naveen Gangam
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> In cloud based storage systems, renaming files across different root level
> buckets seem to be disallowed. The S3AFileSystem throws the following
> exception. This appears to be bug in S3FS impl.
> Failed with exception Wrong FS
> s3a://hive-managed/clusters/env-xxxxx/warehouse-xxxx-xxxx/warehouse/tablespace/managed/hive/tpch.db/customer/delta_0000001_0000001_0000
> -expected s3a://hive-external
> 2020-04-27T19:34:27,573 INFO [Thread-6] jdbc.TestDriver:
> java.lang.IllegalArgumentException: Wrong FS
> s3a://hive-managed//clusters/env-xxxx/warehouse-xxxx-xxxx/warehouse/tablespace/managed/hive/tpch.db/customer/delta_0000001_0000001_0000
> -expected s3a://hive-external
> But we should fix our query plans to use the target table's directory for
> staging as well. That should resolve this issue and it is the right thing to
> do as well (in case there are different encryption zones/keys for these
> buckets).
> Fix in HIVE-22995 probably changed this behavior.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)