turboFei commented on code in PR #3282: URL: https://github.com/apache/celeborn/pull/3282#discussion_r2111004484
########## README.md: ########## @@ -88,6 +89,14 @@ To compile for Spark 3.5 with Java21, please use the following command ./build/make-distribution.sh --sbt-enabled -Pspark-3.5 -Pjdk-21 ``` +To compile for Spark 4.0 with Java21, please use the following command +```shell +./build/make-distribution.sh -Pspark-4.0 -Pjdk-21 +``` +```shell +./build/make-distribution.sh --sbt-enabled -Pspark-4.0 -Pjdk-21 +``` Review Comment: do you mean here? @SteNicholas -- 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]
