cs-actions icon indicating copy to clipboard operation
cs-actions copied to clipboard

Extent base database content with Vertica coverage

Open stefan-bergstein opened this issue 6 years ago • 1 comments

Maven central does not yet contain a Vertica JDBC Driver. The driver can be downloaded here: https://my.vertica.com/client_drivers/9.1.x/9.1.0-0/vertica-jdbc-9.1.0-0.jar

Install driver locally: mvn --settings ~/CloudSlang/cslang/maven/conf/settings.xml install:install-file -Dfile=vertica-jdbc-9.1.0-0.jar -DgroupId=com.microfocus.vertica -DartifactId=vertica-jdbc -Dversion=9.1.0-0 -Dpackaging=jar

stefan-bergstein avatar Jun 24 '18 11:06 stefan-bergstein