[ https://issues.apache.org/jira/browse/HAMA-122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Edward J. Yoon updated HAMA-122: -------------------------------- Attachment: HAMA-122.patch - Added RandomMatrix example. [EMAIL PROTECTED] hama-trunk]# bin/hama examples random add [-m maps] [-r reduces] <rows> <columns> <matrix_name> [EMAIL PROTECTED] hama-trunk]# bin/hama examples random -m 4 -r 4 20 20 matA [EMAIL PROTECTED] hama-trunk]# bin/hama examples random -m 4 -r 4 20 20 matB ---- [EMAIL PROTECTED] hama-trunk]# bin/hama examples add -m 4 -r 4 matA matB [EMAIL PROTECTED] hama-trunk]# bin/hama examples mult -m 4 -r 4 matA matB > Add RandomMatrix generation example > ----------------------------------- > > Key: HAMA-122 > URL: https://issues.apache.org/jira/browse/HAMA-122 > Project: Hama > Issue Type: Improvement > Components: examples > Reporter: Edward J. Yoon > Assignee: Edward J. Yoon > Fix For: 0.1.0 > > Attachments: HAMA-122.patch > > > So, Let's seperate generation and operation from examples. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.