CSC352 Project 3
Contents
This is the extension of Project #2, which is built on top of the [Hadoop/Mapreduce Tutorials]. It is due on the last day of Exams, at 4:00 p.m.
Submission
Submit a pdf (and additional files if needed) as follows:
submit project3 project3.pdf
Submit your programs, even if they are the same as the files you submitted for previous homework or projects.
submit project3 file1 submit project3 file2 ...
- Note: You cannot submit directories with the submit command. If you want to submit the contents of a whole directory, then proceed as follows:
cd theDirectoryWhereAllTheFilesYouWantToSubmitReside tar -czvf yourFirstNameProject3.tgz * submit project3 yourFirstNameProject3.tgz