Closed jpugliesi closed 3 years ago
I now see this appears related to #1266
I get a similar error even when defining spark_ingestion_jar
configuration on the client
, i.e. spark_ingestion_jar=s3://my-bucket/feast-ingestion.jar
(with a valid jar of course):
The jar exists:
$ aws s3 ls s3://my-bucket/feast-ingestion.jar
2021-01-19 23:44:12 45031646 feast-ingestion.jar
Failed attempt to kick off ingestion:
job = client.start_offline_to_online_ingestion(
driver_statistics,
datetime(2020, 10, 10),
datetime(2020, 10, 20)
)
FileNotFoundError Traceback (most recent call last)
Expected Behavior
In the minimal_ride_hailing.ipynb example notebook, I expect the following cell to run:
Current Behavior
In the minimal_ride_hailing.ipynb example notebook, the following cell:
Produces the following error:
Steps to reproduce
Client
fields, but not thespark_ingestion_jar
config (this config works fine for defining features in feast):Specifications