ayushtkn commented on a change in pull request #1954:
URL: https://github.com/apache/hive/pull/1954#discussion_r581666341
##########
File path:
ql/src/java/org/apache/hadoop/hive/ql/exec/repl/ReplExternalTables.java
##########
@@ -180,6 +195,14 @@ void dataLocationDump(Table table, FileList fileList,
HiveConf conf)
}
}
+ void dbLocationDump(String dbName, Path dbLocation, FileList fileList,
+ HiveConf conf) throws Exception {
+ Path fullyQualifiedDataLocation = PathBuilder
+ .fullyQualifiedHDFSUri(dbLocation, FileSystem.get(hiveConf));
+ write(lineFor(dbName, fullyQualifiedDataLocation, hiveConf));
Review comment:
Nopes, the name isn't used anywhere, it writes to
`_external_tables_info` which is anyway going to get deleted
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]