[
https://issues.apache.org/jira/browse/HIVE-13116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15158749#comment-15158749
]
Hive QA commented on HIVE-13116:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12789088/HIVE-13116.patch
{color:green}SUCCESS:{color} +1 due to 1 test(s) being added or modified.
{color:red}ERROR:{color} -1 due to 2 failed/errored test(s), 9818 tests executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestNegativeCliDriver.testNegativeCliDriver_authorization_uri_import
org.apache.hive.jdbc.TestSSL.testSSLVersion
{noformat}
Test results:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/7066/testReport
Console output:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/7066/console
Test logs:
http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-7066/
Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
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: 12789088 - PreCommit-HIVE-TRUNK-Build
> LLAP: allow ignoring the UDF check during compile time
> ------------------------------------------------------
>
> Key: HIVE-13116
> URL: https://issues.apache.org/jira/browse/HIVE-13116
> Project: Hive
> Issue Type: Improvement
> Reporter: Sergey Shelukhin
> Assignee: Sergey Shelukhin
> Attachments: HIVE-13116.patch
>
>
> Before UDF support is implemented, users can utilize auxjars option to
> package additional jars in the LLAP slider package (that was initially
> intended for serdes) to have some primitive UDF support. The only obstacle is
> that the query with UDFs will not be sent to LLAP right now; the user should
> be able to override that; the query with UDFs will be sent to LLAP then, and
> either work from a pre-packaged jar, or fail if there's no jar for this UDF
> (there will be no localization).
> That can also be used later if desired to avoid the permanent UDF route, or
> for other special circumstances (like bugs in localization ;)).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)