Yet-Another-Hadoop

Project for the Big-Data Course at PES University

A simple implementation of a mini-hdfs

Setting up the virtualenv. Install if it doesn't exist

python -m venv hadoop_env source hadoop_env/bin/activate pip install -r requirements.txt

Deactivating venv

pip freeze > requirements.txt deactivate