[
https://issues.apache.org/jira/browse/HIVE-20966?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16709893#comment-16709893
]
Hive QA commented on HIVE-20966:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12950670/HIVE-20966.01.patch
{color:green}SUCCESS:{color} +1 due to 7 test(s) being added or modified.
{color:red}ERROR:{color} -1 due to 9 failed/errored test(s), 15596 tests
executed
*Failed tests:*
{noformat}
TestAlterTableMetadata - did not produce a TEST-*.xml file (likely timed out)
(batchId=248)
TestCopyUtils - did not produce a TEST-*.xml file (likely timed out)
(batchId=248)
TestReplAcidTablesWithJsonMessage - did not produce a TEST-*.xml file (likely
timed out) (batchId=248)
TestReplAcrossInstancesWithJsonMessageFormat - did not produce a TEST-*.xml
file (likely timed out) (batchId=248)
TestReplIncrementalLoadAcidTablesWithJsonMessage - did not produce a TEST-*.xml
file (likely timed out) (batchId=248)
TestReplicationOnHDFSEncryptedZones - did not produce a TEST-*.xml file (likely
timed out) (batchId=248)
TestReplicationScenariosBaseClass - did not produce a TEST-*.xml file (likely
timed out) (batchId=242)
TestReplicationScenariosMigration - did not produce a TEST-*.xml file (likely
timed out) (batchId=248)
org.apache.hive.hcatalog.api.repl.commands.TestCommands.org.apache.hive.hcatalog.api.repl.commands.TestCommands
(batchId=203)
{noformat}
Test results:
https://builds.apache.org/job/PreCommit-HIVE-Build/15181/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/15181/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-15181/
Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.YetusPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
Tests exited with: TestsFailedException: 9 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12950670 - PreCommit-HIVE-Build
> Support bootstrap and incremental replication to a target with
> hive.strict.managed.tables enabled.
> --------------------------------------------------------------------------------------------------
>
> Key: HIVE-20966
> URL: https://issues.apache.org/jira/browse/HIVE-20966
> Project: Hive
> Issue Type: Sub-task
> Components: repl
> Affects Versions: 4.0.0
> Reporter: mahesh kumar behera
> Assignee: mahesh kumar behera
> Priority: Major
> Labels: DR
> Attachments: HIVE-20966.01.patch
>
>
> *Requirements:*
> Hive2 supports replication of managed tables. But in Hive3 with
> hive.strict.managed.tables=true, some of these managed tables are converted
> to ACID or MM tables. Also, some of them are converted to external tables
> based on below rules.
> - Avro format with external schema, Storage handlers, List bucketed tabled
> are converted to external tables.
> - Location not owned by "hive" user are converted to external table.
> - Hive owned ORC format are converted to full ACID transactional table.
> - Hive owned Non-ORC format are converted to MM transactional table.
> REPL LOAD should apply these rules during bootstrap and incremental phases
> and convert the tables accordingly.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)