Open obedmr opened 4 months ago
@obedmr, seems similar to this issue: https://github.com/apache/incubator-gluten/issues/6003 when gcs build is enabled. I will fix it. Before that, you may try with --enable_vcpkg=OFF
if you don't insist on building with vcpkg.
@obedmr, could you try the latest main branch?
Besides, as a possible temporary solution, would you please try with this method to create a build in docker container? It should be a more general way for building.
@obedmr, could you try the latest main branch?
Hi @PHILO-HE, I've been a bit busy on last days, hope to get a chance this week, will let you know. Thanks for your help.
Problem description
I'm trying to compile gluten in a new Ubuntu 20.04 container. Below the steps:
Start the Ubuntu 20.04 container
Install dependencies (running inside the container)
apt update -y
apt install -y openjdk-8-jdk
apt install -y sudo locales wget tar tzdata git ccache cmake \ ninja-build build-essential llvm-11-dev clang-11 vim pip sysstat gcc \ git curl zip unzip tar autoconf bison flex autoconf-archive \ maven pkg-config libtool libre2-dev
cd /mnt git clone https://github.com/apache/incubator-gluten.git gluten
pushd gluten time ./dev/buildbundle-veloxbe.sh --enable_hdfs=ON --enable_gcs=ON --spark_version=3.3 --enable_vcpkg=ON popd
Velox System Info v0.0.2 Commit: 86449d0c87437002d6d2636e079420cacb258d82 CMake Version: 3.16.3 System: Linux-5.15.0-86-generic Arch: x86_64 CPU Name: Model name: Intel(R) Xeon(R) Platinum 8358 CPU @ 2.60GHz C++ Compiler: /usr/bin/c++ C++ Compiler Version: 9.4.0 C Compiler: /usr/bin/cc C Compiler Version: 9.4.0 CMake Prefix Path: /usr/local;/usr;/;/usr;/usr/local;/usr/X11R6;/usr/pkg;/opt