forked from hortonworks/ansible-hortonworks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
blueprint_hdfs_only.json
58 lines (58 loc) · 1.42 KB
/
blueprint_hdfs_only.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"configurations" : [
{
"core-site": {
"hadoop.proxyuser.hcat.groups" : "*",
"hadoop.proxyuser.hcat.hosts" : "*",
"hadoop.proxyuser.hue.groups" : "*",
"hadoop.proxyuser.hue.hosts" : "*"
}
},
{
"hadoop-env" : {
"dtnode_heapsize" : "1024m",
"namenode_heapsize" : "2048m",
"namenode_opt_maxnewsize" : "384m",
"namenode_opt_newsize" : "384m"
}
},
{
"hdfs-site" : {
"dfs.datanode.data.dir" : "/hadoop/hdfs/data",
"dfs.datanode.failed.volumes.tolerated" : "0",
"dfs.replication" : "3"
}
}
],
"host_groups" : [
{
"name" : "hdp-slave",
"configurations" : [ ],
"components" : [
{ "name" : "ZOOKEEPER_CLIENT" },
{ "name" : "HDFS_CLIENT" },
{ "name" : "DATANODE" },
{ "name" : "METRICS_MONITOR" }
]
},
{
"name" : "hdp-master",
"configurations" : [ ],
"components" : [
{ "name" : "ZOOKEEPER_CLIENT" },
{ "name" : "HDFS_CLIENT" },
{ "name" : "ZOOKEEPER_SERVER" },
{ "name" : "SECONDARY_NAMENODE" },
{ "name" : "NAMENODE" },
{ "name" : "AMBARI_SERVER" },
{ "name" : "METRICS_COLLECTOR" },
{ "name" : "METRICS_GRAFANA" },
{ "name" : "METRICS_MONITOR" }
]
}
],
"Blueprints" : {
"stack_name" : "HDP",
"stack_version" : "2.6"
}
}