6 — Batch & Jobs
Batch Engine (spec.batchEngine)
spec.batchEngine)ConfigMap format
apiVersion: v1
kind: ConfigMap
metadata:
name: feast-batch-engine
data:
config: |
type: spark
spark_conf:
spark.master: k8s://https://kubernetes.default.svc
spark.kubernetes.namespace: feast
spark.kubernetes.container.image: ghcr.io/feast-dev/feast-spark:latest
spark.executor.instances: "2"
spark.executor.memory: 4g
spark.driver.memory: 2gEngine types
Scheduled Materialization (spec.cronJob)
spec.cronJob)CronJob image resolution
Minimal example — nightly materialization
Custom command
Time zone
Concurrency policy
Job history retention
Suspend a CronJob
Resource requests for the job pod
Environment variables and secrets in the job pod
Advanced job spec
Full cronJob field reference
cronJob field referenceField
Type
Default
Description
Combining batchEngine + cronJob
See also
Last updated
Was this helpful?