You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[KYUUBI #7205] Use Apache closer.lua syntax for kyuubi-download to obtain engine archives
### Why are the changes needed?
Speed up download Spark, Flink, and Hive tarballs, for the latest versions.
https://infra.apache.org/release-download-pages.html#download-scripts
### How was this patch tested?
Observe GHA.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes#7205 from pan3793/closer-lua.
Closes#720510ffa34 [Cheng Pan] Use Apache closer.lua syntax for kyuubi-download to obtain engine archives
Authored-by: Cheng Pan <[email protected]>
Signed-off-by: Cheng Pan <[email protected]>
Copy file name to clipboardExpand all lines: docs/contributing/code/building.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ For the Scala version for Spark engines, the server will look up the `SPARK_SCAL
82
82
83
83
## Building With Apache dlcdn Site
84
84
85
-
By default, we use `https://archive.apache.org/dist/` to download the built-in release packages of engines,
85
+
By default, we use [`closer.lua`](https://infra.apache.org/release-download-pages.html#download-scripts) to download the built-in release packages of engines,
86
86
such as Spark or Flink.
87
87
But sometimes, you may find it hard to reach, or the download speed is too slow,
88
88
then you can define the `apache.archive.dist` by `-Pmirror-cdn` to accelerate to download speed.
0 commit comments