You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "David Mollitor (Jira)" <ji...@apache.org> on 2019/12/10 14:54:00 UTC

[jira] [Updated] (HIVE-22611) Use JDK Base64 Classes

     [ https://issues.apache.org/jira/browse/HIVE-22611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Mollitor updated HIVE-22611:
----------------------------------
    Description: 
Replace dependency on thirdparty libraries with native support for Base-64 encode/decode.

https://docs.oracle.com/javase/8/docs/api/java/util/Base64.html

Might be able to remove some dependencies afterwards.

  was:
Replace dependency on thirdparty libraries with native support for Base-64 encode/decode.

https://docs.oracle.com/javase/8/docs/api/java/util/Base64.html


> Use JDK Base64 Classes
> ----------------------
>
>                 Key: HIVE-22611
>                 URL: https://issues.apache.org/jira/browse/HIVE-22611
>             Project: Hive
>          Issue Type: Improvement
>            Reporter: David Mollitor
>            Assignee: David Mollitor
>            Priority: Minor
>
> Replace dependency on thirdparty libraries with native support for Base-64 encode/decode.
> https://docs.oracle.com/javase/8/docs/api/java/util/Base64.html
> Might be able to remove some dependencies afterwards.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)