Skip to content

Commit d38c442

Browse files
committed
kuberay
1 parent 2d93dee commit d38c442

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tpch/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ maturin build --strip
3434

3535
## Create a Ray Cluster
3636

37+
Follow the instructions in the [Ray on Kubernetes] documentation to install the KubeRay operator.
38+
39+
[Ray on Kubernetes]: https://docs.ray.io/en/latest/cluster/kubernetes/index.html
40+
3741
Create a `datafusion-ray.yaml` file using the following template. It is important that the Ray Docker image uses the
3842
same Python version that was used to build the wheels. This example yaml assumes that the TPC-H data files are
3943
available locally on each node in the cluster at the path `/mnt/bigdata`. If the data is stored on object storage then

0 commit comments

Comments
 (0)