[ https://issues.apache.org/jira/browse/HIVE-25570?focusedWorklogId=657542&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-657542 ]
ASF GitHub Bot logged work on HIVE-25570: ----------------------------------------- Author: ASF GitHub Bot Created on: 29/Sep/21 20:51 Start Date: 29/Sep/21 20:51 Worklog Time Spent: 10m Work Description: nrg4878 commented on pull request #2684: URL: https://github.com/apache/hive/pull/2684#issuecomment-930533618 Pending tests. -- 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. To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 657542) Time Spent: 20m (was: 10m) > 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 > Time Spent: 20m > 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)