Spark (contrib)
Description
Disclaimer
Getting started
Example
project: my_project
registry: data/registry.db
provider: local
offline_store:
type: spark
spark_conf:
spark.master: "local[*]"
spark.ui.enabled: "false"
spark.eventLog.enabled: "false"
spark.sql.catalogImplementation: "hive"
spark.sql.parser.quotedRegexColumnNames: "true"
spark.sql.session.timeZone: "UTC"
spark.sql.execution.arrow.fallback.enabled: "true"
spark.sql.execution.arrow.pyspark.enabled: "true"
# Optional: spill large materializations to the staging location instead of collecting in the driver
staging_location: "s3://my-bucket/tmp/feast"
online_store:
path: data/online_store.dbFunctionality Matrix
Spark
Spark
Last updated
Was this helpful?