Skip to content

Commit

Permalink
reHDFS documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mukerjee committed Feb 24, 2018
1 parent 3038d43 commit c97d37b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions reHDFS/README.md
@@ -0,0 +1,7 @@
# reHDFS (Reconfigurable Datacenter Network HDFS)

reHDFS is modified HDFS block placement policy (i.e., it tells HDFS where to
place replicas on write). reHDFS' policy is simple, given a writer on rack 1,
place the replica in rack 2. Writers in rack 2 place replicas in rack 3,
etc. When compared with the default policy (which chooses random racks), reHDFS
creates a ring workload, as opposed to an all-to-all workload.

0 comments on commit c97d37b

Please sign in to comment.