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 <[email protected]>
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 [email protected] or file a JIRA ticket
with INFRA.
---