Skip to content

[VL] Update document of build gluten in Docker#8459

Merged
FelixYBW merged 4 commits intoapache:mainfrom
FelixYBW:update_doc1
Jan 9, 2025
Merged

[VL] Update document of build gluten in Docker#8459
FelixYBW merged 4 commits intoapache:mainfrom
FelixYBW:update_doc1

Conversation

@FelixYBW
Copy link
Contributor

@FelixYBW FelixYBW commented Jan 7, 2025

Add the details to build Gluten in docker.

@FelixYBW FelixYBW requested a review from PHILO-HE January 7, 2025 23:58
@github-actions github-actions bot added the DOCS label Jan 7, 2025
@github-actions
Copy link

github-actions bot commented Jan 7, 2025

Thanks for opening a pull request!

Could you open an issue for this pull request on Github Issues?

https://github.com/apache/incubator-gluten/issues

Then could you also rename commit message and pull request title in the following format?

[GLUTEN-${ISSUES_ID}][COMPONENT]feat/fix: ${detailed message}

See also:

@FelixYBW
Copy link
Contributor Author

FelixYBW commented Jan 8, 2025

@PHILO-HE dynamic build failed if I use ./dev/builddeps-veloxbe.sh --run_setup_script=OFF --enable_s3=ON --enable_gcs=ON --enable_abfs=ON --enable_vcpkg=OFF --build_arrow=OFF

Looks it's because s3 .so are not installed.

@FelixYBW
Copy link
Contributor Author

FelixYBW commented Jan 8, 2025

build-thirdparty.sh also failed because

cp: cannot stat '/usr/lib64/libgsasl.so.7': No such file or directory
cp: cannot stat '/usr/lib64/libidn.so.11': No such file or directory
cp: cannot stat '/usr/lib64/libntlm.so.0': No such file or directory

@PHILO-HE
Copy link
Member

PHILO-HE commented Jan 8, 2025

@PHILO-HE dynamic build failed if I use ./dev/builddeps-veloxbe.sh --run_setup_script=OFF --enable_s3=ON --enable_gcs=ON --enable_abfs=ON --enable_vcpkg=OFF --build_arrow=OFF

Looks it's because s3 .so are not installed.

@FelixYBW, s3 lib is not installed in the apache/gluten:centos-8 image. You can try to build with --run_setup_script=ON.

@PHILO-HE
Copy link
Member

PHILO-HE commented Jan 8, 2025

build-thirdparty.sh also failed because

cp: cannot stat '/usr/lib64/libgsasl.so.7': No such file or directory
cp: cannot stat '/usr/lib64/libidn.so.11': No such file or directory
cp: cannot stat '/usr/lib64/libntlm.so.0': No such file or directory

@FelixYBW, you may need to build gluten again with --enable_hdfs=ON & --run_setup_script=ON. Then, run build-thirdparty.sh.

@FelixYBW
Copy link
Contributor Author

FelixYBW commented Jan 8, 2025

@PHILO-HE Would you take a look again?

@FelixYBW FelixYBW merged commit f1d664b into apache:main Jan 9, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants