Tim Armstrong created IMPALA-8870:
-------------------------------------
Summary: Bump guava version when running against Hive 3
Key: IMPALA-8870
URL: https://issues.apache.org/jira/browse/IMPALA-8870
Project: IMPALA
Issue Type: Improvement
Components: Infrastructure
Affects Versions: Impala 3.3.0
Reporter: Tim Armstrong
Guava is pinned to 14.01
https://github.com/apache/impala/blob/8094811/impala-parent/pom.xml#L59
{code}
<!-- hive-exec seems to leak this version of guava onto our classpath,
so it's important to depend on the same one -->
<guava.version>14.0.1</guava.version>
{code}
I think this has likely changed in Hive 3 and we probably want to revisit this.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)