aboutsummaryrefslogtreecommitdiff
path: root/bigtop-deploy/puppet/hieradata/site.yaml
blob: f18aa9c71dfaebed30fcf57fe4048b3033e1443b (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
---
### This is very important to make sure this file doesn't contain any TAB
### symbols instead of spaces: the hiera YAML parser will choke to death with
### uncomprehensive error message and you'll waste a lot of time debugging it.
bigtop::hadoop_head_node: "head.node.fqdn"
#bigtop::standby_head_node: "standby.head.node.fqdn"

hadoop::hadoop_storage_dirs:
  - /data/1
  - /data/2
  - /data/3
  - /data/4

#hadoop_cluster_node::cluster_components:
#  - alluxio
#  - apex
#  - crunch
#  - flink
#  - flume
#  - giraph
#  - ignite_hadoop
#  - hbase
#  - hcat
#  - hive
#  - httpfs
#  - hue
#  - mahout
#  - mapred-app
#  - oozie
#  - pig
#  - qfs
#  - solrcloud
#  - spark
#  - sqoop
#  - sqoop2
#  - tez
#  - yarn
#  - zookeeper
#  - ycsb
#  - gpdb
#  - ambari

#bigtop::roles_enabled: false

#bigtop::jdk_package_name: "openjdk-7-jre-headless"
#bigtop::bigtop_repo_uri: "http://mirror.example.com/path/to/mirror/"