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 2008/09/17 05:55:14 UTC

[Hama Wiki] Trivial Update of "Shell" by udanax

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 udanax:
http://wiki.apache.org/hama/Shell

------------------------------------------------------------------------------
  
  Commands
  
- Load : load the matrix from the matrix file using user specified MapReduce class. for example: a = load "fileA" as Matrix using MyMapReduce.class; b = load "fileB" as Matrix using MyMapReduce.class
+ Load : load the matrix from the matrix file using user specified !MapReduce class. for example: a = load "fileA" as Matrix using !MyMapReduce.class; b = load "fileB" as Matrix using !MyMapReduce.class
  
  Add : the matrix addition. such as : c = a + b.