Return-Path: X-Original-To: apmail-hive-dev-archive@www.apache.org Delivered-To: apmail-hive-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BCA831055E for ; Tue, 18 Feb 2014 15:16:31 +0000 (UTC) Received: (qmail 55279 invoked by uid 500); 18 Feb 2014 15:16:24 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 54904 invoked by uid 500); 18 Feb 2014 15:16:23 -0000 Mailing-List: contact dev-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list dev@hive.apache.org Received: (qmail 54755 invoked by uid 500); 18 Feb 2014 15:16:20 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 54743 invoked by uid 99); 18 Feb 2014 15:16:20 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Feb 2014 15:16:20 +0000 Date: Tue, 18 Feb 2014 15:16:20 +0000 (UTC) From: "Kostiantyn Kudriavtsev (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Work started] (HIVE-6108) Introduce Cryptographic hash UDFs MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HIVE-6108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HIVE-6108 started by Kostiantyn Kudriavtsev. > 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 > Attachments: Hive-6108.patch > > > 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)