FMX commented on code in PR #2682:
URL: https://github.com/apache/celeborn/pull/2682#discussion_r1717812126
##########
build/make-distribution.sh:
##########
@@ -262,7 +256,8 @@ function sbt_build_service {
echo "Celeborn $VERSION$GITREVSTRING" > "$DIST_DIR/RELEASE"
echo "Build flags: $@" >> "$DIST_DIR/RELEASE"
- if [[ "$HADOOP_AWS_ENABLED" == "true" ]]; then
+
+ if [[ $@ == *"hadoop-aws"* ]]; then
export SBT_MAVEN_PROFILES="hadoop-aws"
Review Comment:
There is no need to export this variable. Just setting this variable should
be enough.
--
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]