[
https://issues.apache.org/jira/browse/KYLIN-4289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17003848#comment-17003848
]
Yaqian Zhang commented on KYLIN-4289:
-------------------------------------
Hi:
We have tested kylin2.6.4 on HDP3.1 and it works well.
Maybe this error you encountered is caused by conflict jar, you can try to
check it.
> java.lang.NoSuchMethodError: com.google.common.hash.Hasher.putString
> --------------------------------------------------------------------
>
> Key: KYLIN-4289
> URL: https://issues.apache.org/jira/browse/KYLIN-4289
> Project: Kylin
> Issue Type: Bug
> Affects Versions: v2.6.4
> Reporter: Kanivel
> Priority: Major
> Attachments: Screenshot from 2019-12-05 12-55-22.png, Screenshot from
> 2019-12-05 12-55-47.png
>
>
> Hi Kylin Developers,
> Kylin Version:2.6.4
> Hadoop Version:3.1
> I got mapreduce exception when building cube at
> step 3.When I check Job history server logs,it shows below error.
> 2019-12-10 09:42:54,655 INFO [main] org.apache.kylin.engine.mr.KylinMapper:
> Do cleanup, available memory: 616m
> 2019-12-10 09:42:54,656 FATAL [Thread-13]
> org.apache.hadoop.yarn.YarnUncaughtExceptionHandler: Thread
> Thread[Thread-13,5,main] threw an Error. Shutting down now...
> java.lang.NoSuchMethodError:
> com.google.common.hash.Hasher.putString(Ljava/lang/CharSequence;)Lcom/google/common/hash/Hasher;
> at
> org.apache.kylin.engine.mr.steps.FactDistinctColumnsMapper$CuboidStatCalculator.putRowKeyToHLLNew(FactDistinctColumnsMapper.java:385)
> at
> org.apache.kylin.engine.mr.steps.FactDistinctColumnsMapper$CuboidStatCalculator.run(FactDistinctColumnsMapper.java:419)
> at java.lang.Thread.run(Thread.java:748)
> 2019-12-10 09:42:54,660 INFO [Thread-13] org.apache.hadoop.util.ExitUtil:
> Exiting with status -1: ExitException
--
This message was sent by Atlassian Jira
(v8.3.4#803005)