更新 Hadoop_Install_Guide.md
Signed-off-by: joy <joy224961632@gmail.com>
This commit is contained in:
parent
2d642e982c
commit
49a79db508
@ -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
|
||||
```
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user