Return-Path: X-Original-To: apmail-hama-commits-archive@www.apache.org Delivered-To: apmail-hama-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 173B51071B for ; Fri, 7 Feb 2014 06:01:56 +0000 (UTC) Received: (qmail 94854 invoked by uid 500); 7 Feb 2014 06:01:51 -0000 Delivered-To: apmail-hama-commits-archive@hama.apache.org Received: (qmail 93605 invoked by uid 500); 7 Feb 2014 06:01:26 -0000 Mailing-List: contact commits-help@hama.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hama.apache.org Delivered-To: mailing list commits@hama.apache.org Received: (qmail 93595 invoked by uid 99); 7 Feb 2014 06:01:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Feb 2014 06:01:21 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Feb 2014 06:01:20 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 93F65238899C; Fri, 7 Feb 2014 06:01:00 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1565540 - in /hama/trunk: CHANGES.txt pom.xml Date: Fri, 07 Feb 2014 06:01:00 -0000 To: commits@hama.apache.org From: edwardyoon@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140207060100.93F65238899C@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: edwardyoon Date: Fri Feb 7 06:01:00 2014 New Revision: 1565540 URL: http://svn.apache.org/r1565540 Log: HAMA-867: HAHA 0.7 Snapshot cannot work with HDFS 2X due to lack of libs Modified: hama/trunk/CHANGES.txt hama/trunk/pom.xml Modified: hama/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/hama/trunk/CHANGES.txt?rev=1565540&r1=1565539&r2=1565540&view=diff ============================================================================== --- hama/trunk/CHANGES.txt (original) +++ hama/trunk/CHANGES.txt Fri Feb 7 06:01:00 2014 @@ -15,6 +15,7 @@ Release 0.7.0 (unreleased changes) BUG FIXES + HAMA-867: HAHA 0.7 Snapshot cannot work with HDFS 2X due to lack of libs (Skater Xu via edwardyoon) HAMA-862: Handling max tasks exception (edwardyoon) HAMA-860: Make aggregators start from the first superstep (Anastasis Andronidis) HAMA-857: Graph Combiners is wrongly implemented (edwardyoon) Modified: hama/trunk/pom.xml URL: http://svn.apache.org/viewvc/hama/trunk/pom.xml?rev=1565540&r1=1565539&r2=1565540&view=diff ============================================================================== --- hama/trunk/pom.xml (original) +++ hama/trunk/pom.xml Fri Feb 7 06:01:00 2014 @@ -124,7 +124,7 @@ hadoop2 - 2.1.0-beta + 2.2.0 @@ -158,7 +158,17 @@ com.google.protobuf protobuf-java - 2.4.0a + 2.5.0 + + + commons-cli + commons-cli + 1.2 + + + commons-io + commons-io + 2.4