Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
4.0.0
Description
For authorization, Hive is currently sending the path given as input from the user for the command, for eg
insert overwrite directory '/user/warehouse/tablespace/external/something/new/test_new_tb1' select * from test_tb1;
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'
Attachments
Issue Links
- causes
-
HIVE-25599 Addendum HIVE-25570 Hive should send full URL path for authorization for the command insert overwrite location
- Resolved
- links to