[
https://issues.apache.org/jira/browse/HIVE-6108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13904603#comment-13904603
]
Hive QA commented on HIVE-6108:
-------------------------------
{color:red}Overall{color}: -1 at least one tests failed
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12629234/Hive-6108.patch
{color:red}ERROR:{color} -1 due to 2 failed/errored test(s), 5140 tests executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_show_functions
org.apache.hadoop.hive.cli.TestMinimrCliDriver.testCliDriver_bucketizedhiveinputformat
{noformat}
Test results:
http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/1388/testReport
Console output:
http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/1388/console
Messages:
{noformat}
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
Tests exited with: TestsFailedException: 2 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12629234
> 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)