-
Notifications
You must be signed in to change notification settings - Fork 435
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[GLUTEN-3715][VL] followup to add CentOS7 support for GCS #3789
Conversation
Run Gluten Clickhouse CI |
Signed-off-by: Yuan Zhou <[email protected]>
9317a13
to
fd1185e
Compare
Run Gluten Clickhouse CI |
fd1185e
to
06a4681
Compare
Run Gluten Clickhouse CI |
06a4681
to
9015b68
Compare
Run Gluten Clickhouse CI |
b09281f
to
55b6b73
Compare
55b6b73
to
4648a71
Compare
4648a71
to
e558755
Compare
e558755
to
f82fdd8
Compare
Run Gluten Clickhouse CI |
f82fdd8
to
41572cc
Compare
Run Gluten Clickhouse CI |
41572cc
to
adb5caa
Compare
Run Gluten Clickhouse CI |
adb5caa
to
28fc8a8
Compare
Run Gluten Clickhouse CI |
Signed-off-by: Yuan Zhou <[email protected]>
28fc8a8
to
9f56b7e
Compare
Run Gluten Clickhouse CI |
Signed-off-by: Yuan Zhou <[email protected]>
Run Gluten Clickhouse CI |
# Build & install Spark 3.2.2 | ||
RUN cd /opt && git clone --depth 1 --branch v3.2.2 https://github.com/apache/spark.git spark322 | ||
RUN cd /opt/spark322 && ./build/mvn -Pyarn -DskipTests clean install | ||
# # Build & install Spark 3.2.2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these are commented out as gluten only run spark unit tests on ubuntu
@@ -2,25 +2,8 @@ | |||
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", | |||
"builtin-baseline": "a7b6122f6b6504d16d96117336a0562693579933", | |||
"dependencies": ["jemalloc"], | |||
"default-features": ["arrow", "velox", "velox-s3", "velox-gcs", "velox-hdfs"], | |||
"default-features": ["velox", "velox-s3", "velox-gcs", "velox-hdfs"], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not necessary now as gluten is using velox built in arrow
MOUNT_MAVEN_CACHE=OFF \ | ||
OS_IMAGE=centos:7 \ | ||
OS_VERSION=7 \ | ||
tools/gluten-te/centos/cbash.sh sleep 14400 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
using vanilla centos image here as the dependency is broken in pre-built image
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
===== Performance report for TPCH SF2000 with Velox backend, for reference only ====
|
===== Performance report for TPCH SF2000 with Velox backend, for reference only ====
|
What changes were proposed in this pull request?
add GCS support on Centos7, also removed the unnecessary arrow components in static build job
How was this patch tested?
pass GHA