Return-Path: X-Original-To: apmail-hama-dev-archive@www.apache.org Delivered-To: apmail-hama-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BB4C610CF0 for ; Wed, 11 Sep 2013 00:49:52 +0000 (UTC) Received: (qmail 2888 invoked by uid 500); 11 Sep 2013 00:49:52 -0000 Delivered-To: apmail-hama-dev-archive@hama.apache.org Received: (qmail 2863 invoked by uid 500); 11 Sep 2013 00:49:52 -0000 Mailing-List: contact dev-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 dev@hama.apache.org Received: (qmail 2818 invoked by uid 99); 11 Sep 2013 00:49:52 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Sep 2013 00:49:52 +0000 Date: Wed, 11 Sep 2013 00:49:52 +0000 (UTC) From: "Martin Illecker (JIRA)" To: dev@hama.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HAMA-801) Snappy fails on Mac OS with JDK 1.7 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HAMA-801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13763784#comment-13763784 ] Martin Illecker commented on HAMA-801: -------------------------------------- I think Edward has also removed this patch by his last rollback [1]. [1] http://svn.apache.org/viewvc?view=revision&revision=r1521690 {code} Modified: hama/trunk/core/pom.xml URL: http://svn.apache.org/viewvc/hama/trunk/core/pom.xml?rev=1521690&r1=1521689&r2=1521690&view=diff ============================================================================== --- hama/trunk/core/pom.xml (original) +++ hama/trunk/core/pom.xml Wed Sep 11 00:17:43 2013 @@ -20,21 +20,21 @@ org.apache.hama hama-parent - 0.7.0-SNAPSHOT + 0.6.3-SNAPSHOT 4.0.0 org.apache.hama hama-core core - 0.7.0-SNAPSHOT + 0.6.3-SNAPSHOT jar org.xerial.snappy snappy-java - 1.0.5 + 1.0.4.1 com.google.guava Modified: hama/trunk/pom.xml URL: http://svn.apache.org/viewvc/hama/trunk/pom.xml?rev=1521690&r1=1521689&r2=1521690&view=diff ============================================================================== --- hama/trunk/pom.xml (original) +++ hama/trunk/pom.xml Wed Sep 11 00:17:43 2013 @@ -27,7 +27,7 @@ org.apache.hama hama-parent Apache Hama parent POM - 0.7.0-SNAPSHOT + 0.6.3-SNAPSHOT http://hama.apache.org pom @@ -169,7 +169,7 @@ org.xerial.snappy snappy-java - 1.0.5 + 1.0.4.1 com.google.guava {code} > Snappy fails on Mac OS with JDK 1.7 > ----------------------------------- > > Key: HAMA-801 > URL: https://issues.apache.org/jira/browse/HAMA-801 > Project: Hama > Issue Type: Bug > Components: bsp core > Reporter: Anastasis Andronidis > Assignee: Anastasis Andronidis > Labels: java, mac, snappy > Fix For: 0.6.3 > > Attachments: HAMA-801.patch > > > There is a bug concerning snappy-java version 1.0.4.1 and Oracle Java 1.7 on Mac OS. The bug is solved in 1.0.5 version of snappy-java > More info: http://code.google.com/p/snappy-java/issues/detail?id=39 -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira