rbalamohan opened a new pull request #1092: URL: https://github.com/apache/hive/pull/1092
Immutable dumps can be loaded into multiple clusters. Currently, after every load it creates an acknowledgement file. This prevents reuse of the repl dump. We can use hive.repl.dump.skip.immutable.data.copy and skip the load ack file. This would enable users to reuse immutable repl dumps. ---------------------------------------------------------------- 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]
