Rice-Comp413-2016 / RDFS

The Rice Comp413 class (2016-2017) implementation of HDFS. (This will eventually be put under an open source license, which one TBD).
4 stars 2 forks source link

Build dummy DataNode storage layer for early testing on Data Integrity #25

Closed jfking closed 8 years ago

jfking commented 8 years ago

We want the DataNode message handlers to defer to the native FS on the machine, so that we don't have to implement the raw disk i/o logic before we can meaningfully test the DataNode's ability to handle and respond to requests from the Client

jfking commented 8 years ago

38