Skip to content

Commit

Permalink
add spark-3.4 and spark-3.5 to the docs of building from code
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenliang123 committed Dec 1, 2023
1 parent 8f529aa commit 2b55824
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/contributing/code/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,13 @@ mvn clean install -pl '!dev/kyuubi-codecov,!kyuubi-assembly' -DskipTests

Since v1.1.0, Kyuubi support building with different Spark profiles,

| Profile | Default | Since |
| Profile | Default | Since |
|-------------|---------|-------|
| -Pspark-3.1 | No | 1.1.0 |
| -Pspark-3.2 | No | 1.4.0 |
| -Pspark-3.3 | Yes | 1.6.0 |
| -Pspark-3.1 | | 1.1.0 |
| -Pspark-3.2 | | 1.4.0 |
| -Pspark-3.3 | | 1.6.0 |
| -Pspark-3.4 || 1.8.0 |
| -Pspark-3.5 | | 1.8.0 |

## Building With Apache dlcdn Site

Expand Down

0 comments on commit 2b55824

Please sign in to comment.