Skip to content

Commit

Permalink
[CELEBORN-1842] Bump ap-loader version from 3.0-8 to 3.0-9
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?

Bump ap-loader version from 3.0-8 to 3.0-9.

### Why are the changes needed?

ap-loader has already released v3.0-9, which should bump version from 3.0-8 for `JVMProfiler`.

Backport:

1. apache/spark#46402
2. apache/spark#49440

### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?

CI.

Closes #3072 from SteNicholas/CELEBORN-1842.

Authored-by: SteNicholas <[email protected]>
Signed-off-by: SteNicholas <[email protected]>
  • Loading branch information
SteNicholas committed Jan 21, 2025
1 parent 6bd0cfe commit 30e46ee
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dev/deps/dependencies-server
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
HikariCP/4.0.3//HikariCP-4.0.3.jar
RoaringBitmap/1.0.6//RoaringBitmap-1.0.6.jar
aopalliance-repackaged/2.6.1//aopalliance-repackaged-2.6.1.jar
ap-loader-all/3.0-8//ap-loader-all-3.0-8.jar
ap-loader-all/3.0-9//ap-loader-all-3.0-9.jar
classgraph/4.8.138//classgraph-4.8.138.jar
commons-cli/1.5.0//commons-cli-1.5.0.jar
commons-crypto/1.0.0//commons-crypto-1.0.0.jar
Expand Down
2 changes: 1 addition & 1 deletion docs/developers/jvmprofiler.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ so it is advisable that the `Worker` machines have adequate storage.
Code profiling is currently only supported for

* Linux (x64)
* Linux (arm 64)
* Linux (arm64)
* Linux (musl, x64)
* MacOS

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<rocksdbjni.version>9.5.2</rocksdbjni.version>
<jackson.version>2.15.3</jackson.version>
<snappy.version>1.1.10.5</snappy.version>
<ap.loader.version>3.0-8</ap.loader.version>
<ap.loader.version>3.0-9</ap.loader.version>
<picocli.version>4.7.6</picocli.version>

<!-- Db dependencies -->
Expand Down
2 changes: 1 addition & 1 deletion project/CelebornBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ object Dependencies {
val lz4JavaVersion = sparkClientProjects.map(_.lz4JavaVersion).getOrElse("1.8.0")

// Dependent library versions
val apLoaderVersion = "3.0-8"
val apLoaderVersion = "3.0-9"
val commonsCompressVersion = "1.4.1"
val commonsCryptoVersion = "1.0.0"
val commonsIoVersion = "2.17.0"
Expand Down

0 comments on commit 30e46ee

Please sign in to comment.