Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
Impala 2.11.0
-
ghx-label-7
Description
[WARNING] /home/mikeb/Impala/fe/src/main/cup/sql-parser.cup [0:0]: Terminal "EMPTY_IDENT" was declared but never used [WARNING] /home/mikeb/Impala/fe/src/main/cup/sql-parser.cup [0:0]: Terminal "UNEXPECTED_CHAR" was declared but never used [WARNING] COMPILATION WARNING : [WARNING] /home/mikeb/Impala/fe/src/main/java/org/apache/impala/util/UnsafeUtil.java:[24,16] sun.misc.Unsafe is internal proprietary API and may be removed in a future release [WARNING] /home/mikeb/Impala/fe/src/main/java/org/apache/impala/util/UnsafeUtil.java:[33,23] sun.misc.Unsafe is internal proprietary API and may be removed in a future release [WARNING] /home/mikeb/Impala/fe/src/main/java/org/apache/impala/util/UnsafeUtil.java:[40,15] sun.misc.Unsafe is internal proprietary API and may be removed in a future release [WARNING] /home/mikeb/Impala/fe/src/main/java/org/apache/impala/util/UnsafeUtil.java:[45,25] sun.misc.Unsafe is internal proprietary API and may be removed in a future release [ERROR] COMPILATION ERROR : [ERROR] /home/mikeb/Impala/fe/src/main/java/org/apache/impala/analysis/ColumnLineageGraph.java:[593,11] no suitable method found for putString(java.lang.String) [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:[593,11] no suitable method found for putString(java.lang.String) [ERROR] method com.google.common.hash.Hasher.putString(java.lang.CharSequence,java.nio.charset.Charset) is not applicable [ERROR] (actual and formal argument lists differ in length) [ERROR] method com.google.common.hash.PrimitiveSink.putString(java.lang.CharSequence,java.nio.charset.Charset) is not applicable [ERROR] (actual and formal argument lists differ in length) [ERROR] -> [Help 1] [ERROR] [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 mvn install -DskipTests exited with code 0 make[3]: *** [fe/CMakeFiles/fe] Error 1 make[2]: *** [fe/CMakeFiles/fe.dir/all] Error 2 make[1]: *** [fe/CMakeFiles/fe.dir/rule] Error 2 make: *** [fe] Error 2 Error in bin/make_impala.sh at line 176: ${MAKE_CMD} ${MAKE_ARGS} fe
Attachments
Attachments
Issue Links
- relates to
-
IMPALA-6021 FE fails to compile due to incompatible Guava Hasher API
- Resolved