CS 686 Big Data

Project 1: Test Files

Here are the files we will use to test your DFS:

We should be able to store the file, retrieve it, and verify that the checksum matches those listed above. You can use the md5sum utility on Linux machines to test this, or md5 on Mac/BSD. Since we will be testing on Linux machines, familiarize yourself with this process.

Setup

To get ready for grading, you will need to launch:

Then we’ll execute (some of) the test cases below.

Test Case 1

Test Case 2

Test Case 3

Test Case 4

Test Case 5

Test Case 6: Code Walkthrough