Return-Path: Delivered-To: apmail-incubator-hama-commits-archive@minotaur.apache.org Received: (qmail 26128 invoked from network); 12 Mar 2010 03:11:13 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 12 Mar 2010 03:11:13 -0000 Received: (qmail 14699 invoked by uid 500); 12 Mar 2010 03:10:38 -0000 Delivered-To: apmail-incubator-hama-commits-archive@incubator.apache.org Received: (qmail 14668 invoked by uid 500); 12 Mar 2010 03:10:37 -0000 Mailing-List: contact hama-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hama-dev@incubator.apache.org Delivered-To: mailing list hama-commits@incubator.apache.org Received: (qmail 14660 invoked by uid 99); 12 Mar 2010 03:10:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Mar 2010 03:10:37 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Mar 2010 03:10:34 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 67B9517D17 for ; Fri, 12 Mar 2010 03:10:13 +0000 (GMT) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Fri, 12 Mar 2010 03:10:13 -0000 Message-ID: <20100312031013.3336.52171@eos.apache.org> Subject: =?utf-8?q?=5BHama_Wiki=5D_Trivial_Update_of_=22RoadMap=22_by_HyunsikChoi?= X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hama Wiki" for chan= ge notification. The "RoadMap" page has been changed by HyunsikChoi. http://wiki.apache.org/hama/RoadMap?action=3Ddiff&rev1=3D5&rev2=3D6 -------------------------------------------------- =3D Long-term Issues =3D We have a plan to redesign Hama to be based on BSP model and be specified= to shared nothing systems consisting of several thousands commodity server= s, which is generally called cloud computing environments. =3D=3D Why BSP? =3D=3D + (Working) =3D=3D=3D Design Considerations =3D=3D=3D - * Fault Tolerance + * Fault Tolerance - Hama aims at running on a several thousands of commo= dity servers, so it is subject to some fault. In addition, Hama is for larg= e-scale processing that generally takes long time ranging from few minutes = to several hours. Therefore, it is important for Hama to finish some given = jobs although faults occur during processing. If not, Hama has to restart a= ll jobs. - * Heterogeneity + * Heterogeneity - = * Efficiency * Easy to Use + (Working) =3D=3D=3D TODO =3D=3D=3D * A survey on matrix and graph processing algorithms based on BSP progra= mming model. - * Developing a fault-tolerant mechanism for BSP model and Shared-nothing= architecture and heterogeneous. + * Developing a fault-tolerant mechanism for BSP model. + * Developing a struggling mechanism for BSP model. + * Implement BSP frameworks based on the source code that we have done. - * A selection of the basic primitive operations for matrix processing an= d linear algebra. + * A selection of the primitive operations for matrix processing and line= ar algebra. + * Implement the primitive operations for matrix and linear algebra. - * Design operation models based on the basic primitive operations develo= ped above. + * Develop operation models based on the primitive operations developed a= bove. + * Implement processing framework for matrix and linear algebra. * Design domain-specific language that well reflects to algebraic charac= teristics. - = + * A selection of the primitive operations for graph processing. + * Develop operation models based on the above primitive operation for la= rge-scale graph processing. (Working) = =3D Idea Generating and Research Tasks =3D