forked from juju-solutions/layer-apache-zookeeper
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.yaml
More file actions
18 lines (18 loc) · 722 Bytes
/
metadata.yaml
File metadata and controls
18 lines (18 loc) · 722 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
name: apache-zookeeper
maintainer: Juju Big Data <bigdata@lists.ubuntu.com>
summary: High-performance coordination service for distributed applications
description: |
Apache ZooKeeper is a centralized, reliable, service for maintaining
configuration information, naming, providing distributed
synchronization, and group services. All of these kinds of services
are used in some form or another by distributed applications.
In order to install and configure Apache HBase and other Hadoop ecosystem
components, you must start the ZooKeeper service.
tags: ["bigdata", "hadoop", "apache"]
provides:
zkclient:
interface: zookeeper
peers:
zkpeer:
interface: zookeeper-quorum
series: ['xenial', 'trusty']