[
https://issues.apache.org/jira/browse/HIVE-29728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Attila Turoczy updated HIVE-29728:
----------------------------------
Description:
We should remove Hive's dependency on Zookeeper. This move offers significant
benefits, cutting costs, simplifying our infrastructure, and boosting security,
especially in Cloud environments.
Currently the zookeper is used for LLAP coordinator / executor discorvery. This
mainly contains a small text entry about the currently available coordinators.
For cloud we should have some kind of native service discovery solution. The
solution should be replaceable. Aka should have a support for AWS, Azure or
GCP. Can be native service or anything behind a well definde interface.
Possible pitholes:
On-Prem how it would look like
HS2 Active / Active
> Zookeeper removal from Hive stack
> ---------------------------------
>
> Key: HIVE-29728
> URL: https://issues.apache.org/jira/browse/HIVE-29728
> Project: Hive
> Issue Type: New Feature
> Reporter: Attila Turoczy
> Priority: Major
> Labels: cloud
>
> We should remove Hive's dependency on Zookeeper. This move offers significant
> benefits, cutting costs, simplifying our infrastructure, and boosting
> security, especially in Cloud environments.
> Currently the zookeper is used for LLAP coordinator / executor discorvery.
> This mainly contains a small text entry about the currently available
> coordinators. For cloud we should have some kind of native service discovery
> solution. The solution should be replaceable. Aka should have a support for
> AWS, Azure or GCP. Can be native service or anything behind a well definde
> interface.
> Possible pitholes:
> On-Prem how it would look like
> HS2 Active / Active
--
This message was sent by Atlassian Jira
(v8.20.10#820010)