[ 
https://issues.apache.org/jira/browse/HIVE-1262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13040649#comment-13040649
 ] 

Edward Capriolo commented on HIVE-1262:
---------------------------------------

@Sichi We can not move the 
{noformat}
   try {
      digest = java.security.MessageDigest.getInstance("MD5");
    } catch (NoSuchAlgorithmException e) {
      LOG.error(e);
    //  throw new HiveException(e);
    }
{noformat}

Because initialize can not throw a hive exception. I am not sure what you want 
me to do. 

> Add security/checksum UDFs sha,crc32,md5,aes_encrypt, and aes_decrypt
> ---------------------------------------------------------------------
>
>                 Key: HIVE-1262
>                 URL: https://issues.apache.org/jira/browse/HIVE-1262
>             Project: Hive
>          Issue Type: New Feature
>          Components: UDF
>    Affects Versions: 0.6.0
>            Reporter: Edward Capriolo
>            Assignee: Edward Capriolo
>         Attachments: hive-1262-1.patch.txt
>
>
> Add security/checksum UDFs sha,crc32,md5,aes_encrypt, and aes_decrypt

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to