Kylin 构建Cube报错(“com.mysql.jdbc.Driver“) was not found in the CLASSPATH

Posted fox_初始化

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Kylin 构建Cube报错(“com.mysql.jdbc.Driver“) was not found in the CLASSPATH相关的知识,希望对你有一定的参考价值。

手动搭建好Kylin环境后,构建Cube报错

org.datanucleus.exceptions.NucleusException: Attempt to invoke the "BONECP" plugin to create a ConnectionPool gave an error : The specified datastore driver ("com.mysql.jdbc.Driver") was not found in the CLASSPATH. Please check your CLASSPATH specification, and the name of the driver.

查看spark的jars目录,发现没有mysql相关驱动

解决方案:

将hive 的mysql驱动copy一份到spark的jars目录下中

cp XXX/mysql-connector-java-5.1.48.jar .

Cube第一步正常进行

以上是关于Kylin 构建Cube报错(“com.mysql.jdbc.Driver“) was not found in the CLASSPATH的主要内容,如果未能解决你的问题,请参考以下文章

大数据Kylin:Kylin构建Cube实战

Kylin实战—— Kylin Cube构建优化以及增量构建Cube

大数据Kylin:Kylin构建Cube算法

Kylin#Apache Kylin Cube增量构建(四)

Kylin实战—— Kylin Cube构建算法

Kylin配置Spark并构建Cube