[
https://issues.apache.org/jira/browse/HIVE-25570?focusedWorklogId=662033&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-662033
]
ASF GitHub Bot logged work on HIVE-25570:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 07/Oct/21 23:10
Start Date: 07/Oct/21 23:10
Worklog Time Spent: 10m
Work Description: pgaref commented on pull request #2684:
URL: https://github.com/apache/hive/pull/2684#issuecomment-937646569
Hey @nrg4878 @saihemanth-cloudera there seems to be an issue with this
commit on master:
https://github.com/apache/hive/commit/a3d302ff7047898745bb556ebe8d2e1cb49549b2
Only SemanticAnalyzer.java changes where pushed and query.out files are
missing -- this is currently breaking upstream tests, can you please take a
look?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 662033)
Time Spent: 1h 50m (was: 1h 40m)
> 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 50m
> 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)