mirror of
https://github.com/silicoflare/docker-hadoop.git
synced 2026-05-26 12:09:54 +05:30
Merge pull request #10 from aryan-212/patch-2
Automated Install and Uninstall on Linux Systems
This commit is contained in:
14
README.md
14
README.md
@@ -1,2 +1,16 @@
|
|||||||
# Hadoop on Docker
|
# Hadoop on Docker
|
||||||
|
## Linux/WSL
|
||||||
|
### Installation
|
||||||
|
```bash
|
||||||
|
sudo curl -o /usr/bin/hadock https://gist.githubusercontent.com/aryan-212/57261fabb2d106c1e2214dc8681099f3/raw/HadoopInstall.sh && sudo chmod +x /usr/bin/hadock && hadock
|
||||||
|
```
|
||||||
|
### Usage
|
||||||
|
```bash
|
||||||
|
hadock
|
||||||
|
```
|
||||||
|
### Uninstallation
|
||||||
|
```bash
|
||||||
|
hadock --uninstall
|
||||||
|
```
|
||||||
|
|
||||||
Check the [wiki](https://github.com/silicoflare/docker-hadoop/wiki) for a full guide to use this docker image.
|
Check the [wiki](https://github.com/silicoflare/docker-hadoop/wiki) for a full guide to use this docker image.
|
||||||
|
|||||||
Reference in New Issue
Block a user