-
Notifications
You must be signed in to change notification settings - Fork 4
/
test.yml
84 lines (81 loc) · 1.74 KB
/
test.yml
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
cluster_name: demo.mapr.com
customer_name: Custom Test Environment
output_dir: C:\\Projects\\clusteraudits\\test
mapr_user: mapr
modules:
cluster-audit:
enabled: true
cluster-config-audit:
enabled: true
benchmark-memory:
enabled: true
benchmark-rawdisk:
enabled: true
tests:
- mode: DESTROY
data_in_mb: 256
benchmark-network-iperf:
enabled: true
tests:
- threads: 4
data_per_thread: 2G
mode: all
benchmark-maprfs-dfsio:
enabled: true
role: clusterjob-execution
tests:
- dfsio_number_of_files: 5
dfsio_file_size_in_mb: 32
topology: /data
replication: 3
compression: 'off'
benchmark-maprfs-rwtest:
enabled: true
tests:
- volume_type: local
compression: 'off'
size_in_mb: 32
- volume_type: standard
compression: 'off'
size_in_mb: 32
benchmark-yarn-terasort-mr:
enabled: true
role: clusterjob-execution
tests:
- chunk_size_in_mb: 256
rows: 100000
# rows: 10000000000
rows_comment: one row has 100 byte
reduce_tasks_per_node: 2
topology: /data
replication: 3
compression: 'on'
benchmark-yarn-terasort-spark:
enabled: false
role: clusterjob-execution
tests:
- chunk_size_in_mb: 256
data_size: 1024M
num_executors: 3
executor_cores: 2
executor_memory: 4G
topology: /data
replication: 3
compression: 'on'
nodes-global-config:
disks:
- /dev/hda
- /dev/xvdd
- /dev/xvdb
- /dev/xvdc
ssh_user: ec2-user
ssh_identity: C:\\Users\\Carsten Hufe\\id_rsa
nodes:
#- host: 10.250.51.141
# roles:
# - clusterjob-execution
#- host: 10.250.51.142
#- host: 10.250.51.143
- host: 10.0.0.191
roles:
- clusterjob-execution