mirror of
https://github.com/silicoflare/docker-hadoop.git
synced 2026-05-26 20:17:59 +05:30
Update README.md
This commit is contained in:
@@ -1,6 +1,11 @@
|
|||||||
# Hadoop on Docker
|
# Hadoop on Docker
|
||||||
## Linux/WSL
|
## Linux/WSL
|
||||||
### Installation
|
### Installation
|
||||||
|
if you're using WSL make sure to update it
|
||||||
|
```powershell
|
||||||
|
wsl.exe --update
|
||||||
|
```
|
||||||
|
Installation Script
|
||||||
```bash
|
```bash
|
||||||
sudo curl -o /usr/bin/hadock https://gist.githubusercontent.com/aryan-212/57261fabb2d106c1e2214dc8681099f3/raw/HadoopInstall.sh && sudo chmod +x /usr/bin/hadock && hadock
|
sudo curl -o /usr/bin/hadock https://gist.githubusercontent.com/aryan-212/57261fabb2d106c1e2214dc8681099f3/raw/HadoopInstall.sh && sudo chmod +x /usr/bin/hadock && hadock
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user