morningman commented on a change in pull request #4690: URL: https://github.com/apache/incubator-doris/pull/4690#discussion_r500383881
########## File path: 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: Is it must be 2.7.2? Does this not work? `https://mvnrepository.com/artifact/org.apache.hadoop/hadoop-aliyun/2.9.2` ---------------------------------------------------------------- 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. 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