From 72efa279c516267248c5329b5daf3e311f7550fa Mon Sep 17 00:00:00 2001 From: Surbhi Vijayvargeeya Date: Thu, 2 Nov 2023 20:15:28 +0530 Subject: [PATCH] Removed section to manually install arrow dependencies --- docs/get-started/Velox.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/docs/get-started/Velox.md b/docs/get-started/Velox.md index 4f654bb44611..f434898f9109 100644 --- a/docs/get-started/Velox.md +++ b/docs/get-started/Velox.md @@ -13,14 +13,7 @@ common OS and conda env deployment. Gluten builds with Spark3.2.x and Spark3.3.x now but only fully tested in CI with 3.2.2 and 3.3.1. We will add/update supported/tested versions according to the upstream changes. -Velox uses the script `scripts/setup-xxx.sh` to install all dependency libraries, but Arrow's dependency libraries are not installed. Velox also requires ninja for compilation. -So we need to install all of them manually. Also, we need to set up the `JAVA_HOME` env. Currently, **java 8** is required and the support for java 11/17 is not ready. - -```bash -## run as root -## install gcc and libraries to build arrow -apt-get update && apt-get install -y sudo locales wget tar tzdata git ccache cmake ninja-build build-essential llvm-11-dev clang-11 libiberty-dev libdwarf-dev libre2-dev libz-dev libssl-dev libboost-all-dev libcurl4-openssl-dev openjdk-8-jdk maven -``` +we need to set up the `JAVA_HOME` env. Currently, **java 8** is required and the support for java 11/17 is not ready. **For x86_64**