szlta opened a new pull request #2168: URL: https://github.com/apache/hive/pull/2168
Currently HiveStrictManagedMigration supports db regex and table regex options that allow the user to specify what Hive entities it should deal with. In cases where we have thousands of tables across thousands of DBs iterating through everything takes a lot of time, while specifying a set of tables/DBs with regexes is cumbersome. We should make it available for users to prepare control files with the lists of required items to migrate and feed this to the tool. A directory path pointing to these control files would be taken as a new option for HSMM. -- 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]
