-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathhamu-config.json
More file actions
29 lines (29 loc) · 1.04 KB
/
hamu-config.json
File metadata and controls
29 lines (29 loc) · 1.04 KB
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
{
"requiredFiles": [
"windows/build-image.bat",
"linux/build-image.sh",
"compose-dynamic.yaml",
"compose.yaml",
"config-hadoop/compose.yaml",
"config-hadoop/hadoop-base/.bashrc",
"config-hadoop/hadoop-base/Dockerfile",
"config-hadoop/master/config/core-site.xml",
"config-hadoop/master/config/hdfs-site.xml",
"config-hadoop/master/config/mapred-site.xml",
"config-hadoop/master/config/workers",
"config-hadoop/master/config/yarn-site.xml",
"config-hadoop/master/Dockerfile",
"config-hadoop/slave/config/core-site.xml",
"config-hadoop/slave/config/hdfs-site.xml",
"config-hadoop/slave/config/yarn-site.xml",
"config-hadoop/slave/Dockerfile",
"windows/resize-number-slaves.bat",
"linux/resize-number-slaves.sh",
"windows/start-cluster.bat",
"linux/start-cluster.sh",
"linux/stop-cluster.sh",
"windows/stop-cluster.bat",
"hamu-config.json"
],
"ownerName": "minhquang"
}