-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig
53 lines (43 loc) · 1.22 KB
/
config
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
############################
## WFDB cluster templates ##
############################
[key wfdbkey]
KEY_LOCATION = ~/.ssh/wfdbkey.rsa
[cluster wfdbcluster]
KEYNAME = wfdbkey
CLUSTER_SIZE = 1
CLUSTER_USER = sgeadmin
CLUSTER_SHELL = bash
NODE_IMAGE_ID = ami-765b3e1f
NODE_INSTANCE_TYPE = t1.micro
PLUGINS = wfdbhadoop, wfdbpkginstaller
# uncomment if physionet volume has been created
# VOLUMES = physionet
[cluster wfdbcluster-small]
EXTENDS = wfdbcluster
CLUSTER_SIZE = 2
NODE_INSTANCE_TYPE = m1.small
[cluster wfdbcluster-medium]
EXTENDS = wfdbcluster-small
CLUSTER_SIZE = 4
[cluster wfdbcluster-large]
EXTENDS = wfdbcluster-medium
CLUSTER_SIZE = 8
[cluster wfdbcluster-small-fast]
EXTENDS = wfdbcluster-small
NODE_INSTANCE_TYPE = c1.xlarge
[cluster wfdbcluster-medium-fast]
EXTENDS = wfdbcluster-medium
NODE_INSTANCE_TYPE = c1.xlarge
[cluster wfdbcluster-large-fast]
EXTENDS = wfdbcluster-large
NODE_INSTANCE_TYPE = c1.xlarge
[plugin wfdbhadoop]
SETUP_CLASS = starcluster.plugins.hadoop.Hadoop
[plugin wfdbpkginstaller]
SETUP_CLASS = starcluster.plugins.pkginstaller.PackageInstaller
PACKAGES = octave, sharutils
# uncomment when creating physionet volume
# [volume physionet]
# VOLUME_ID = vol-XXXXXXXX
# MOUNT_PATH = /data/physionet