Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

Commit

Permalink
fix: downgrade hadoop version to 2.8.4 (#673)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyifan27 authored Nov 26, 2020
1 parent bed1e63 commit d850ee7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions thirdparty/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ ExternalProject_Add(gperftools

file(MAKE_DIRECTORY ${TP_OUTPUT}/include/hdfs)
ExternalProject_Add(hadoop
URL ${OSS_URL_PREFIX}/hadoop-3.1.4.tar.gz
https://mirrors.ocf.berkeley.edu/apache/hadoop/common/hadoop-3.1.4/hadoop-3.1.4.tar.gz
URL_MD5 bd87b61c8a736c27112d5c8382f8f70e
URL ${OSS_URL_PREFIX}/hadoop-2.8.4.tar.gz
https://archive.apache.org/dist/hadoop/common/hadoop-2.8.4/hadoop-2.8.4.tar.gz
URL_MD5 b30b409bb69185003b3babd1504ba224
CONFIGURE_COMMAND ""
BUILD_COMMAND ""
INSTALL_COMMAND cp -R include/. ${TP_OUTPUT}/include/hdfs && cp -R lib/native/. ${TP_OUTPUT}/lib
Expand Down

0 comments on commit d850ee7

Please sign in to comment.