You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Michael Brown (JIRA)" <ji...@apache.org> on 2017/10/06 15:57:00 UTC

[jira] [Created] (IMPALA-6021) FE fails to compile due to incompatible Guava Hasher API

Michael Brown created IMPALA-6021:
-------------------------------------

             Summary: 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


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)