Skip to content

Commit

Permalink
[MINOR] Updated sbt.md documentation to be consistent with description
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?

add --release parameter to create a Celeborn distribution like those distributed by the Celeborn Downloads page

### Why are the changes needed?

Without --release parameter, the created Celeborn distribution is different from the Celeborn Downloads page and lacks client-related packages.

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

No

### How was this patch tested?

PASS GA

Closes #2080 from jiaoqingbo/minor-sbt.

Authored-by: jiaoqingbo <[email protected]>
Signed-off-by: zky.zhoukeyong <[email protected]>
  • Loading branch information
jiaoqingbo authored and waitinfuture committed Nov 8, 2023
1 parent 931880a commit 39153c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developers/sbt.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ As an example, one can build a version of Celeborn as follows:
To create a Celeborn distribution like those distributed by the [Celeborn Downloads](https://celeborn.apache.org/download/) page, and that is laid out so as to be runnable, use `./build/make-distribution.sh` in the project root directory.

```
./build/make-distribution.sh --sbt-enabled
./build/make-distribution.sh --sbt-enabled --release
```

### Maven-Style Profile Management
Expand Down

0 comments on commit 39153c8

Please sign in to comment.