Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D2FF599BB for ; Mon, 25 Jun 2012 23:19:44 +0000 (UTC) Received: (qmail 79475 invoked by uid 500); 25 Jun 2012 23:19:44 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 79434 invoked by uid 500); 25 Jun 2012 23:19:44 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 79426 invoked by uid 99); 25 Jun 2012 23:19:44 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Jun 2012 23:19:44 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id B763F1404B1 for ; Mon, 25 Jun 2012 23:19:43 +0000 (UTC) Date: Mon, 25 Jun 2012 23:19:42 +0000 (UTC) From: "Dave Revell (JIRA)" To: common-issues@hadoop.apache.org Message-ID: <1930620719.54036.1340666383753.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Created] (HADOOP-8528) Consider using java snappy instead of native MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Dave Revell created HADOOP-8528: ----------------------------------- Summary: Consider using java snappy instead of native Key: HADOOP-8528 URL: https://issues.apache.org/jira/browse/HADOOP-8528 Project: Hadoop Common Issue Type: Bug Reporter: Dave Revell Priority: Minor Using native libs for snappy has some disadvantages: - Requires libhadoop and libsnappy to be installed on servers, test machines, and any server running a minicluster with a SNAPPY CF - Requires configuration of java.library.path - Complicates the POM A pure java implementation of snappy is available, ASL2 licensed: http://code.google.com/p/snappy-java/ . Benchmarks versus native snappy are available: https://github.com/ning/jvm-compressor-benchmark/wiki -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira