wangyum commented on code in PR #32:
URL: 
https://github.com/apache/incubator-gluten-site/pull/32#discussion_r1858012681


##########
docs/developers/docker_gluten_centos7.md:
##########
@@ -0,0 +1,29 @@
+---
+layout: page
+title: Docker script for CentOS 7
+nav_order: 7
+parent: Developers
+grand_parent: Documentations
+permalink: /docs/developers/docker-centos7/
+---
+Here is a docker script we verified to build Gluten+Velox backend on Pre-build 
CentOS 7:
+
+Run on host as root user:
+```bash
+docker pull apache/gluten:vcpkg-centos-7
+docker run -itd --name gluten-centos-7 apache/gluten:vcpkg-centos-7 /bin/bash
+docker attach gluten
+```
+
+Run in docker:
+```bash
+git clone https://github.com/apache/incubator-gluten.git gluten
+cd gluten
+
+# To access HDFS or S3, you need to add the parameters `--enable_hdfs=ON` and 
`--enable_s3=ON`
+# If you have the same error with issue-3283, you need to add the parameter 
`--compile_arrow_java=ON`
+./dev/buildbundle-veloxbe.sh

Review Comment:
   It's maybe my local env issue. `./dev/ci-velox-buildstatic-centos-7.sh` 
works if running on github action.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to