Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 375 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 375 Bytes

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