更新 Hadoop_Install_Guide.md #2
@ -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