更新 Hadoop_Install_Guide.md #2

Merged
joy merged 1 commits from joy-patch-1 into master 2026-04-14 18:29:30 +09:00

View File

@ -26,10 +26,10 @@ sudo dpkg -i jdk-21_linux-x64_bin.deb
## Hadoop prepare
Download `Hadoop` [here](https://hadoop.apache.org/releases.html) [direct link](https://www.apache.org/dyn/closer.cgi/hadoop/common/hadoop-3.5.0/hadoop-3.5.0.tar.gz)
Download `Hadoop` [here](https://hadoop.apache.org/releases.html) [direct link](https://dlcdn.apache.org/hadoop/common/hadoop-3.5.0/hadoop-3.5.0.tar.gz)
```sh
wget https://www.apache.org/dyn/closer.cgi/hadoop/common/hadoop-3.5.0/hadoop-3.5.0.tar.gz
wget https://dlcdn.apache.org/hadoop/common/hadoop-3.5.0/hadoop-3.5.0.tar.gz
tar -zxvf hadoop-3.5.0.tar.gz
```