You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/10/10 02:29:03 UTC

[GitHub] [incubator-doris] gengjun-git commented on a change in pull request #4690: [Feature]Broker oss support

gengjun-git commented on a change in pull request #4690:
URL: https://github.com/apache/incubator-doris/pull/4690#discussion_r502734853



##########
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:
       Not work, I have tried the 2+ and 3+ version of lib from maven repository. So we have to download it by hand.




----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org