Skip to content
This repository has been archived by the owner on Dec 21, 2021. It is now read-only.

Latest commit

 

History

History
14 lines (13 loc) · 600 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 600 Bytes

COMP8301 2021FALL

Directory Structure

├─ ex01               #
│   ├── *.c, Makefile # source code of examples on the tutorial slides
│   ├── _indexed_src  # indexed source code of examples with page number of slides
│   ├── exercise      # source code of exercises
│   └── solution      # source code of solution
└─ ex03               #
    ├── terasort      # terasort source code in scala
    ├── utils         # scripts for HADOOP/YARN and spark maintainence
    └── server.py     # the booking system server