我需要解析 CSV 文件并将数据写入 Vertica 数据库。问题是在 Spoon 中创建 Vertica 数据库连接时出现错误。以下是帖子末尾的错误。
我尝试复制以下两个 JAR 文件并将它们添加到libext/jdbc
:
vertica-jdbc-4.1.14.jar 和 vertica-jdk5-6.1.2-0.jar
但以上没有帮助。我正在寻找指针!
错误:
Error connecting to database [Vertica Dev] : org.pentaho.di.core.exception.KettleDatabaseException:
Error occured while trying to connect to the database
Exception while loading class
com.vertica.jdbc.Driver
org.pentaho.di.core.exception.KettleDatabaseException:
Error occured while trying to connect to the database
Exception while loading class
com.vertica.jdbc.Driver
at org.pentaho.di.core.database.Database.normalConnect(Database.java:366)