[GitHub] drill issue #707: DRILL-5157: Multiple Snappy versions on class path

2017-02-21 Thread paul-rogers
Github user paul-rogers commented on the issue: https://github.com/apache/drill/pull/707 Merged into master by @jinfengni , but he omitted the magic message to close the PR. Closing manually. --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] drill issue #707: DRILL-5157: Multiple Snappy versions on class path

2017-02-21 Thread jinfengni
Github user jinfengni commented on the issue: https://github.com/apache/drill/pull/707 +1 LGTM --- 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

[GitHub] drill issue #707: DRILL-5157: Multiple Snappy versions on class path

2017-02-20 Thread paul-rogers
Github user paul-rogers commented on the issue: https://github.com/apache/drill/pull/707 @jinfengni - please review the revisions. --- 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

[GitHub] drill issue #707: DRILL-5157: Multiple Snappy versions on class path

2017-02-20 Thread paul-rogers
Github user paul-rogers commented on the issue: https://github.com/apache/drill/pull/707 Result: ``` [INFO] | +- org.apache.avro:avro:jar:1.7.4:provided [INFO] | | +- (org.xerial.snappy:snappy-java:jar:1.0.4.1:provided - omitted for conflict with 1.1.2.6) ...

[GitHub] drill issue #707: DRILL-5157: Multiple Snappy versions on class path

2017-02-20 Thread paul-rogers
Github user paul-rogers commented on the issue: https://github.com/apache/drill/pull/707 @bitblender - The general problem with jar dependencies is that each Maven project depends on a different version of library x. However, the JVM can load only one version (if everything goes into