turboFei commented on code in PR #3271:
URL: https://github.com/apache/celeborn/pull/3271#discussion_r2105862575
##########
build/release/release.sh:
##########
@@ -123,8 +125,10 @@ upload_nexus_staging() {
echo "Deploying celeborn-client-flink-1.20-shaded_2.12"
${PROJECT_DIR}/build/sbt -Pflink-1.20
"clean;celeborn-client-flink-1_20-shaded/publishSigned"
+ export JAVA_HOME=$JAVA11_HOME
echo "Deploying celeborn-client-flink-2.0-shaded_2.12"
${PROJECT_DIR}/build/sbt -Pflink-2.0
"clean;celeborn-client-flink-2_0-shaded/publishSigned"
+ export JAVA_HOME=$JAVA8_HOME
Review Comment:
Refer:
https://github.com/apache/celeborn/blob/11ca1a7858a503e52b304e0d67ec0ee05a2b8b77/build/make-distribution.sh#L345-L358
--
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]