[
https://issues.apache.org/jira/browse/IMPALA-6021?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Brown resolved IMPALA-6021.
-----------------------------------
Resolution: Fixed
Fix Version/s: Impala 2.11.0
{noformat}
commit 581dfe002e732a39fe53456ebca49ff261716f02
Author: Michael Brown <[email protected]>
Date: Fri Oct 6 08:49:04 2017 -0700
IMPALA-6021: Revert "IMPALA-6009: Upgrade Guava to 14.0.1"
This reverts commit 3c870aa360c5c2447ba0412e7758e3d78333110a.
Change-Id: Idd07d9b011ebd407d7a274725a10b6371d024186
Reviewed-on: http://gerrit.cloudera.org:8080/8225
Reviewed-by: Philip Zeyliger <[email protected]>
Reviewed-by: Alex Behm <[email protected]>
Tested-by: Impala Public Jenkins
{noformat}
> FE fails to compile due to incompatible Guava Hasher API
> --------------------------------------------------------
>
> Key: IMPALA-6021
> URL: https://issues.apache.org/jira/browse/IMPALA-6021
> Project: IMPALA
> Issue Type: Bug
> Components: Frontend
> Affects Versions: Impala 2.11.0
> Reporter: Michael Brown
> Assignee: Michael Brown
> Priority: Blocker
> Labels: broken-build
> Fix For: Impala 2.11.0
>
>
> The version of Hive we are using must have had a revert that went through,
> because, sigh:
> {noformat}
> [ERROR] COMPILATION ERROR :
> [ERROR]
> /home/mikeb/Impala/fe/src/main/java/org/apache/impala/analysis/ColumnLineageGraph.java:[592,11]
> cannot find symbol
> [INFO] BUILD FAILURE
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:3.3:compile (default-compile)
> on project impala-frontend: Compilation failure
> [ERROR]
> /home/mikeb/Impala/fe/src/main/java/org/apache/impala/analysis/ColumnLineageGraph.java:[592,11]
> cannot find symbol
> [ERROR] symbol: method putUnencodedChars(java.lang.String)
> [ERROR] location: variable hasher of type com.google.common.hash.Hasher
> [ERROR] -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e
> switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions, please
> read the following articles:
> [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)