You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Ádám Szita (Jira)" <ji...@apache.org> on 2022/05/16 13:19:00 UTC

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

Ádám Szita created HIVE-26230:
---------------------------------

             Summary: 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


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.



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