Files
docker-hadoop/README.md
2024-10-06 15:06:14 +05:30

667 B

Hadoop on Docker

Linux/WSL

Installation

if you're using WSL make sure to update it

wsl.exe --update

Installation Script

curl -fsSL https://bit.ly/hadoop-script | bash

Usage

hadock

Copying from host

dockcp /path/to/file

This command copies path/to/file from host to /home on your docker container

Running multiple instances

hadock_again

Use this command to open another shell in the same docker instance

Uninstallation

hadock --uninstall

Check the wiki for a full guide to use this docker image.