-
Notifications
You must be signed in to change notification settings - Fork 996
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
client.start_offline_to_online_ingestion job is failing in minimal_ride_hailing example #1300
Comments
Thanks for raising this issue @Adedolapo-Akin. I'll try to reproduce this problem today. |
Quick question @Adedolapo-Akin, did you just run
Are you sure that Redis doesn't have any security enabled? |
Quick question @Adedolapo-Akin, did you just run kubectl logs feast-release-feast-jupyter-86444477b7-vxptg to get the logs? Are you sure that Redis doesn't have any security enabled? |
@Adedolapo-Akin would you mind providing a bit more information. Are you running on GCP? |
Yes...I am using GKE on GCP |
@Adedolapo-Akin what isn't clear to me is where the logs came from. |
I have attached a copy of the log from feast-release-feast-jupyter-86444477b7-vxptg so that you can verify for yourself |
Ok, so you are using Spark from within the notebook.
Can you try to set |
@woop |
Great! |
I had the same problem using the helm installation method in an on-premise k8s cluster, resolved using:
|
Thanks @theofpa ! |
Expected Behavior
{'driver_id': [100651,
561506,
304334,
997026,
420223,
546179,
308686,
888397,
731657,
684814],
'driver_statistics:avg_daily_trips': [614,
71,
801,
341,
158,
747,
509,
568,
844,
315]}
Current Behavior
{'driver_id': [507133,
891268,
940489,
750166,
830970,
815675,
85423,
56280,
230535,
846488],
'driver_statistics:acc_rate': [None,
None,
None,
None,
None,
None,
None,
None,
None,
None]}
kubectl logs feast-release-feast-jupyter-86444477b7-vxptg
Exception in thread "main" redis.clients.jedis.exceptions.JedisConnectionException: Could not get a resource from the pool
Caused by: redis.clients.jedis.exceptions.JedisConnectionException: Failed connecting to localhost:6379
Caused by: java.net.ConnectException: Connection refused (Connection refused)
Steps to reproduce
features = client.get_online_features(
feature_refs=["driver_statistics:avg_daily_trips"],
entity_rows=entities_sample).to_dict()
features
Specifications
Version:
helm repo add feast-charts https://feast-charts.storage.googleapis.com
helm repo update
app: feast-core
app.kubernetes.io/managed-by: Helm
chart: feast-core-0.8.2
component: core
heritage: Helm
release: feast-release
managedFields:
Platform:
Subsystem:
Possible Solution
The text was updated successfully, but these errors were encountered: