[
https://issues.apache.org/jira/browse/HIVE-17757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16199518#comment-16199518
]
Hive QA commented on HIVE-17757:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12891306/HIVE-17757.02.patch
{color:green}SUCCESS:{color} +1 due to 1 test(s) being added or modified.
{color:red}ERROR:{color} -1 due to 3 failed/errored test(s), 11192 tests
executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver.testCliDriver[optimize_nullscan]
(batchId=162)
org.apache.hadoop.hive.cli.TestTezPerfCliDriver.testCliDriver[query14]
(batchId=239)
org.apache.hadoop.hive.cli.TestTezPerfCliDriver.testCliDriver[query23]
(batchId=239)
{noformat}
Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/7217/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/7217/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-7217/
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: 3 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12891306 - PreCommit-HIVE-Build
> REPL LOAD need to use customised configurations to execute distcp/remote copy.
> ------------------------------------------------------------------------------
>
> Key: HIVE-17757
> URL: https://issues.apache.org/jira/browse/HIVE-17757
> Project: Hive
> Issue Type: Sub-task
> Components: HiveServer2, repl
> Affects Versions: 3.0.0
> Reporter: Sankar Hariappan
> Assignee: Sankar Hariappan
> Labels: DR, pull-request-available, replication
> Fix For: 3.0.0
>
> Attachments: HIVE-17757.01.patch, HIVE-17757.02.patch
>
>
> As REPL LOAD command needs to read repl dump directory and data files from
> source cluster, it needs to use some of the configurations to read data
> securely through distcp.
> Some of the HDFS configurations cannot be added to whitelist as they pose
> security threat. So, it is necessary for REPL LOAD command to take such
> configs as input and use it when trigger distcp.
> *Proposed syntax:*
> REPL LOAD [<dbname>.<tablename>] FROM <dirname> [WITH ('key1'='value1',
> 'key2'='value2')];
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)