Skip to content

Commit

Permalink
feat(helm/spark-yotpo/values.yaml): added default spark history serve…
Browse files Browse the repository at this point in the history
…r logs
  • Loading branch information
RonBarabash committed Aug 11, 2020
1 parent 5a0e2cc commit c0c17de
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions helm/spark-yotpo/templates/sparkapplication.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ spec:
{{- end }}
{{- end }}
{{- end }}
{{- if .Values.historyServer.enabled }}
{{- range $conf, $value := .Values.historyServer.conf }}
{{ $conf | quote }}: {{ $value | quote }}
{{- end }}
{{- end }}
{{- if .Values.hadoopConf }}
hadoopConf:
{{- range $conf, $value := .Values.hadoopConf }}
Expand Down
5 changes: 5 additions & 0 deletions helm/spark-yotpo/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ sparkConf:
spark.serializer: org.apache.spark.serializer.KryoSerializer
spark.sql.hive.convertMetastoreParquet: false
spark.sql.legacy.allowCreatingManagedTableUsingNonemptyLocation: true
historyServer:
enabled: false
conf:
spark.eventLog.enabled: true
spark.eventLog.dir: s3://event-log-bucket
hiveMetaStore:
enabled: false
conf:
Expand Down

0 comments on commit c0c17de

Please sign in to comment.