[ https://issues.apache.org/jira/browse/HIVE-24733?focusedWorklogId=552511&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-552511 ]
ASF GitHub Bot logged work on HIVE-24733: ----------------------------------------- Author: ASF GitHub Bot Created on: 15/Feb/21 10:36 Start Date: 15/Feb/21 10:36 Worklog Time Spent: 10m Work Description: pkumarsinha commented on a change in pull request #1942: URL: https://github.com/apache/hive/pull/1942#discussion_r576094055 ########## File path: ql/src/java/org/apache/hadoop/hive/ql/exec/repl/bootstrap/load/LoadDatabase.java ########## @@ -162,6 +184,10 @@ private boolean isDbEmpty(String dbName) throws HiveException { Map<String, String> parameters = new HashMap<>(dbObj.getParameters()); parameters.remove(ReplicationSpec.KEY.CURR_STATE_ID.toString()); + parameters.remove(ReplUtils.REPL_IS_CUSTOM_DB_LOC); Review comment: These parameters are passed from dump to signify the database has custom locations on source or not. ---------------------------------------------------------------- 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: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 552511) Time Spent: 40m (was: 0.5h) > 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: 40m > Remaining Estimate: 0h > > {color:#172b4d} {color} -- This message was sent by Atlassian Jira (v8.3.4#803005)