[
https://issues.apache.org/jira/browse/HIVE-23961?focusedWorklogId=466089&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-466089
]
ASF GitHub Bot logged work on HIVE-23961:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 04/Aug/20 07:55
Start Date: 04/Aug/20 07:55
Worklog Time Spent: 10m
Work Description: pkumarsinha commented on a change in pull request #1345:
URL: https://github.com/apache/hive/pull/1345#discussion_r464868111
##########
File path: common/src/java/org/apache/hadoop/hive/conf/HiveConf.java
##########
@@ -564,7 +564,7 @@ private static void populateLlapDaemonVarsSet(Set<String>
llapDaemonVarsSetLocal
REPL_ADD_RAW_RESERVED_NAMESPACE("hive.repl.add.raw.reserved.namespace",
false,
"For TDE with same encryption keys on source and target, allow Distcp
super user to access \n"
+ "the raw bytes from filesystem without decrypting on source and
then encrypting on target."),
- REPL_INCLUDE_EXTERNAL_TABLES("hive.repl.include.external.tables", false,
+ REPL_INCLUDE_EXTERNAL_TABLES("hive.repl.include.external.tables", true,
Review comment:
nit: Should we do cleanup and remove the usage of
ReplicationTestUtils.includeExternalTableClause() with true value passed?
ReplicationTestUtils.includeExternalTableClause(true);
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 466089)
Time Spent: 20m (was: 10m)
> Enable external table replication by default
> --------------------------------------------
>
> Key: HIVE-23961
> URL: https://issues.apache.org/jira/browse/HIVE-23961
> Project: Hive
> Issue Type: Task
> Reporter: Aasha Medhi
> Assignee: Aasha Medhi
> Priority: Major
> Labels: pull-request-available
> Attachments: HIVE-23961.01.patch, HIVE-23961.02.patch
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)