Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 07CBD200BFB for ; Wed, 28 Dec 2016 03:17:28 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 065FF160B3D; Wed, 28 Dec 2016 02:17:28 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 751ED160B31 for ; Wed, 28 Dec 2016 03:17:27 +0100 (CET) Received: (qmail 83470 invoked by uid 500); 28 Dec 2016 02:17:26 -0000 Mailing-List: contact dev-help@drill.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@drill.apache.org Delivered-To: mailing list dev@drill.apache.org Received: (qmail 83459 invoked by uid 99); 28 Dec 2016 02:17:26 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Dec 2016 02:17:26 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 1796EDFC15; Wed, 28 Dec 2016 02:17:26 +0000 (UTC) From: paul-rogers To: dev@drill.apache.org Reply-To: dev@drill.apache.org Message-ID: Subject: [GitHub] drill pull request #707: DRILL-5157: Multiple Snappy versions on class path Content-Type: text/plain Date: Wed, 28 Dec 2016 02:17:26 +0000 (UTC) archived-at: Wed, 28 Dec 2016 02:17:28 -0000 GitHub user paul-rogers opened a pull request: https://github.com/apache/drill/pull/707 DRILL-5157: Multiple Snappy versions on class path Multiple Snappy versions on class path; causes unit test failures. Drill's pom.xml files bring in multiple Snappy versions. Drill itself brings in a very old version that has a known problem loading the snappy native library. Other libraries bring in a newer version. The one that ends up first on the class path is non-deterministic, leading to random test failures. This fix updates the Snappy library to the latest and adds dependency management to exclude older versions brought in by Avro and Parquet. You can merge this pull request into a Git repository by running: $ git pull https://github.com/paul-rogers/drill DRILL-5157 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/drill/pull/707.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #707 ---- commit 909efcec92c4a259d139dfc4008c431969d061f7 Author: Paul Rogers Date: 2016-12-28T01:21:09Z DRILL-5157: Multiple Snappy versions on class path Multiple Snappy versions on class path; causes unit test failures. This fix updates the Snappy library and adds dependency management to exclude older versions brought in by Avro and Parquet. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---