sankarh commented on a change in pull request #588: HIVE-20968 : Support conversion of managed to external where location set was not owned by hive URL: https://github.com/apache/hive/pull/588#discussion_r273402372
########## File path: common/src/java/org/apache/hadoop/hive/conf/HiveConf.java ########## @@ -515,6 +515,11 @@ private static void populateLlapDaemonVarsSet(Set<String> llapDaemonVarsSetLocal "This is the base directory on the target/replica warehouse under which data for " + "external tables is stored. This is relative base path and hence prefixed to the source " + "external table path on target cluster."), + STRICT_MANAGED_TABLES_MIGRARTION_OWNER("strict.managed.tables.migration.owner", "hive", + "This is used by upgrade tool to check if a managed table should be converted to external table. If the " + + "owner of the table location is not same as this config value, then the table is converted to an " + + "external table. The same is used during replication from a cluster with strict managed table set to" + Review comment: Shall quote the config name for strict managed table. ---------------------------------------------------------------- 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 With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org