Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Implementation can be found in my GitHub repository Apache JIRA] and patch can be found in [https://issues.apache.org/jira/browse/HAMA-524 as soon as JIRA will become available. GitHub repository contains only classes related to SpMV. Before you start with SpMV make sure that you have followed this guide and set up environment variables and so on. I considered two possible use cases of SpMV:

...

In this section you will see how to use SpMV in this two cases. NOTE: currently SpMV is buggy, so output can be not correct. I propose the following directory structure for the following examples

...

Also I defined some shell variables in .bashrc file of hadoop user to simplify following scriptscode snippets.

No Format
export HAMA_EXAMPLES=$HAMA_HOME/hama-examples*.jar
export SPMV=/user/hduser/spmv

...