Set the flavor to large for the cdh 5.4.0 name node in template.conf
The sample template.conf file for default templates should show the flavor being set to large for the cdh 5.4.0 name node. Change-Id: Ie5105776fe52d16cc640199c182f3285b89234a3 Closes-bug: #1493527
This commit is contained in:
parent
c292f20f3d
commit
e595b134f0
@ -12,6 +12,12 @@ auto_security_group = true
|
|||||||
|
|
||||||
[cdh-530-default-namenode]
|
[cdh-530-default-namenode]
|
||||||
# For the CDH plugin, version 5.3.0, set the flavor_id
|
# For the CDH plugin, version 5.3.0, set the flavor_id
|
||||||
# of the master node to 4 which is m1.large in the
|
# of the name node to 4 which is m1.large in the
|
||||||
|
# default flavor set
|
||||||
|
flavor_id = 4
|
||||||
|
|
||||||
|
[cdh-540-default-namenode]
|
||||||
|
# For the CDH plugin, version 5.4.0, set the flavor_id
|
||||||
|
# of the name node to 4 which is m1.large in the
|
||||||
# default flavor set
|
# default flavor set
|
||||||
flavor_id = 4
|
flavor_id = 4
|
||||||
|
Loading…
Reference in New Issue
Block a user