You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by Apache Wiki <wi...@apache.org> on 2009/05/03 14:11:09 UTC

[Hadoop Wiki] Trivial Update of "Hbase/DesignOverview" by GuilhermeGermoglio

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.

The following page has been changed by GuilhermeGermoglio:
http://wiki.apache.org/hadoop/Hbase/DesignOverview

The comment on the change is:
just fixing a small typo (hrigion => hregion) 

------------------------------------------------------------------------------
  
  H!RegionServer duties:
  
-  * Serving HRigions assigned to H!RegionServer
+  * Serving HRegions assigned to H!RegionServer
   * Handling client read and write requests
   * Flushing cache to HDFS
   * Keeping HLog
   * Compactions
   * Region Splits
  
- === Serving HRigions assigned to HRegionServer ===
+ === Serving HRegions assigned to HRegionServer ===
  
- Each HRigion is served by only one H!RegionServer. When H!RegionServer starts serving HRigion, it reads HLog and all !StoreFiles from HDFS for this HRigion. While serving HRigions, H!RegionServer manage persistent storage of all changes to HDFS.
+ Each HRegion is served by only one H!RegionServer. When H!RegionServer starts serving HRegion, it reads HLog and all !StoreFiles from HDFS for this HRegion. While serving HRegions, H!RegionServer manage persistent storage of all changes to HDFS.
  
  === Handling client read and write requests ===