mirror of
https://github.com/silicoflare/docker-hadoop.git
synced 2026-05-26 12:09:54 +05:30
c7ceedb27c7f9cf93d103351213e0baf83f72f4f
Hadoop on Docker
Linux/WSL
Installation
if you're using WSL make sure to update it
wsl.exe --update
Installation Script
sudo curl -o /usr/bin/hadock https://gist.githubusercontent.com/aryan-212/57261fabb2d106c1e2214dc8681099f3/raw/HadoopInstall.sh && sudo chmod +x /usr/bin/hadock && hadock
Usage
hadock
Copying from host
dockcp /path/to/file
This command copies path/to/file from host to /home on your docker container
Uninstallation
hadock --uninstall
Check the wiki for a full guide to use this docker image.
Description
Languages
Dockerfile
71.1%
Shell
28.9%