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