Open francesco086 opened 2 weeks ago
I tried the same, but loading a single parquet file instead of all the parquet in a folder, and it still fails.
I just found this comment: https://github.com/ray-project/ray/issues/42739#issuecomment-1917896815
Is it still true? Ray Client does not support Ray Data?
What happened + What you expected to happen
The bug
Context:
2.38.0-py312
What happens:
Expected behavior
Script should be successful using the kubernetes ray cluster
Useful information
Full log (I manually replaced
STORAGE_ACCOUNT
,STORAGE_CONTAINER
,path-to-folder
):Versions / Dependencies
Python version used by the script:
Libraries used by the script:
OS used: MacOS 14.7
values.yaml
used to deploy the ray cluster using the helm chartkuberay/ray-cluster --version 1.2.2
:Reproduction script
Script:
I use the env variable
RAY_ADDRESS
to control the cluster to use.Issue Severity
High: It blocks me from completing my task.