Skip to content

Commit

Permalink
Updated doc as per comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Surbhi-Vijay committed Nov 6, 2023
1 parent 72efa27 commit 2d4d024
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/get-started/Velox.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ cd /path/to/gluten

**Build Velox separately**

Scripts under `/path/to/gluten/ep/build-xxx/src` provide `get_xxx.sh` and `build_xxx.sh` to build Velox separately, you could use these scripts with custom repo/branch/location.
Scripts under `/path/to/gluten/ep/build-velox/src` provide `get_velox.sh` and `build_velox.sh` to build Velox separately, you could use these scripts with custom repo/branch/location.

Velox provides arrow/parquet lib. Gluten cpp module need a required VELOX_HOME parsed by --velox_home, if you specify custom ep location, make sure these variables be passed correctly.

Expand All @@ -79,7 +79,7 @@ Velox provides arrow/parquet lib. Gluten cpp module need a required VELOX_HOME p
cd /path/to/gluten/ep/build-velox/src/
## you could use custom ep location by --velox_home=custom_path, make sure specify --velox_home in build_velox.sh too.
./get_velox.sh
## make sure specify --velox_home if you have specified it in get_xxx.sh.
## make sure specify --velox_home if you have specified it in get_velox.sh.
./build_velox.sh

## compile Gluten cpp module
Expand Down

0 comments on commit 2d4d024

Please sign in to comment.