?????? About KYLIN-4289-java.lang.NoSuchMethodError: com.google.common.hash.Hasher.putString

2020-07-23 Thread ????
Hi, afterput guava-28.jar to $KYLIN_HOME/tool and $KYLIN_HOME/tomcat/lib, and start kylin, what's the error messages you met? Can you show the error messages? BTW, is the kylin version you downloadedapache-kylin-3.1.0-bin-hadoop3.tar.gz? Best regards, Zhichao Zhang

?????? About KYLIN-4289-java.lang.NoSuchMethodError: com.google.common.hash.Hasher.putString

2020-07-23 Thread Discovery
Unfortunately??it does NOT work either??but still appreciate your help. from my testing results: Kylin 2.6.6 , 3.0.2, 3.1.0 can NOT work on HDP 3.1.4(hadoop 3.1.1,hbase 2.0.2, hive 3.1.0) ---- ??:

Re: About KYLIN-4289-java.lang.NoSuchMethodError: com.google.common.hash.Hasher.putString

2020-07-23 Thread Yaqian Zhang
Yes,so you may need to do something extra to make kylin run in Hadoop 3.1. You can try as below: Download guava 28.jar and put it to $KYLIN_HOME/tool and $KYLIN_HOME/tomcat/lib, and start kylin. > 在 2020年7月23日,16:11,Discovery 写道: > > Hi Yaqian, > I tried kylin 3.1.0 , it run

?????? About KYLIN-4289-java.lang.NoSuchMethodError: com.google.common.hash.Hasher.putString

2020-07-23 Thread Discovery
Hi Yaqian, I tried kylin 3.1.0 , it run into anothe issue when starting kylin service, and I use official 3.1.0 binary distribution. Caused by: java.lang.NoSuchMethodError: com.google.common.base.Preconditions.checkArgument(ZLjava/lang/String;Ljava/lang/Object;)V at

Re: About KYLIN-4289-java.lang.NoSuchMethodError: com.google.common.hash.Hasher.putString

2020-07-23 Thread Yaqian Zhang
Hi Discovery: The latest release 3.1.0 upgrade guava to 28-jre and use putUnencodeChars replaced putString. So I think KYLIN-4289 should has been fixed. You can try Kylin 3.1.0 on your environment. > 在 2020年7月23日,11:25,Discovery 写道: > > Hi Kylin Team, > >I run into