~bigdata-dev/charms/trusty/apache-hadoop-plugin/status

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
name: apache-hadoop-plugin
summary: Simplified connection point for Apache Hadoop platform
maintainer: Cory Johns <cory.johns@canonical.com>
description: >
  Hadoop is a software platform that lets one easily write and
  run applications that process vast amounts of data.

  This charm provides a simplified connection point for client / workload
  services, such as Apache Hive or Apache Pig, which require access to
  Apache Hadoop.
tags: ["applications", "bigdata", "hadoop", "apache"]
subordinate: true
requires:
  hadoop-plugin:
    interface: hadoop-plugin
    scope: container
  namenode:
    interface: dfs
  resourcemanager:
    interface: mapred