Difference between revisions of "CSC352 Project 3"
(→Submission) |
|||
Line 21: | Line 21: | ||
* Measure the execution time of the program | * Measure the execution time of the program | ||
* write a summary of the approach as illustrated in the guidelines presented in class (3/9, 3/11). | * write a summary of the approach as illustrated in the guidelines presented in class (3/9, 3/11). | ||
− | * Submit a pdf with your presentation, graphs, and analysis. | + | * Submit a pdf with your presentation, graphs, and analysis. |
− | + | =Project Details= | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==Accessing Wiki Pages== | ==Accessing Wiki Pages== | ||
Line 137: | Line 128: | ||
submit project3 project3.pdf | 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'' | ||
<br /> | <br /> |
Revision as of 14:48, 17 April 2010
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