From 603090172e33bbf1eab07cbfd0f45331903da067 Mon Sep 17 00:00:00 2001 From: xuedongluan Date: Fri, 7 Jun 2024 19:49:27 +0800 Subject: [PATCH] update doc --- docs/get-started/Velox.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/get-started/Velox.md b/docs/get-started/Velox.md index a24c99fda302..5980487547de 100644 --- a/docs/get-started/Velox.md +++ b/docs/get-started/Velox.md @@ -303,8 +303,7 @@ First of all, compile gluten-iceberg module by a `iceberg` profile, as follows: mvn clean package -Pbackends-velox -Pspark-3.3 -Piceberg -DskipTests ``` -Then, put the additional `gluten-iceberg-XX-SNAPSHOT.jar` to the class path (usually it's `$SPARK_HOME/jars`). -The gluten-iceberg jar is in `gluten-iceberg/target` directory. +Once building successfully, the fat Jar file will be generated in the directory: package/target/\ for Spark 3.2.x/Spark 3.3.x/Spark 3.4.x/Spark 3.5.x, put it to the class path (usually it's `$SPARK_HOME/jars`). After the two steps, you can query iceberg table by gluten/velox without scan's fallback.