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:
Trevor McKay 2015-09-08 13:19:38 -04:00
parent 2fff3aaded
commit 703bf8524c
2 changed files with 4 additions and 2 deletions

View File

@ -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}",

View File

@ -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}",