aboutsummaryrefslogtreecommitdiff
path: root/bigtop-packages/src/charm/hive/layer-hive/layer.yaml
blob: 5be7ac9f40c56299aeebfb4a43fc434166ee28df (plain)
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
26
27
28
29
30
31
repo: https://github.com/apache/bigtop/tree/master/bigtop-packages/src/charm/hive/layer-hive
includes:
  - 'layer:apache-bigtop-base'
  - 'layer:hadoop-client'
  - 'interface:hbase'
  - 'interface:hive'
  - 'interface:mysql'
options:
  basic:
    packages:
      - 'libmysql-java'
      - 'mysql-client'
  apache-bigtop-base:
    groups:
      - 'hadoop'
      - 'hive'
    users:
      ubuntu:
        groups: ['hadoop', 'hive']
    dirs:
      hive:
        path: '/usr/lib/hive'
      hive_conf:
        path: '/etc/hive/conf'
    ports:
      hive-thrift:
        port: 10000
        exposed_on: 'hive'
      hive-thrift-web:
        port: 10001
        exposed_on: 'hive'