Spark (contrib)
Description
Design
Example
...
offline_store:
type: snowflake.offline
...
batch_engine:
type: spark.engine
partitions: 10 # number of partitions when writing to the online or offline store
spark_conf:
spark.master: "local[*]"
spark.app.name: "Feast Spark Engine"
spark.sql.shuffle.partitions: 100
spark.executor.memory: "4g"Example in Python
Last updated
Was this helpful?