You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/05/23 14:11:00 UTC

[jira] [Work logged] (HIVE-26230) URL encode special chars in hbase.column.mapping that are valid HBase column family chars

     [ https://issues.apache.org/jira/browse/HIVE-26230?focusedWorklogId=773503&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-773503 ]

ASF GitHub Bot logged work on HIVE-26230:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 23/May/22 14:10
            Start Date: 23/May/22 14:10
    Worklog Time Spent: 10m 
      Work Description: szlta opened a new pull request, #3314:
URL: https://github.com/apache/hive/pull/3314

   This reverts HIVE-26139 that reduced the URL encoding to just replace # character. There is no side effect of doing this as far as Hive is concerned, but users will have to rewrite their Ranger policies in URL encoded format from now on.




Issue Time Tracking
-------------------

            Worklog Id:     (was: 773503)
    Remaining Estimate: 0h
            Time Spent: 10m

> URL encode special chars in hbase.column.mapping that are valid HBase column family chars
> -----------------------------------------------------------------------------------------
>
>                 Key: HIVE-26230
>                 URL: https://issues.apache.org/jira/browse/HIVE-26230
>             Project: Hive
>          Issue Type: Improvement
>            Reporter: Ádám Szita
>            Assignee: Ádám Szita
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> HIVE-26015 and HIVE-26139 aimed to fix a missing special character handling of values provided for hbase.column.mapping. Values here are used as an URL for Ranger based authentication and special characters need to be URL encoded for this feature.
> This is currently done only for # char. We should handle all special characters that are valid HBase column family characters but count as special characters for URLs.
> The URL encoding of HIVE-26015 should come back, as in HBase we can have almost any characters for column family (excluding : / \)



--
This message was sent by Atlassian Jira
(v8.20.7#820007)