[ https://issues.apache.org/jira/browse/HIVE-21788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16848649#comment-16848649 ]
Hive QA commented on HIVE-21788: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12969835/HIVE-21788.01.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), 16059 tests executed *Failed tests:* {noformat} org.apache.hive.jdbc.TestSSL.testMetastoreWithSSL (batchId=272) org.apache.hive.spark.client.rpc.TestRpc.testClientTimeout (batchId=342) {noformat} Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/17312/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/17312/console Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-17312/ 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: 2 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12969835 - PreCommit-HIVE-Build > Support replication from haddop-2 (hive 3.0 and beelow) on-prem cluster to > hadoop-3 (hive 4 and above) cloud cluster > -------------------------------------------------------------------------------------------------------------------- > > Key: HIVE-21788 > URL: https://issues.apache.org/jira/browse/HIVE-21788 > Project: Hive > Issue Type: Task > Components: HiveServer2, repl > Affects Versions: 4.0.0 > Reporter: mahesh kumar behera > Assignee: mahesh kumar behera > Priority: Major > Fix For: 4.0.0 > > Attachments: HIVE-21788.01.patch > > > In case of replication to cloud both dump and load are executed in the source > cluster. This push based replication is done to avoid computation at target > cloud cluster. In case in the source cluster, strict managed table is not set > to true the tables will be non acid. So during replication to a cluster with > strict managed table, migration logic same as upgrade tool has to be applied > on the replicated data. This migration logic is implemented only in hive4.0. > So it's required that a hive 4.0 instance started at the source cluster. If > the source cluster has hadoop-2 installation, hive4 has to be built with > hadoop-2 and necessary changes are required in the pom files and the shim > files. > 1. Change the pom.xml files to accept a profile for hadoop-2. If hadoop-2 > profile is set, the hadoop version should be set accordingly to hadoop-2. > 2. In shim creare a new file for hadoop-2. Based on the profile the > respective file will be included in the build. > 3. Changed artifactId hadoop-hdfs-client to hadoop-client as in hadoop-2 the > jars are stored under hadoop-client folder. > -- This message was sent by Atlassian JIRA (v7.6.3#76005)