Skip to content

Commit

Permalink
Fix broken hadoop link (#651)
Browse files Browse the repository at this point in the history
  • Loading branch information
tianliplus committed Aug 4, 2021
1 parent 59703c8 commit 4fe934a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ jobs:
export JAVA_HOME=/usr/lib/jvm/default-java/
cd /tmp
wget -q https://mirrors.bfsu.edu.cn/apache/hadoop/common/hadoop-2.10.1/hadoop-2.10.1.tar.gz
wget -q https://mirror.cogentco.com/pub/apache/hadoop/common/hadoop-2.10.1/hadoop-2.10.1.tar.gz
tar -zxf hadoop-2.10.1.tar.gz
cd ${GITHUB_WORKSPACE}/.github/workflows/hadoop_scripts
Expand Down

0 comments on commit 4fe934a

Please sign in to comment.