[
https://issues.apache.org/jira/browse/HIVE-24733?focusedWorklogId=552508&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-552508
]
ASF GitHub Bot logged work on HIVE-24733:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 15/Feb/21 10:24
Start Date: 15/Feb/21 10:24
Worklog Time Spent: 10m
Work Description: pkumarsinha commented on a change in pull request #1942:
URL: https://github.com/apache/hive/pull/1942#discussion_r576086486
##########
File path: common/src/java/org/apache/hadoop/hive/conf/HiveConf.java
##########
@@ -554,6 +554,8 @@ private static void populateLlapDaemonVarsSet(Set<String>
llapDaemonVarsSetLocal
REPL_RETAIN_PREV_DUMP_DIR_COUNT("hive.repl.retain.prev.dump.dir.count", 3,
"Indicates maximium number of latest previously used
dump-directories which would be retained when " +
"hive.repl.retain.prev.dump.dir is set to true"),
+
REPL_RETAIN_CUSTOM_LOCATIONS_FOR_DB_ON_TARGET("hive.repl.retain.custom.db.locations.on.target",
true,
+ "Indicates if source database has custom warehouse locations,
whether that should be retained on target as well"),
Review comment:
Currently, we have single config to retain or not for both external and
managed locations. Do you think, we should separate the configs, just that it
will increase the supported combinations.
----------------------------------------------------------------
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: 552508)
Time Spent: 0.5h (was: 20m)
> Handle replication when db location and managed location is set to custom
> location on source
> --------------------------------------------------------------------------------------------
>
> Key: HIVE-24733
> URL: https://issues.apache.org/jira/browse/HIVE-24733
> Project: Hive
> Issue Type: Task
> Reporter: Pravin Sinha
> Assignee: Pravin Sinha
> Priority: Major
> Labels: pull-request-available
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> {color:#172b4d} {color}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)