Return-Path: Delivered-To: apmail-incubator-hama-commits-archive@minotaur.apache.org Received: (qmail 73601 invoked from network); 16 Feb 2009 04:38:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Feb 2009 04:38:41 -0000 Received: (qmail 72743 invoked by uid 500); 16 Feb 2009 04:38:41 -0000 Delivered-To: apmail-incubator-hama-commits-archive@incubator.apache.org Received: (qmail 72730 invoked by uid 500); 16 Feb 2009 04:38:40 -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 72719 invoked by uid 99); 16 Feb 2009 04:38:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Feb 2009 20:38:40 -0800 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; Mon, 16 Feb 2009 04:38:38 +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 n1G4cIHd011624 for ; Mon, 16 Feb 2009 04:38:18 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: Mon, 16 Feb 2009 04:38:18 -0000 Message-ID: <20090216043818.11598.46288@aurora.apache.org> Subject: [Hama Wiki] Trivial Update of "GettingStarted" 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/GettingStarted ------------------------------------------------------------------------------ 3. ${HAMA_HOME} > ./bin/hama examples - ex) ${HADOOP_HOME} ./bin/hama examples random 1000 1000 a + ex) ${HADOOP_HOME} ./bin/hama examples rand 1000 1000 a - ${HADOOP_HOME} ./bin/hama examples random 1000 1000 b + ${HADOOP_HOME} ./bin/hama examples rand 1000 1000 b ${HADOOP_HOME} ./bin/hama examples mult a b 4