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

Implement Client block streaming to DataNode #42

Closed jfking closed 7 years ago

jfking commented 8 years ago

For a full basically functioning end-to-end filesystem, we need the ability for the client to write blocks of data to the DataNode. This issue only requires the completion of the network streaming, not the actual persistence of the DataNodes. For that task, see #41.

pelmers commented 7 years ago

47