lide-reed commented on code in PR #12801: URL: https://github.com/apache/doris/pull/12801#discussion_r1013553643
########## fs_brokers/apache_hdfs_broker/build.sh: ########## @@ -41,6 +41,10 @@ rm -rf "${BROKER_OUTPUT}" install -d "${BROKER_OUTPUT}/bin" "${BROKER_OUTPUT}/conf" \ "${BROKER_OUTPUT}/lib" +# download tencent hadoop cos jar +wget https://github.com/tencentyun/hadoop-cos/releases/download/v8.1.7/hadoop-cos-2.7.5-8.1.7.jar +mv hadoop-cos-2.7.5-8.1.7.jar "${BROKER_OUTPUT}/lib/" + Review Comment: Need to make sure if the downloading is necessary or using maven lib. -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org