This is an automated email from the ASF dual-hosted git repository.
yuanzhou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
The following commit(s) were added to refs/heads/main by this push:
new 7481c8c78 [DOC] Minor fix for wrong gluten folder used in doc (#4938)
7481c8c78 is described below
commit 7481c8c78d9956743c74242babe42076a8e5baf0
Author: Xuedong Luan <[email protected]>
AuthorDate: Tue Mar 12 20:51:45 2024 +0800
[DOC] Minor fix for wrong gluten folder used in doc (#4938)
s/gluten/incubator-gluten
---
docs/developers/docker_centos7.md | 2 +-
docs/developers/docker_centos8.md | 2 +-
docs/developers/docker_ubuntu22.04.md | 2 +-
docs/get-started/ClickHouse.md | 6 +++---
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/docs/developers/docker_centos7.md
b/docs/developers/docker_centos7.md
index 2594a8d1f..3f4f58590 100644
--- a/docs/developers/docker_centos7.md
+++ b/docs/developers/docker_centos7.md
@@ -44,7 +44,7 @@ export JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk
export PATH=$JAVA_HOME/bin:$PATH
git clone https://github.com/apache/incubator-gluten.git
-cd gluten
+cd incubator-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`
diff --git a/docs/developers/docker_centos8.md
b/docs/developers/docker_centos8.md
index dd94413bf..1b604bf20 100755
--- a/docs/developers/docker_centos8.md
+++ b/docs/developers/docker_centos8.md
@@ -42,7 +42,7 @@ export MAVEN_HOME=/usr/lib/maven
export PATH=${PATH}:${MAVEN_HOME}/bin
git clone https://github.com/apache/incubator-gluten.git
-cd gluten
+cd incubator-gluten
# To access HDFS or S3, you need to add the parameters `--enable_hdfs=ON` and
`--enable_s3=ON`
./dev/buildbundle-veloxbe.sh
diff --git a/docs/developers/docker_ubuntu22.04.md
b/docs/developers/docker_ubuntu22.04.md
index 478e2f792..7d73d0ac3 100644
--- a/docs/developers/docker_ubuntu22.04.md
+++ b/docs/developers/docker_ubuntu22.04.md
@@ -46,7 +46,7 @@ dpkg --configure -a
#clone gluten
git clone https://github.com/apache/incubator-gluten.git
-cd gluten/
+cd incubator-gluten/
#config maven proxy
#mkdir ~/.m2/
diff --git a/docs/get-started/ClickHouse.md b/docs/get-started/ClickHouse.md
index cbf9e44b2..3d57d1afe 100644
--- a/docs/get-started/ClickHouse.md
+++ b/docs/get-started/ClickHouse.md
@@ -106,7 +106,7 @@ In case you don't want a develop environment, you can use
the following command
```
git clone https://github.com/apache/incubator-gluten.git
-cd gluten
+cd incubator-gluten
bash ./ep/build-clickhouse/src/build_clickhouse.sh
```
@@ -123,7 +123,7 @@ The prerequisites are the same as the one mentioned above.
Compile Gluten with C
```
git clone https://github.com/apache/incubator-gluten.git
- cd gluten/
+ cd incubator-gluten/
export MAVEN_OPTS="-Xmx8g -XX:ReservedCodeCacheSize=2g"
mvn clean install -Pbackends-clickhouse -Phadoop-2.7.4 -Pspark-3.2
-Dhadoop.version=2.8.5 -DskipTests -Dcheckstyle.skip
ls -al
backends-clickhouse/target/gluten-XXXXX-spark-3.2-jar-with-dependencies.jar
@@ -133,7 +133,7 @@ The prerequisites are the same as the one mentioned above.
Compile Gluten with C
```
git clone https://github.com/apache/incubator-gluten.git
- cd gluten/
+ cd incubator-gluten/
export MAVEN_OPTS="-Xmx8g -XX:ReservedCodeCacheSize=2g"
mvn clean install -Pbackends-clickhouse -Phadoop-2.7.4 -Pspark-3.3
-Dhadoop.version=2.8.5 -DskipTests -Dcheckstyle.skip
ls -al
backends-clickhouse/target/gluten-XXXXX-spark-3.3-jar-with-dependencies.jar
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]