andrewloux / ece419-zookeeper

lab 4, zookeeper lab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IMPORTANT NOTE:

Our system uses marginally more Zookeeper connections, as such, all tests need to be run with the following flag set in the Zookeeper configuration file.

maxClientCnxns=0


Job Tracker: start_jobtracker.sh

Worker: start_worker.sh

FileServer: start_fileserver.sh

Client submit_job.sh — this allows a user to submit a job request. It prints the job id to the console, the student can defined their own student ID


The order in which services begin do not matter, each waits for the services they communicate with or depend on before beginning.

Detailed design information is available in design.pdf.

About

lab 4, zookeeper lab


Languages

Language:Java 78.7%Language:Python 19.6%Language:Shell 1.5%Language:Makefile 0.2%