更新 Hadoop_Install_Guide.md

Signed-off-by: joy <joy224961632@gmail.com>
This commit is contained in:
joy 2026-04-14 18:29:22 +09:00
parent 2d642e982c
commit 49a79db508

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
```