[
https://issues.apache.org/jira/browse/HIVE-19007?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sankar Hariappan updated HIVE-19007:
------------------------------------
Description:
Need to support running REPL LOAD command from primary for different use-cases
such as Cloud replication (for efficient use of cloud resources) or workload
management.
To achieve this, WITH clause of REPL LOAD lets user to pass Hive configs such
as hive.metastore.warehouse.dir, hive.metastore.uris,
hive.repl.replica.functions.root.dir etc, which can be used to establish
connection with replica warehouse.
The configs received from WITH clause of REPL LOAD are not set properly (due to
changes by HIVE-18716) to the tasks created. It is also required to re-get the
Hive db object if the configs are changed.
was:The configs received from WITH clause of REPL LOAD are not set properly
(due to changes by HIVE-18716) to the tasks created. It is also required to
re-get the Hive db object if the configs are changed.
> Support REPL LOAD from primary using replica connection configs received
> through WITH clause.
> ---------------------------------------------------------------------------------------------
>
> Key: HIVE-19007
> URL: https://issues.apache.org/jira/browse/HIVE-19007
> Project: Hive
> Issue Type: Bug
> Components: HiveServer2, repl
> Affects Versions: 3.0.0
> Reporter: Sankar Hariappan
> Assignee: Sankar Hariappan
> Priority: Major
> Labels: DR, pull-request-available, replication
> Fix For: 3.0.0
>
> Attachments: HIVE-19007.01.patch
>
>
> Need to support running REPL LOAD command from primary for different
> use-cases such as Cloud replication (for efficient use of cloud resources) or
> workload management.
> To achieve this, WITH clause of REPL LOAD lets user to pass Hive configs such
> as hive.metastore.warehouse.dir, hive.metastore.uris,
> hive.repl.replica.functions.root.dir etc, which can be used to establish
> connection with replica warehouse.
> The configs received from WITH clause of REPL LOAD are not set properly (due
> to changes by HIVE-18716) to the tasks created. It is also required to re-get
> the Hive db object if the configs are changed.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)