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


##########
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:
   consider using new var `ENABLE_CLOUD_HDFS` for force check installing hdfs 
jars.



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