zhaohehuhu commented on code in PR #2579:
URL: https://github.com/apache/celeborn/pull/2579#discussion_r1680625306


##########
build/make-distribution.sh:
##########
@@ -256,8 +263,11 @@ function sbt_build_service {
 
   echo "Celeborn $VERSION$GITREVSTRING" > "$DIST_DIR/RELEASE"
   echo "Build flags: $@" >> "$DIST_DIR/RELEASE"
+  if [[ "$HADOOP_AWS_ENABLED" == "true" ]]; then
+    PROFILE="-Phadoop-aws"
+  fi
 
-  BUILD_COMMAND=("$SBT" clean package)
+  BUILD_COMMAND=("$SBT" clean package "$PROFILE")

Review Comment:
    ./build/make-distribution.sh --sbt-enabled -Pspark-3.3,hadoop-aws  maybe 
doesn't work as expected due to above command.



-- 
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]

Reply via email to