zhouaoe commented on code in PR #4690: URL: https://github.com/apache/doris/pull/4690#discussion_r1006468270
########## fs_brokers/apache_hdfs_broker/build.sh: ########## @@ -42,6 +42,12 @@ rm -rf ${BROKER_OUTPUT} install -d ${BROKER_OUTPUT}/bin ${BROKER_OUTPUT}/conf \ ${BROKER_OUTPUT}lib/ +# download aliyun hadoop oss jar, this can not be found in maven repository, so we download it manually +wget http://gosspublic.alicdn.com/hadoop-spark/hadoop-oss-2.7.2.tar.gz +tar xzf hadoop-oss-2.7.2.tar.gz +mv hadoop-oss-2.7.2/hadoop-aliyun-2.7.2.jar ${BROKER_OUTPUT}/lib/ +rm -r hadoop-oss-2.7.2 hadoop-oss-2.7.2.tar.gz Review Comment: Hadoop-aliyun(OSS) was merged into hadoop since hadoop 2.9.1 -- 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