Add SPARK_YARN_HISTORY_SERVER to default templates for cdh
Sahara EDP has been extended to support spark on cdh, so the default templates should include the spark history server necessary to run jobs on yarn. Change-Id: I56fbbd97f52154f78fc5015055a44e20f63838b2 Implements: blueprint spark-jobs-for-cdh-5-3-0
This commit is contained in:
parent
2fff3aaded
commit
703bf8524c
@ -4,7 +4,8 @@
|
||||
"node_processes": [
|
||||
"HDFS_SECONDARYNAMENODE",
|
||||
"OOZIE_SERVER",
|
||||
"YARN_JOBHISTORY"
|
||||
"YARN_JOBHISTORY",
|
||||
"SPARK_YARN_HISTORY_SERVER"
|
||||
],
|
||||
"name": "cdh-530-default-secondary-namenode",
|
||||
"floating_ip_pool": "{floating_ip_pool}",
|
||||
|
@ -4,7 +4,8 @@
|
||||
"node_processes": [
|
||||
"HDFS_SECONDARYNAMENODE",
|
||||
"OOZIE_SERVER",
|
||||
"YARN_JOBHISTORY"
|
||||
"YARN_JOBHISTORY",
|
||||
"SPARK_YARN_HISTORY_SERVER"
|
||||
],
|
||||
"name": "cdh-540-default-secondary-namenode",
|
||||
"floating_ip_pool": "{floating_ip_pool}",
|
||||
|
Loading…
Reference in New Issue
Block a user