We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d93dee commit d38c442Copy full SHA for d38c442
tpch/README.md
@@ -34,6 +34,10 @@ maturin build --strip
34
35
## Create a Ray Cluster
36
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
41
Create a `datafusion-ray.yaml` file using the following template. It is important that the Ray Docker image uses the
42
same Python version that was used to build the wheels. This example yaml assumes that the TPC-H data files are
43
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