-
Notifications
You must be signed in to change notification settings - Fork 0
/
configuration_default.json
executable file
·42 lines (42 loc) · 1.2 KB
/
configuration_default.json
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
{
"project_name" : "",
"project_id" : "",
"cluster_templates" : [
{"n_slaves" : 3, "id" : ""},
{"n_slaves" : 4, "id" : ""},
{"n_slaves" : 5, "id" : ""},
{"n_slaves" : 6, "id" : ""},
{"n_slaves" : 7, "id" : ""},
{"n_slaves" : 9, "id" : ""},
{"n_slaves" : 10, "id" : ""}
],
"net_id" : "",
"image_id" : "",
"main_ip" : "",
"public_keypair_path" : "",
"private_keypair_path" : "",
"private_keypair_name" : "",
"input_file_path" : "5GB",
"volume_id" : "",
"mapred_factor" : [0.95, 1.75],
"jobs" : [
{
"name" : "Pi_Estimator",
"main_class" : "org.apache.hadoop.examples.PiEstimator",
"input_ds_id" : null,
"template_id": ""
},
{
"name" : "WordCount",
"main_class" : "org.myorg.WordCount",
"input_ds_id" : "",
"template_id": ""
},
{
"name" : "TeraSort",
"main_class" : "org.apache.hadoop.examples.terasort.TeraSort",
"input_ds_id" : "",
"template_id": ""
}
]
}