nextdreamblue commented on code in PR #12801: URL: https://github.com/apache/doris/pull/12801#discussion_r1013557768
########## 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: 1.目前 Hadoop-COS 已经正式被 Apache Hadoop-3.3.0集成。但是目前doris依赖的hadoop版本比较低,无法使用该版本; 2.在 Apache Hadoop-3.3.0之前的版本,需要下载单独 Hadoop-cos jar 包。 3.目前单独的Hadoop-cos jar 包,腾讯云未提交到maven,因此目前只能使用单独下载的方式 后续如果hadoop库升级或者支持maven方式下载,再调整此处的下载方式 -- 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