Simple test for reading and writing to a distributed
file system. This example does the following:
Reads local file
2. Computes word count on local file
3. Writes local file to a DFS
4. Reads the file back from the DFS
5. Computes word count on the file using Spark
6. Compares the word count results
Simple test for reading and writing to a distributed file system. This example does the following: