[
https://issues.apache.org/jira/browse/HIVE-26015?focusedWorklogId=740919&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-740919
]
ASF GitHub Bot logged work on HIVE-26015:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 14/Mar/22 14:41
Start Date: 14/Mar/22 14:41
Worklog Time Spent: 10m
Work Description: asolimando commented on pull request #3084:
URL: https://github.com/apache/hive/pull/3084#issuecomment-1066884312
LGTM @scarlin-cloudera, I saw a single test failing, which is failing for
one other PR of mine deterministically (it looks like broken for good, not a
flaky test), let's see if we can track down which commit broke this and what to
do to fix it.
--
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: 740919)
Time Spent: 1h 20m (was: 1h 10m)
> HBase table with Ranger authentication fails; needs URLEncoding
> ---------------------------------------------------------------
>
> Key: HIVE-26015
> URL: https://issues.apache.org/jira/browse/HIVE-26015
> Project: Hive
> Issue Type: New Feature
> Reporter: Steve Carlin
> Assignee: Steve Carlin
> Priority: Major
> Labels: pull-request-available
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
> A Create table statement is failing for HBase going through Ranger.
> The stack trace shows a problem with the getURIForAuth method.
> The table is creating someting like this:
> CREATE EXTERNAL TABLE `mytesttbl`( `field1` string COMMENT 'from
> deserializer',`field2` string COMMENT 'from deserializer',`field3` string
> COMMENT 'from deserializer',`field4` string COMMENT 'from
> deserializer',`field5` string COMMENT 'from deserializer',`field6` int
> COMMENT 'from deserializer', `field7` string COMMENT 'from deserializer',
> `field8` int COMMENT 'from deserializer') ROW FORMAT SERDE
> 'org.apache.hadoop.hive.hbase.HBaseSerDe' STORED BY
> 'org.apache.hadoop.hive.hbase.HBaseStorageHandler' WITH SERDEPROPERTIES (
> 'hbase.columns.mapping'=':key,field1,field2,field3,field4,field5#b,field6,cf:field7#b','serialization.format'='1')
> TBLPROPERTIES ( 'hbase.table.name'='mytesttbl');
> Essentially, the SERDEPROPERTIES contain hash tabs which is causing a problem
> when creating a URI
--
This message was sent by Atlassian Jira
(v8.20.1#820001)