CalvinKirs commented on code in PR #57202:
URL: https://github.com/apache/doris/pull/57202#discussion_r2471919964


##########
build.sh:
##########
@@ -958,8 +977,12 @@ fi
 if [[ ${BUILD_CLOUD} -eq 1 ]]; then
     rm -rf "${DORIS_HOME}/output/ms"
     rm -rf "${DORIS_HOME}/cloud/output/lib/hadoop_hdfs"
-    if [[ -d "${DORIS_THIRDPARTY}/installed/lib/hadoop_hdfs/" ]]; then
-        cp -r -p "${DORIS_THIRDPARTY}/installed/lib/hadoop_hdfs/" 
"${DORIS_HOME}/cloud/output/lib"
+    # FIXME: If hadoop dependencies are required, building cloud module must 
be done after building FE first

Review Comment:
   We can handle this automatically — when building cloud alone, it will also 
trigger be-java-extensions just like BE does.
   If cloud doesn’t need those dependencies, users can disable it with 
DISABLE_BE_JAVA_EXTENSIONS.



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to