Hi all,
I encountered a compile error when I try to recompile impala yesterday. The
error is in Frontend:
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR]
/mnt/volume1/impala-orc/incubator-impala/fe/src/main/java/org/apache/impala/analysis/ColumnLineageGraph.java:[593,11]
no suitable method found for putString(java.lang.String)
method
com.google.common.hash.Hasher.putString(java.lang.CharSequence,java.nio.charset.Charset)
is not applicable
(actual and formal argument lists differ in length)
method
com.google.common.hash.PrimitiveSink.putString(java.lang.CharSequence,java.nio.charset.Charset)
is not applicable
(actual and formal argument lists differ in length)
I also found this in the jenkins builds. It seems that
com.google.common.hash.Hasher exists in both guava-*.jar and
hive-exec-*.jar. Are there any changes in
hive-exec-1.1.0-cdh5.14.0-SNAPSHOT.jar recently? What can I do to recover
from this?
Thanks,
Quanlong