Return-Path: Delivered-To: apmail-incubator-hama-commits-archive@minotaur.apache.org Received: (qmail 61114 invoked from network); 13 Mar 2009 01:59:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Mar 2009 01:59:15 -0000 Received: (qmail 43417 invoked by uid 500); 13 Mar 2009 01:59:15 -0000 Delivered-To: apmail-incubator-hama-commits-archive@incubator.apache.org Received: (qmail 43402 invoked by uid 500); 13 Mar 2009 01:59:15 -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@ Delivered-To: mailing list hama-commits@incubator.apache.org Received: (qmail 43389 invoked by uid 99); 13 Mar 2009 01:59:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Mar 2009 18:59:15 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO aurora.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Mar 2009 01:59:13 +0000 Received: from aurora.apache.org (localhost [127.0.0.1]) by aurora.apache.org (8.13.8+Sun/8.13.8) with ESMTP id n2D1wrCn012291 for ; Fri, 13 Mar 2009 01:58:53 GMT Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: hama-commits@incubator.apache.org Date: Fri, 13 Mar 2009 01:58:52 -0000 Message-ID: <20090313015852.12182.14610@aurora.apache.org> Subject: [Hama Wiki] Trivial Update of "Architecture" by udanax 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 change notification. The following page has been changed by udanax: http://wiki.apache.org/hama/Architecture ------------------------------------------------------------------------------ -- ''Just a thought, considering the depleted activity in HBase should we not explore ways to avoid HBase ? --Prasen '' == Represent a graph using adjacency matrix == - + * https://issues.apache.org/jira/browse/HAMA-162 = Perform matrix operations = The Hadoop/Hbase is designed to efficiently process large data set by connecting many commodity computers together to work in parallel but, If there's a inter-node communication, the elapsed run time will be slower with more nodes. Consequently, an "effective" algorithm should avoid large amounts of communication.