CSC352 Project 3

From dftwiki3
Revision as of 14:48, 17 April 2010 by Thiebaut (talk | contribs)
Jump to: navigation, search

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.


This section is only visible to computers located at Smith College

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