Big Data project - YACS
Execution:
- python3 Master.py config.json <scheduling_algorithm>
// scheduling algorithm = RANDOM or RR or LL - python3 requests.py <no_of_requests>
- python3 Worker.py 4000 1
- python3 Worker.py 4001 2
- python3 Worker.py 4002 3
A. python3 Analysis.py <scheduling_algorithm> (Should be ran after master and worker //scheduling_algorithm = RR or RR or LL