Coder Social home page Coder Social logo

kasipavankumar / hadoop-docker Goto Github PK

View Code? Open in Web Editor NEW
4.0 1.0 1.0 20 KB

Apache Hadoop's Pseudo Distributed Mode using Docker. ๐Ÿณ

Home Page: https://ghcr.io/kasipavankumar/hadoop-docker

License: Apache License 2.0

Dockerfile 76.37% Shell 23.63%
apache hadoop docker big-data

hadoop-docker's Introduction

Apache Hadoop using Docker ๐Ÿณ

A Docker image to play around with Apache Hadoop in Pseudo Distributed Mode (single cluster mode).

Below are the steps to play around with this image using Play with Docker.

  1. First of all, create an account on Docker Hub.
  2. Login to Play with Docker using the Docker Hub account you just created.
  3. You should see a green "Start" button, click on it to start a session.
  4. Create an instance by clicking on "+ Add new instance" in the left pane, to create a VM.
  5. A new terminal should show up in the right pane. Here, we need to pull the Docker image from Github Container Registry (GHCR). To do so, execute:
docker pull ghcr.io/kasipavankumar/hadoop-docker:latest
  1. After the image has been pulled into the VM, we need to start a new container & switch into it's terminal (mostly bash). To do so, execute:
docker run -it ghcr.io/kasipavankumar/hadoop-docker:latest

At this stage, the image will be booting up by executing all the required steps to start Hadoop.

From now on, you will be inside container's bash (terminal) and can start using Hadoop's filesystem commands. ๐Ÿš€


A note size of the image

The final Docker image weighs around 1.8GB, wherein Hadoop & Java take up the majority piece. When analyzed using Dive, the efficiency came out to be around 99% (sweet).

Docker image analysis


Deploy Docker image


D. Kasi Pavan Kumar (c) 2021

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.