You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hama.apache.org by Apache Wiki <wi...@apache.org> on 2009/01/23 09:40:21 UTC

[Hama Wiki] Update of "Architecture" by PrasenMukherjee

Dear Wiki user,

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

The following page has been changed by PrasenMukherjee:
http://wiki.apache.org/hama/Architecture

------------------------------------------------------------------------------
  [http://wiki.apache.org/hama-data/attachments/Architecture/attachments/block.png]
  
  To store the matrices, Hama use a [http://hadoop.apache.org/hbase/ Hbase] -- Matrices are basically tables. They are ways of storing numbers and other things. Typical matrix has rows and columns. Actually called a 2-way matrix because it has two dimensions. For example, you might have respondents-by-attitudes. Of course, you might collect the same data on the same people at 5 points in time. In that case, you either have 5 different 2-way matrices, or you could think of it as a 3-way matrix, that is respondent-by-attitude-by-time.
+ 
+ -- ''Just a thought, considering the depleted activity in HBase should we not explore ways to avoid HBase ? --Prasen ''
  
  ----