Skip to content

K0K0V0K/hadock

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Disclaimer

This project is built on Big Data Europe - Hadoop in Docker.

Getting started

  1. Clone the repository

  2. Go to the project's main directory and set up a python virtualenv:

    python3 -m venv ./venv
  3. Activate the virtualenv:

    source venv/bin/activate
  4. Install all the dependencies into the virtualenv:

    python3 -m ensurepip --default-pip
    python3 -m pip install -r requirements.txt
  5. Build Hadock images

    python3 hadock.py install
  6. Setup config

    python3 hadock.py setup $HADOOP_DIST_HOME

    $HADOOP_DIST_HOME is generally located in $HADOOP_REPOSITORY/hadoop-dist/target/hadoop-$VERSION

  7. Run Hadock

    python3 hadock.py run

About

Hadoop in Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 57.1%
  • Python 28.5%
  • Dockerfile 14.4%