~bigdata-dev/charms/trusty/hdp-hadoop/lse-gpg-fix

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
name: hdp-hadoop
summary: Software platform for processing vast amounts of data
maintainer: Amir Sanjar <amir.sanjar@canonical.com>
description: |
  Hadoop is a software platform that lets one easily write and
  run applications that process vast amounts of data.
categories: ["applications"]
provides:
  namenode:
    interface: dfs
  resourcemanager:
    interface: mapred
  ganglia:
    interface: monitor
requires:
  datanode:
    interface: dfs
  secondarynamenode:
    interface: dfs
  nodemanager:
    interface: mapred
  mapred-namenode:
    interface: dfs
  elasticsearch:
    interface: elasticsearch