NVIDIA / spark-rapids-examples

A repo for all spark examples using Rapids Accelerator including ETL, ML/DL, etc.
Apache License 2.0
130 stars 51 forks source link

update the main branch for 2406 release #401

Closed nvliyuan closed 5 months ago

nvliyuan commented 5 months ago

update main branch for v2406 release. Please create a merge commit, not squash.

nvliyuan commented 5 months ago

It seems the Agaricus dataset has been moved to another place, file an issue to track the dead link. #402

jlowe commented 5 months ago

There's a line dropped from examples/UDF-Examples/RAPIDS-accelerated-UDFs/README.md in branch-24.06. Not sure how this happened?

diff --git a/examples/UDF-Examples/RAPIDS-accelerated-UDFs/README.md b/examples/UDF-Examples/RAPIDS-accelerated-UDFs/README.md
index 751057e..ebd2160 100644
--- a/examples/UDF-Examples/RAPIDS-accelerated-UDFs/README.md
+++ b/examples/UDF-Examples/RAPIDS-accelerated-UDFs/README.md
@@ -118,8 +118,6 @@ and other settings. See the top of the `Dockerfile` for details.

 First install docker and [nvidia-docker](https://github.com/NVIDIA/nvidia-docker)

-Run the following commands to build and start a docker
-
 ```bash
 cd spark-rapids-examples/examples/UDF-Examples/RAPIDS-accelerated-UDFs
 docker build -t my-local:my-udf-example-ubuntu .
nvliyuan commented 5 months ago

This is because the diff exists in NVIDIA:main branch and NVIDIA:branch-2406, maybe we miss the line in previous release prs, add a commit to fix this gap in main branch.