[
https://issues.apache.org/jira/browse/HIVE-25570?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sai Hemanth Gantasala resolved HIVE-25570.
------------------------------------------
Fix Version/s: 4.0.0
Resolution: Fixed
> Hive should send full URL path for authorization for the command insert
> overwrite location
> ------------------------------------------------------------------------------------------
>
> Key: HIVE-25570
> URL: https://issues.apache.org/jira/browse/HIVE-25570
> Project: Hive
> Issue Type: Bug
> Components: Authorization, HiveServer2
> Affects Versions: 4.0.0
> Reporter: Sai Hemanth Gantasala
> Assignee: Sai Hemanth Gantasala
> Priority: Major
> Labels: pull-request-available
> Fix For: 4.0.0
>
> Time Spent: 1h
> Remaining Estimate: 0h
>
> For authorization, Hive is currently sending the path given as input from the
> user for the command, for eg
> {code:java}
> insert overwrite directory
> '/user/warehouse/tablespace/external/something/new/test_new_tb1' select *
> from test_tb1;
> {code}
> Hive is sending the path as
> '/user/warehouse/tablespace/external/something/new/test_new_tb1'
> Instead, Hive should send a fully qualified path for authorization, for e.g:
> 'hdfs://hostname:port_name/user/warehouse/tablespace/external/something/new/test_new_tb1'
--
This message was sent by Atlassian Jira
(v8.3.4#803005)