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 SamuelGuo: http://wiki.apache.org/hama/Shell ------------------------------------------------------------------------------ such as : hama> save c as "fileC". + }}} + + == Examples == + {{{ + hama > a = load 'fileA' as matrix using bulkload.class map 10; + hama > b = load 'fileB' as matrix; + hama > c = a; + hama > d = (a+b) * (c+a) map 20 reduce 1; + hama > save d as 'fileD' }}} == Grammar ==
