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 2010/05/25 14:21:21 UTC

[Hama Wiki] Trivial Update of "Architecture" by HyunsikChoi

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hama Wiki" for change notification.

The "Architecture" page has been changed by HyunsikChoi.
https://wiki.apache.org/hama/Architecture?action=diff&rev1=114&rev2=115

--------------------------------------------------

       
      // Set the BSP code 
      bsp.setBSPCode(BSPProgram.class); 
-     BSPJobClient.runJob(bsp);
+     bsp.submit();
  }}}