手动搭建好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第一步正常进行
