Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
Impala 2.11.0
-
ghx-label-2
Description
The version of Hive we are using must have had a revert that went through, because, sigh:
[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
Attachments
Issue Links
- is related to
-
IMPALA-6009 FE compilation fails: ColumnLineageGraph.java:[593,11] no suitable method found for putString(java.lang.String)
- Resolved