Aryan Anand d75780a3b6 Kafka in bg
2024-10-17 17:44:48 +05:30
2024-01-29 23:25:05 +05:30
2024-01-28 22:13:32 +05:30
2024-04-02 13:43:53 +05:30
2024-01-30 15:01:53 +05:30
2024-01-28 22:13:32 +05:30
2024-10-17 17:44:48 +05:30
2024-01-28 22:13:32 +05:30
2024-10-10 10:31:26 +05:30
2024-01-28 22:13:32 +05:30
2024-01-28 22:13:32 +05:30

Hadoop on Docker

Linux/WSL

Installation

curl -fsSL https://bit.ly/hadock-install -o ~/hadoock && chmod +x ~/hadoock && sudo mv ~/hadoock /usr/bin/hadoock

if you're using WSL make sure to update it

wsl.exe --update

Usage

hadock

Update

hadock --uninstall
curl -fsSL https://bit.ly/hadock-install | bash

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.

Description
A Docker image containing necessary tools for Big Data
Readme 93 KiB
Languages
Dockerfile 71.1%
Shell 28.9%