Details
-
Improvement
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
Impala 3.3.0
-
None
-
ghx-label-9
Description
Guava is pinned to 14.01
https://github.com/apache/impala/blob/8094811/impala-parent/pom.xml#L59
<!-- 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>
I think this has likely changed in Hive 3 and we probably want to revisit this.