~charmers/charms/precise/hive/precise

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
options:
  source:
    type: string
    default: stable
    description: |
      Location and packages to install hive:
      .
       * dev:     Install using the hive packages from
                  ppa:hadoop-ubuntu/dev.
       * testing: Install using the hive packages from
                  ppa:hadoop-ubuntu/testing.
       * stable:  Install using the hive packages from
                  ppa:hadoop-ubuntu/stable.
      .
      The packages provided in the hadoop-ubuntu team PPA's are based
      directly on upstream hive releases but are not fully built from
      source.
  heap:
    type: int
    default: 1024
    description: |
      The maximum heap size in MB to allocate for daemons processes within the
      service units managed by this charm.