You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

This page describes the 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

Add : the matrix addition. such as : c = a + b.

Multiply : the matrix multiplication. such as : d = a * b.

Save : save the matrix as a file. such as : write c as "fileC".

Still in work...

  • No labels