[
https://issues.apache.org/jira/browse/HIVE-16266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16583107#comment-16583107
]
Alexander Kolbasov commented on HIVE-16266:
-------------------------------------------
[~anishek] [~sushanth] [~alangates] [~vihangk1]
As part of this patch in {{TableSerializer.updatePropertiesInTable}} I see this
code:
{code}
if (isExternalTable(table)) {
// Replication destination will not be external - override if set
table.putToParameters("EXTERNAL", "FALSE");
}
if (isExternalTableType(table)) {
// Replication dest will not be external - override if set
table.setTableType(TableType.MANAGED_TABLE.toString());
}
{code}
Does this mean that all replicated table are always managed? Or this is some
special case?
> Enable function metadata to be written during bootstrap
> -------------------------------------------------------
>
> Key: HIVE-16266
> URL: https://issues.apache.org/jira/browse/HIVE-16266
> Project: Hive
> Issue Type: Sub-task
> Components: repl
> Affects Versions: 2.2.0
> Reporter: anishek
> Assignee: anishek
> Priority: Major
> Fix For: 3.0.0
>
> Attachments: HIVE-16266.1.patch, HIVE-16266.2.patch,
> HIVE-16266.3.patch
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)