-
Notifications
You must be signed in to change notification settings - Fork 0
/
site.yaml
44 lines (40 loc) · 1 KB
/
site.yaml
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
---
### 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: "NAMENODE-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
# - ambari
# - flink
# - gpdb
- hbase
- hdfs
- mapreduce
- bigtop-utils
# - hcat
- hive
# - httpfs
# - mapred-app
- oozie
# - solrcloud
- spark
# - spark-standalone
# - sqoop
# - tez
- yarn
# - ycsb
- zookeeper
- zeppelin
#bigtop::roles_enabled: false
## You can specify one (or more) repositories. It is convenient if
## you provide hotfix repo separately from the stable release, etc.
bigtop::bigtop_repo_uri:
- "file:///usr/share/bigtop/releases/bigtop-3.1.0-rockylinux-8/"
# - "http://mirror2.example.com/path/to/mirror/"