Description
We need the basic interfaces, drawing from the org.apache.hadoop.fs APIs. In this first step, we'll need:
- Path to represents paths to files and folders on the DFS.
- IFileSystem as the base interface for file system implementations. At the very least, this interface needs to have Open(),Create()CopyFromLocal(), CopyToLocal(), Copy(), Delete(), Exists() and Move.