This is an automated email from the ASF dual-hosted git repository.

xxyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kylin.git


The following commit(s) were added to refs/heads/master by this push:
     new 8eff3ee  KYLIN-4394 Fix NoSuchMethod in spark build job after update 
guava
8eff3ee is described below

commit 8eff3ee3fc1706c877a9f509e51344cff53bda38
Author: yaqian.zhang <598593...@qq.com>
AuthorDate: Wed Jun 10 20:52:45 2020 +0800

    KYLIN-4394 Fix NoSuchMethod in spark build job after update guava
---
 build/bin/find-kafka-dependency.sh                                       | 1 -
 .../main/java/org/apache/kylin/engine/spark/KylinKryoRegistrator.java    | 1 -
 2 files changed, 2 deletions(-)

diff --git a/build/bin/find-kafka-dependency.sh 
b/build/bin/find-kafka-dependency.sh
index 7a293b5..c5c5ce4 100755
--- a/build/bin/find-kafka-dependency.sh
+++ b/build/bin/find-kafka-dependency.sh
@@ -19,7 +19,6 @@
 
 source ${KYLIN_HOME:-"$(cd -P -- "$(dirname -- "$0")" && pwd 
-P)/../"}/bin/header.sh
 
-echo Retrieving Kafka dependency...
 
 kafka_home=
 
diff --git 
a/engine-spark/src/main/java/org/apache/kylin/engine/spark/KylinKryoRegistrator.java
 
b/engine-spark/src/main/java/org/apache/kylin/engine/spark/KylinKryoRegistrator.java
index 9031077..a50c11d 100644
--- 
a/engine-spark/src/main/java/org/apache/kylin/engine/spark/KylinKryoRegistrator.java
+++ 
b/engine-spark/src/main/java/org/apache/kylin/engine/spark/KylinKryoRegistrator.java
@@ -107,7 +107,6 @@ public class KylinKryoRegistrator implements 
KryoRegistrator {
         addClassQuitely(kyroClasses, 
"org.apache.kylin.job.shaded.org.roaringbitmap.buffer.ImmutableRoaringArray");
         addClassQuitely(kyroClasses, 
"org.apache.kylin.job.shaded.org.roaringbitmap.buffer.MappeableRunContainer");
 
-        addClassQuitely(kyroClasses, 
"org.apache.kylin.shaded.com.google.common.collect.EmptyImmutableList");
         addClassQuitely(kyroClasses, "java.nio.HeapShortBuffer");
         addClassQuitely(kyroClasses, "java.nio.HeapLongBuffer");
         addClassQuitely(kyroClasses, 
"java.util.Collections$UnmodifiableRandomAccessList");

Reply via email to