cxzl25 commented on code in PR #3282:
URL: https://github.com/apache/celeborn/pull/3282#discussion_r2149146734
##########
build/make-distribution.sh:
##########
@@ -346,6 +346,9 @@ if [ "$SBT_ENABLED" == "true" ]; then
sbt_build_client -Pspark-2.4
sbt_build_client -Pspark-3.4
sbt_build_client -Pspark-3.5
+ export JAVA_HOME=$JAVA17_HOME
Review Comment:
Do we also need to check Java env like `release.sh`?
```bash
./build/make-distribution.sh --sbt-enabled --release
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]