You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Kostiantyn Kudriavtsev (JIRA)" <ji...@apache.org> on 2014/02/15 20:00:19 UTC

[jira] [Updated] (HIVE-6108) Introduce Cryptographic hash UDFs

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

Kostiantyn Kudriavtsev updated HIVE-6108:
-----------------------------------------

    Description: 
Introduce new UDF to implement Cryptographic hash algorithms: MD5 and SHA-256 which is already available in Java:

MD5(string) Calculates an MD5 checksum for the string, return HEX representation
SHA256(string) Calculates an SHA-256 checksum for the string, return HEX representation

  was:
Introduce new UDF to implement Cryptographic hash algorithms: MD5 and SHA-1 which is already available in Java:

MD5(string) Calculates an MD5 checksum for the string, return HEX representation
SHA1(string) Calculates an SHA-1 checksum for the string, return HEX representation


> Introduce Cryptographic hash UDFs
> ---------------------------------
>
>                 Key: HIVE-6108
>                 URL: https://issues.apache.org/jira/browse/HIVE-6108
>             Project: Hive
>          Issue Type: New Feature
>          Components: UDF
>            Reporter: Kostiantyn Kudriavtsev
>            Assignee: Kostiantyn Kudriavtsev
>            Priority: Minor
>
> Introduce new UDF to implement Cryptographic hash algorithms: MD5 and SHA-256 which is already available in Java:
> MD5(string) Calculates an MD5 checksum for the string, return HEX representation
> SHA256(string) Calculates an SHA-256 checksum for the string, return HEX representation



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)