[
https://issues.apache.org/jira/browse/HIVE-16591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16028826#comment-16028826
]
Hive QA commented on HIVE-16591:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12870349/HIVE-16591.3.patch
{color:green}SUCCESS:{color} +1 due to 3 test(s) being added or modified.
{color:red}ERROR:{color} -1 due to 4 failed/errored test(s), 10792 tests
executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestBeeLineDriver.testCliDriver[create_merge_compressed]
(batchId=237)
org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver.testCliDriver[subquery_scalar]
(batchId=152)
org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver.testCliDriver[vector_if_expr]
(batchId=145)
org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver[explainanalyze_2]
(batchId=99)
{noformat}
Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/5473/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/5473/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-5473/
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: 4 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12870349 - PreCommit-HIVE-Build
> DR for function Binaries on HDFS
> ---------------------------------
>
> Key: HIVE-16591
> URL: https://issues.apache.org/jira/browse/HIVE-16591
> Project: Hive
> Issue Type: Sub-task
> Components: HiveServer2
> Affects Versions: 3.0.0
> Reporter: anishek
> Assignee: anishek
> Attachments: HIVE-16591.1.patch, HIVE-16591.2.patch,
> HIVE-16591.3.patch
>
>
> # We have to make sure that during incremental dump we dont allow functions
> to be copied if they have local filesystem "file://" resources. -- depends
> how much system side work we want to do, We are going to explicitly provide a
> caveat for replicating functions where in, only functions created "using"
> clause will be replicated and the "using" clause prohibits creating functions
> with the local "file://" resources and hence doing additional checks when
> doing repl dump might not be required.
> # We have to make sure that during the bootstrap / incremental dump we append
> the namenode host + port if functions are created without the fully
> qualified location of uri on hdfs, not sure how this would play for S3 or
> WASB filesystem.
> # We have to copy the binaries of a function resource list on CREATE / DROP
> FUNCTION . The change management file system has to keep a copy of the binary
> when a DROP function is called, to provide capability of updating binary
> definition for existing functions along with DR. An example of list of steps
> is given in doc (ReplicateFunctions.pdf ) attached in parent Issue.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)